jetson-examples 0.1.6__tar.gz → 0.1.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/LICENSE +0 -0
  2. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/PKG-INFO +1 -1
  3. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/README.md +0 -0
  4. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/jetson_examples.egg-info/PKG-INFO +1 -1
  5. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/jetson_examples.egg-info/SOURCES.txt +0 -24
  6. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/pyproject.toml +1 -1
  7. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/ultralytics-yolo/init.sh +16 -3
  8. jetson_examples-0.1.6/reComputer/scripts/MoveNet-Lightning/images/dance_movenet.gif +0 -0
  9. jetson_examples-0.1.6/reComputer/scripts/MoveNet-Thunder/images/dance_movenet.gif +0 -0
  10. jetson_examples-0.1.6/reComputer/scripts/MoveNetJS/images/dance.gif +0 -0
  11. jetson_examples-0.1.6/reComputer/scripts/comfyui/images/comfyui.png +0 -0
  12. jetson_examples-0.1.6/reComputer/scripts/depth-anything/images/Autonomous Driving.png +0 -0
  13. jetson_examples-0.1.6/reComputer/scripts/depth-anything/images/Indoor Scenes.png +0 -0
  14. jetson_examples-0.1.6/reComputer/scripts/depth-anything/images/Opr.png +0 -0
  15. jetson_examples-0.1.6/reComputer/scripts/depth-anything/images/Security.png +0 -0
  16. jetson_examples-0.1.6/reComputer/scripts/depth-anything/images/Underwater Scenes.png +0 -0
  17. jetson_examples-0.1.6/reComputer/scripts/depth-anything/images/WebUI.png +0 -0
  18. jetson_examples-0.1.6/reComputer/scripts/depth-anything/images/teaser.png +0 -0
  19. jetson_examples-0.1.6/reComputer/scripts/depth-anything-v2/images/Autonomous Driving.png +0 -0
  20. jetson_examples-0.1.6/reComputer/scripts/depth-anything-v2/images/Indoor Scenes.png +0 -0
  21. jetson_examples-0.1.6/reComputer/scripts/depth-anything-v2/images/Opr.png +0 -0
  22. jetson_examples-0.1.6/reComputer/scripts/depth-anything-v2/images/Security.png +0 -0
  23. jetson_examples-0.1.6/reComputer/scripts/depth-anything-v2/images/Underwater Scenes.png +0 -0
  24. jetson_examples-0.1.6/reComputer/scripts/depth-anything-v2/images/WebUI.png +0 -0
  25. jetson_examples-0.1.6/reComputer/scripts/depth-anything-v2/images/teaser.png +0 -0
  26. jetson_examples-0.1.6/reComputer/scripts/parler-tts/images/audio1.png +0 -0
  27. jetson_examples-0.1.6/reComputer/scripts/parler-tts/images/audio2.png +0 -0
  28. jetson_examples-0.1.6/reComputer/scripts/ultralytics-yolo/images/Ultralytics-yolo.gif +0 -0
  29. jetson_examples-0.1.6/reComputer/scripts/ultralytics-yolo/images/tasks.png +0 -0
  30. jetson_examples-0.1.6/reComputer/scripts/ultralytics-yolo/images/ultralytics_fig1.png +0 -0
  31. jetson_examples-0.1.6/reComputer/scripts/ultralytics-yolo/images/ultralytics_fig2.png +0 -0
  32. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/jetson_examples.egg-info/dependency_links.txt +0 -0
  33. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/jetson_examples.egg-info/entry_points.txt +0 -0
  34. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/jetson_examples.egg-info/top_level.txt +0 -0
  35. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/__init__.py +0 -0
  36. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/main.py +0 -0
  37. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/MoveNet-Lightning/clean.sh +0 -0
  38. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/MoveNet-Lightning/getVersion.sh +0 -0
  39. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/MoveNet-Lightning/init.sh +0 -0
  40. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/MoveNet-Lightning/readme.md +0 -0
  41. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/MoveNet-Lightning/run.sh +0 -0
  42. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/MoveNet-Thunder/clean.sh +0 -0
  43. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/MoveNet-Thunder/getVersion.sh +0 -0
  44. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/MoveNet-Thunder/init.sh +0 -0
  45. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/MoveNet-Thunder/readme.md +0 -0
  46. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/MoveNet-Thunder/run.sh +0 -0
  47. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/MoveNetJS/clean.sh +0 -0
  48. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/MoveNetJS/readme.md +0 -0
  49. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/MoveNetJS/run.sh +0 -0
  50. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/init.sh +0 -0
  51. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/run.sh +0 -0
  52. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/audiocraft/README.md +0 -0
  53. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/audiocraft/clean.sh +0 -0
  54. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/audiocraft/init.sh +0 -0
  55. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/audiocraft/run.sh +0 -0
  56. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/check.sh +0 -0
  57. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/clean.sh +0 -0
  58. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/comfyui/LICENSE +0 -0
  59. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/comfyui/README.md +0 -0
  60. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/comfyui/clean.sh +0 -0
  61. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/comfyui/config.yaml +0 -0
  62. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/comfyui/init.sh +0 -0
  63. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/comfyui/run.sh +0 -0
  64. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/depth-anything/Dockerfile +0 -0
  65. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/depth-anything/LICENSE +0 -0
  66. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/depth-anything/README.md +0 -0
  67. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/depth-anything/clean.sh +0 -0
  68. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/depth-anything/config.yaml +0 -0
  69. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/depth-anything/init.sh +0 -0
  70. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/depth-anything/run.sh +0 -0
  71. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/depth-anything-v2/Dockerfile +0 -0
  72. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/depth-anything-v2/LICENSE +0 -0
  73. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/depth-anything-v2/README.md +0 -0
  74. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/depth-anything-v2/clean.sh +0 -0
  75. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/depth-anything-v2/config.yaml +0 -0
  76. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/depth-anything-v2/init.sh +0 -0
  77. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/depth-anything-v2/run.sh +0 -0
  78. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/live-llava/init.sh +0 -0
  79. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/live-llava/run.sh +0 -0
  80. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/llama-factory/README.md +0 -0
  81. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/llama-factory/assets/llama-factory-Jetson.png +0 -0
  82. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/llama-factory/assets/training.gif +0 -0
  83. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/llama-factory/assets/webui.png +0 -0
  84. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/llama-factory/clean.sh +0 -0
  85. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/llama-factory/init.sh +0 -0
  86. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/llama-factory/run.sh +0 -0
  87. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/llama3/clean.sh +0 -0
  88. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/llama3/init.sh +0 -0
  89. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/llama3/run.sh +0 -0
  90. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/llava/clean.sh +0 -0
  91. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/llava/init.sh +0 -0
  92. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/llava/run.sh +0 -0
  93. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/llava-v1.5-7b/init.sh +0 -0
  94. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/llava-v1.5-7b/run.sh +0 -0
  95. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/llava-v1.6-vicuna-7b/init.sh +0 -0
  96. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/llava-v1.6-vicuna-7b/run.sh +0 -0
  97. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/nanodb/init.sh +0 -0
  98. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/nanodb/readme.md +0 -0
  99. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/nanodb/run.sh +0 -0
  100. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/nanoowl/init.sh +0 -0
  101. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/nanoowl/run.sh +0 -0
  102. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/ollama/clean.sh +0 -0
  103. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/ollama/init.sh +0 -0
  104. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/ollama/run.sh +0 -0
  105. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/parler-tts/clean.sh +0 -0
  106. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/parler-tts/getVersion.sh +0 -0
  107. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/parler-tts/init.sh +0 -0
  108. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/parler-tts/readme.md +0 -0
  109. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/parler-tts/run.sh +0 -0
  110. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/run.sh +0 -0
  111. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/stable-diffusion-webui/init.sh +0 -0
  112. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/stable-diffusion-webui/run.sh +0 -0
  113. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/text-generation-webui/init.sh +0 -0
  114. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/text-generation-webui/run.sh +0 -0
  115. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/ultralytics-yolo/LICENSE +0 -0
  116. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/ultralytics-yolo/README.md +0 -0
  117. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/ultralytics-yolo/clean.sh +0 -0
  118. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/ultralytics-yolo/config.yaml +0 -0
  119. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/ultralytics-yolo/run.sh +0 -0
  120. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/update.sh +0 -0
  121. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/whisper/init.sh +0 -0
  122. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/whisper/run.sh +0 -0
  123. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/yolov10/Dockerfile +0 -0
  124. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/yolov10/README.md +0 -0
  125. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/yolov10/assets/webui.png +0 -0
  126. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/yolov10/clean.sh +0 -0
  127. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/yolov10/init.sh +0 -0
  128. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/yolov10/run.sh +0 -0
  129. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/yolov8-rail-inspection/readme.md +0 -0
  130. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/reComputer/scripts/yolov8-rail-inspection/run.sh +0 -0
  131. {jetson_examples-0.1.6 → jetson_examples-0.1.7}/setup.cfg +0 -0
File without changes
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: jetson-examples
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: Running Gen AI models and applications on NVIDIA Jetson devices with one-line command
5
5
  Author-email: luozhixin <zhixin.luo@seeed.cc>
6
6
  Project-URL: Homepage, https://github.com/Seeed-Projects/jetson-examples
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: jetson-examples
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: Running Gen AI models and applications on NVIDIA Jetson devices with one-line command
5
5
  Author-email: luozhixin <zhixin.luo@seeed.cc>
6
6
  Project-URL: Homepage, https://github.com/Seeed-Projects/jetson-examples
@@ -17,17 +17,14 @@ reComputer/scripts/MoveNet-Lightning/getVersion.sh
17
17
  reComputer/scripts/MoveNet-Lightning/init.sh
18
18
  reComputer/scripts/MoveNet-Lightning/readme.md
19
19
  reComputer/scripts/MoveNet-Lightning/run.sh
20
- reComputer/scripts/MoveNet-Lightning/images/dance_movenet.gif
21
20
  reComputer/scripts/MoveNet-Thunder/clean.sh
22
21
  reComputer/scripts/MoveNet-Thunder/getVersion.sh
23
22
  reComputer/scripts/MoveNet-Thunder/init.sh
24
23
  reComputer/scripts/MoveNet-Thunder/readme.md
25
24
  reComputer/scripts/MoveNet-Thunder/run.sh
26
- reComputer/scripts/MoveNet-Thunder/images/dance_movenet.gif
27
25
  reComputer/scripts/MoveNetJS/clean.sh
28
26
  reComputer/scripts/MoveNetJS/readme.md
29
27
  reComputer/scripts/MoveNetJS/run.sh
30
- reComputer/scripts/MoveNetJS/images/dance.gif
31
28
  reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/init.sh
32
29
  reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/run.sh
33
30
  reComputer/scripts/audiocraft/README.md
@@ -40,7 +37,6 @@ reComputer/scripts/comfyui/clean.sh
40
37
  reComputer/scripts/comfyui/config.yaml
41
38
  reComputer/scripts/comfyui/init.sh
42
39
  reComputer/scripts/comfyui/run.sh
43
- reComputer/scripts/comfyui/images/comfyui.png
44
40
  reComputer/scripts/depth-anything/Dockerfile
45
41
  reComputer/scripts/depth-anything/LICENSE
46
42
  reComputer/scripts/depth-anything/README.md
@@ -55,20 +51,6 @@ reComputer/scripts/depth-anything-v2/clean.sh
55
51
  reComputer/scripts/depth-anything-v2/config.yaml
56
52
  reComputer/scripts/depth-anything-v2/init.sh
57
53
  reComputer/scripts/depth-anything-v2/run.sh
58
- reComputer/scripts/depth-anything-v2/images/Autonomous Driving.png
59
- reComputer/scripts/depth-anything-v2/images/Indoor Scenes.png
60
- reComputer/scripts/depth-anything-v2/images/Opr.png
61
- reComputer/scripts/depth-anything-v2/images/Security.png
62
- reComputer/scripts/depth-anything-v2/images/Underwater Scenes.png
63
- reComputer/scripts/depth-anything-v2/images/WebUI.png
64
- reComputer/scripts/depth-anything-v2/images/teaser.png
65
- reComputer/scripts/depth-anything/images/Autonomous Driving.png
66
- reComputer/scripts/depth-anything/images/Indoor Scenes.png
67
- reComputer/scripts/depth-anything/images/Opr.png
68
- reComputer/scripts/depth-anything/images/Security.png
69
- reComputer/scripts/depth-anything/images/Underwater Scenes.png
70
- reComputer/scripts/depth-anything/images/WebUI.png
71
- reComputer/scripts/depth-anything/images/teaser.png
72
54
  reComputer/scripts/live-llava/init.sh
73
55
  reComputer/scripts/live-llava/run.sh
74
56
  reComputer/scripts/llama-factory/README.md
@@ -101,8 +83,6 @@ reComputer/scripts/parler-tts/getVersion.sh
101
83
  reComputer/scripts/parler-tts/init.sh
102
84
  reComputer/scripts/parler-tts/readme.md
103
85
  reComputer/scripts/parler-tts/run.sh
104
- reComputer/scripts/parler-tts/images/audio1.png
105
- reComputer/scripts/parler-tts/images/audio2.png
106
86
  reComputer/scripts/stable-diffusion-webui/init.sh
107
87
  reComputer/scripts/stable-diffusion-webui/run.sh
108
88
  reComputer/scripts/text-generation-webui/init.sh
@@ -113,10 +93,6 @@ reComputer/scripts/ultralytics-yolo/clean.sh
113
93
  reComputer/scripts/ultralytics-yolo/config.yaml
114
94
  reComputer/scripts/ultralytics-yolo/init.sh
115
95
  reComputer/scripts/ultralytics-yolo/run.sh
116
- reComputer/scripts/ultralytics-yolo/images/Ultralytics-yolo.gif
117
- reComputer/scripts/ultralytics-yolo/images/tasks.png
118
- reComputer/scripts/ultralytics-yolo/images/ultralytics_fig1.png
119
- reComputer/scripts/ultralytics-yolo/images/ultralytics_fig2.png
120
96
  reComputer/scripts/whisper/init.sh
121
97
  reComputer/scripts/whisper/run.sh
122
98
  reComputer/scripts/yolov10/Dockerfile
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "jetson-examples"
7
- version = "0.1.6"
7
+ version = "0.1.7"
8
8
  authors = [{ name = "luozhixin", email = "zhixin.luo@seeed.cc" }]
9
9
  description = "Running Gen AI models and applications on NVIDIA Jetson devices with one-line command"
10
10
  readme = "README.md"
@@ -11,11 +11,24 @@ RESET=$(tput sgr0)
11
11
  echo "${CYAN}This script will install the necessary packages and configurations for running ultralytics-yolo on a Jetson Nano.${RESET}"
12
12
 
13
13
  # Install yq for parsing YAML files
14
- sudo apt-get update
15
- sudo apt-get install -y jq
14
+ if ! command -v yq &> /dev/null
15
+ then
16
+ echo "yq is not installed. Installing yq with pip3..."
17
+ pip3 install yq
18
+ if command -v yq &> /dev/null
19
+ then
20
+ echo "yq has been successfully installed."
21
+ else
22
+ echo "Failed to install yq."
23
+ exit 1
24
+ fi
25
+ else
26
+ echo "yq is already installed."
27
+ fi
28
+
16
29
  # Read configuration
17
30
  CURRENT_DIR="ultralytics-yolo"
18
- CONFIG_FILE="./jetson-examples/reComputer/scripts/${CURRENT_DIR}/config.yaml"
31
+ CONFIG_FILE="${(dirname "$(realpath "$0")")}/config.yaml"
19
32
  ALLOWED_L4T_VERSIONS=$(yq -r '.allowed_l4t_versions[]' $CONFIG_FILE)
20
33
  ALLOWED_L4T_VERSIONS_ARRAY=($ALLOWED_L4T_VERSIONS)
21
34
  REQUIRED_DISK_SPACE=$(yq -r '.required_disk_space' $CONFIG_FILE)