jetson-examples 0.1.7__py3-none-any.whl → 0.1.8__py3-none-any.whl

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 (104) hide show
  1. {jetson_examples-0.1.7.dist-info → jetson_examples-0.1.8.dist-info}/LICENSE +21 -21
  2. {jetson_examples-0.1.7.dist-info → jetson_examples-0.1.8.dist-info}/METADATA +8 -8
  3. jetson_examples-0.1.8.dist-info/RECORD +107 -0
  4. {jetson_examples-0.1.7.dist-info → jetson_examples-0.1.8.dist-info}/WHEEL +1 -1
  5. reComputer/__init__.py +1 -1
  6. reComputer/main.py +60 -60
  7. reComputer/scripts/MoveNet-Lightning/clean.sh +8 -8
  8. reComputer/scripts/MoveNet-Lightning/getVersion.sh +59 -59
  9. reComputer/scripts/MoveNet-Lightning/init.sh +6 -6
  10. reComputer/scripts/MoveNet-Lightning/readme.md +30 -30
  11. reComputer/scripts/MoveNet-Lightning/run.sh +19 -19
  12. reComputer/scripts/MoveNet-Thunder/clean.sh +7 -7
  13. reComputer/scripts/MoveNet-Thunder/getVersion.sh +59 -59
  14. reComputer/scripts/MoveNet-Thunder/init.sh +6 -6
  15. reComputer/scripts/MoveNet-Thunder/readme.md +31 -31
  16. reComputer/scripts/MoveNet-Thunder/run.sh +18 -18
  17. reComputer/scripts/MoveNetJS/clean.sh +4 -4
  18. reComputer/scripts/MoveNetJS/readme.md +56 -56
  19. reComputer/scripts/MoveNetJS/run.sh +13 -13
  20. reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/init.sh +16 -16
  21. reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/run.sh +8 -8
  22. reComputer/scripts/audiocraft/README.md +35 -35
  23. reComputer/scripts/audiocraft/clean.sh +5 -5
  24. reComputer/scripts/audiocraft/init.sh +16 -16
  25. reComputer/scripts/audiocraft/run.sh +7 -7
  26. reComputer/scripts/check.sh +4 -4
  27. reComputer/scripts/clean.sh +33 -33
  28. reComputer/scripts/comfyui/LICENSE +21 -21
  29. reComputer/scripts/comfyui/README.md +127 -127
  30. reComputer/scripts/comfyui/clean.sh +6 -6
  31. reComputer/scripts/comfyui/config.yaml +29 -29
  32. reComputer/scripts/comfyui/init.sh +163 -163
  33. reComputer/scripts/comfyui/run.sh +30 -30
  34. reComputer/scripts/depth-anything/Dockerfile +5 -5
  35. reComputer/scripts/depth-anything/LICENSE +21 -21
  36. reComputer/scripts/depth-anything/README.md +135 -135
  37. reComputer/scripts/depth-anything/clean.sh +7 -7
  38. reComputer/scripts/depth-anything/config.yaml +31 -31
  39. reComputer/scripts/depth-anything/init.sh +164 -164
  40. reComputer/scripts/depth-anything/run.sh +22 -22
  41. reComputer/scripts/depth-anything-v2/Dockerfile +5 -5
  42. reComputer/scripts/depth-anything-v2/LICENSE +21 -21
  43. reComputer/scripts/depth-anything-v2/README.md +135 -135
  44. reComputer/scripts/depth-anything-v2/clean.sh +7 -7
  45. reComputer/scripts/depth-anything-v2/config.yaml +31 -31
  46. reComputer/scripts/depth-anything-v2/init.sh +164 -164
  47. reComputer/scripts/depth-anything-v2/run.sh +22 -22
  48. reComputer/scripts/live-llava/init.sh +16 -16
  49. reComputer/scripts/live-llava/run.sh +278 -278
  50. reComputer/scripts/llama-factory/README.md +68 -68
  51. reComputer/scripts/llama-factory/clean.sh +4 -4
  52. reComputer/scripts/llama-factory/init.sh +52 -52
  53. reComputer/scripts/llama-factory/run.sh +10 -10
  54. reComputer/scripts/llama3/clean.sh +22 -22
  55. reComputer/scripts/llama3/init.sh +16 -16
  56. reComputer/scripts/llama3/run.sh +13 -13
  57. reComputer/scripts/llava/clean.sh +3 -3
  58. reComputer/scripts/llava/init.sh +16 -16
  59. reComputer/scripts/llava/run.sh +9 -9
  60. reComputer/scripts/llava-v1.5-7b/init.sh +16 -16
  61. reComputer/scripts/llava-v1.5-7b/run.sh +9 -9
  62. reComputer/scripts/llava-v1.6-vicuna-7b/init.sh +16 -16
  63. reComputer/scripts/llava-v1.6-vicuna-7b/run.sh +10 -10
  64. reComputer/scripts/nanodb/init.sh +16 -16
  65. reComputer/scripts/nanodb/readme.md +10 -10
  66. reComputer/scripts/nanodb/run.sh +90 -90
  67. reComputer/scripts/nanoowl/init.sh +16 -16
  68. reComputer/scripts/nanoowl/run.sh +7 -7
  69. reComputer/scripts/ollama/clean.sh +22 -22
  70. reComputer/scripts/ollama/init.sh +16 -16
  71. reComputer/scripts/ollama/run.sh +10 -10
  72. reComputer/scripts/parler-tts/clean.sh +7 -7
  73. reComputer/scripts/parler-tts/getVersion.sh +59 -59
  74. reComputer/scripts/parler-tts/init.sh +8 -8
  75. reComputer/scripts/parler-tts/readme.md +63 -63
  76. reComputer/scripts/parler-tts/run.sh +17 -17
  77. reComputer/scripts/run.sh +48 -48
  78. reComputer/scripts/stable-diffusion-webui/init.sh +16 -16
  79. reComputer/scripts/stable-diffusion-webui/run.sh +6 -6
  80. reComputer/scripts/text-generation-webui/init.sh +16 -16
  81. reComputer/scripts/text-generation-webui/run.sh +11 -11
  82. reComputer/scripts/ultralytics-yolo/LICENSE +21 -21
  83. reComputer/scripts/ultralytics-yolo/README.md +124 -124
  84. reComputer/scripts/ultralytics-yolo/clean.sh +6 -6
  85. reComputer/scripts/ultralytics-yolo/config.yaml +31 -32
  86. reComputer/scripts/ultralytics-yolo/init.sh +4 -176
  87. reComputer/scripts/ultralytics-yolo/run.sh +26 -25
  88. reComputer/scripts/update.sh +26 -26
  89. reComputer/scripts/utils.sh +166 -0
  90. reComputer/scripts/whisper/init.sh +16 -16
  91. reComputer/scripts/whisper/run.sh +7 -7
  92. reComputer/scripts/yolov10/Dockerfile +13 -13
  93. reComputer/scripts/yolov10/README.md +71 -71
  94. reComputer/scripts/yolov10/clean.sh +4 -4
  95. reComputer/scripts/yolov10/config.yaml +31 -0
  96. reComputer/scripts/yolov10/init.sh +20 -52
  97. reComputer/scripts/yolov10/run.sh +7 -7
  98. reComputer/scripts/yolov8-rail-inspection/config.yaml +31 -0
  99. reComputer/scripts/yolov8-rail-inspection/init.sh +5 -0
  100. reComputer/scripts/yolov8-rail-inspection/readme.md +35 -35
  101. reComputer/scripts/yolov8-rail-inspection/run.sh +21 -21
  102. jetson_examples-0.1.7.dist-info/RECORD +0 -103
  103. {jetson_examples-0.1.7.dist-info → jetson_examples-0.1.8.dist-info}/entry_points.txt +0 -0
  104. {jetson_examples-0.1.7.dist-info → jetson_examples-0.1.8.dist-info}/top_level.txt +0 -0
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2024 luozhixin
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2024 luozhixin
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: jetson-examples
3
- Version: 0.1.7
3
+ Version: 0.1.8
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
@@ -62,7 +62,7 @@ Here are some examples that can be run:
62
62
  | ------------------------------------------------ | ------------------------ | --------------- | ---------- | --------------------------------------- |
63
63
  | 🆕 llama-factory | Finetune LLM | | 13.5GB | `reComputer run llama-factory` |
64
64
  | 🆕 [ComfyUI](/reComputer/scripts/comfyui/README.md) |Computer Vision | | 20GB | `reComputer run comfyui` |
65
- | 🆕 [Depth-Anything-V2](/reComputer/scripts/depth-anything-v2/README.md) |Computer Vision | | 15GB | `reComputer run depth-anything-v2` |
65
+ | [Depth-Anything-V2](/reComputer/scripts/depth-anything-v2/README.md) |Computer Vision | | 15GB | `reComputer run depth-anything-v2` |
66
66
  | [Depth-Anything](/reComputer/scripts/depth-anything/README.md) |Computer Vision | | 12.9GB | `reComputer run depth-anything` |
67
67
  | [Yolov10](/reComputer/scripts/yolov10/README.md) | Computer Vision | 7.2M | 5.74 GB | `reComputer run yolov10` |
68
68
  | Llama3 | Text (LLM) | 4.9GB | 10.5GB | `reComputer run llama3` |
@@ -74,9 +74,9 @@ Here are some examples that can be run:
74
74
  | [Nanodb](../reComputer/scripts/nanodb/readme.md) | Vector Database | 76GB | 7.0GB | `reComputer run nanodb` |
75
75
  | Whisper | Audio | 1.5GB | 6.0GB | `reComputer run whisper` |
76
76
  | [Yolov8-rail-inspection](/reComputer/scripts/yolov8-rail-inspection/readme.md) | Computer Vision | 6M | 13.8GB | `reComputer run yolov8-rail-inspection` |
77
- |🆕 [Ultralytics-yolo](/reComputer/scripts/ultralytics-yolo/README.md) | Computer Vision | | 15.4GB | `reComputer run ultralytics-yolo` |
78
- | 🆕 [TensorFlow MoveNet Thunder](/reComputer/scripts/MoveNet-Thunder/readme.md) |Computer Vision | | 7.7GB | `reComputer run MoveNet-Thunder` |
79
- | 🆕 [Parler-TTS mini: expresso](/reComputer/scripts/parler-tts/readme.md) | Audio | | 6.9GB | `reComputer run parler-tts` |
77
+ | [Ultralytics-yolo](/reComputer/scripts/ultralytics-yolo/README.md) | Computer Vision | | 15.4GB | `reComputer run ultralytics-yolo` |
78
+ | [TensorFlow MoveNet Thunder](/reComputer/scripts/MoveNet-Thunder/readme.md) |Computer Vision | | 7.7GB | `reComputer run MoveNet-Thunder` |
79
+ | [Parler-TTS mini: expresso](/reComputer/scripts/parler-tts/readme.md) | Audio | | 6.9GB | `reComputer run parler-tts` |
80
80
 
81
81
 
82
82
  > Note: You should have enough space to run example, like `LLaVA`, at least `27.4GB` totally
@@ -106,9 +106,9 @@ For any questions or further information, feel free to reach out via the GitHub
106
106
 
107
107
  ## TODO List
108
108
 
109
- - [x] detect host environment and install what we need
110
- - [x] all type jetson support checking list
111
- - [x] try jetpack 6.0
109
+ - [ ] detect host environment and install what we need
110
+ - [ ] all type jetson support checking list
111
+ - [ ] try jetpack 6.0
112
112
  - [ ] check disk space enough or not before run
113
113
  - [ ] allow to setting some configs, such as `BASE_PATH`
114
114
  - [ ] support jetson-containers update
@@ -0,0 +1,107 @@
1
+ reComputer/__init__.py,sha256=LPNaKUFe5S0lxcbXP4IcviKz02tUsjRUDAJch2OV7IE,23
2
+ reComputer/main.py,sha256=iwtjbx3BaMtSys1w3Bq5wedb8KiOrffnLZOUiu9SmSA,2150
3
+ reComputer/scripts/check.sh,sha256=f_ujVCNEV5lH3wKg3GHAPWz5VGhX-O0raJP08_-CXW0,131
4
+ reComputer/scripts/clean.sh,sha256=Ahmw7d_-sVlZTTlR7Zb26yyKgZ7NGDUYGFx6pYG_qRk,931
5
+ reComputer/scripts/run.sh,sha256=Dy8ujE1QnyIy2agCNN3My2PDoFI607qk8ZNVa-fwAdk,1175
6
+ reComputer/scripts/update.sh,sha256=62gzHbK2HlIjYaMj2G_rOGYYELweYNudEt9xKP1HyPE,926
7
+ reComputer/scripts/utils.sh,sha256=4ZSJBb_xnjm16YdwCIU4P52knmYKAAka9J-s83fxMlU,6676
8
+ reComputer/scripts/MoveNet-Lightning/clean.sh,sha256=Rr5RH6piF7Lt7q9Xj4iBIcVCqPn5JAXtuCCErFz3VyM,132
9
+ reComputer/scripts/MoveNet-Lightning/getVersion.sh,sha256=xwjHgv9Pp_dm_SdzfQL8wxzdm0l5V5Xm6-JwoDCU0H8,1707
10
+ reComputer/scripts/MoveNet-Lightning/init.sh,sha256=VYXfdidRXAf60sl1nnK5ayzCD4WjcqUFS0X8zBbV62w,67
11
+ reComputer/scripts/MoveNet-Lightning/readme.md,sha256=psIxJvvKOEp4Dmzu8kwq-SsOSGm7k98v3o0VHoaHvcs,754
12
+ reComputer/scripts/MoveNet-Lightning/run.sh,sha256=wK6yd5PPc_PfiJDlOeg-GTcNhi_O9MMZb8esu42huRo,363
13
+ reComputer/scripts/MoveNet-Thunder/clean.sh,sha256=bDy3v503UjyJ85xRxGG4fdwQ4ij0k1svvNr3TMQqieg,130
14
+ reComputer/scripts/MoveNet-Thunder/getVersion.sh,sha256=xwjHgv9Pp_dm_SdzfQL8wxzdm0l5V5Xm6-JwoDCU0H8,1707
15
+ reComputer/scripts/MoveNet-Thunder/init.sh,sha256=VYXfdidRXAf60sl1nnK5ayzCD4WjcqUFS0X8zBbV62w,67
16
+ reComputer/scripts/MoveNet-Thunder/readme.md,sha256=g-rtIT_tpvrqcFQo0ApxkqWnyrp7ppzBMNc_fGF6408,752
17
+ reComputer/scripts/MoveNet-Thunder/run.sh,sha256=e0mctt8pGi8fuqwcv67X03sEkw_KFlCRzvhGC2lvOOw,355
18
+ reComputer/scripts/MoveNetJS/clean.sh,sha256=TRjIJnFlOeMSnyZF2VfmPfa5IwMQ-s1WpcNuj6mu9Eo,84
19
+ reComputer/scripts/MoveNetJS/readme.md,sha256=owbus2bpdGqaH1MxD6d8nDazveZvPflHX7dsFJAgtzE,1688
20
+ reComputer/scripts/MoveNetJS/run.sh,sha256=RbqJv9IKjvJjNyuVFc7nl5Zt_j_WfxZqreP8GhZzWBM,157
21
+ reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/init.sh,sha256=pLSK5SnyroDV1xLTFgkOUuU6EQiEpYcSQSycEBU21uw,444
22
+ reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/run.sh,sha256=ilnoRdxi3B2elmAJGHzX2ufV7iK_MuZWiZDyMBQ4DXc,245
23
+ reComputer/scripts/audiocraft/README.md,sha256=Z2OnP5LvaDiVl8wjUz8pi7p1sScLw1u5DaSqQD9gk0A,986
24
+ reComputer/scripts/audiocraft/clean.sh,sha256=kjV6EK1VJKJgL1SrmKoNdycfoknXaLa2SrgARF4H6q4,82
25
+ reComputer/scripts/audiocraft/init.sh,sha256=pLSK5SnyroDV1xLTFgkOUuU6EQiEpYcSQSycEBU21uw,444
26
+ reComputer/scripts/audiocraft/run.sh,sha256=57zc6X1kArFbAOIQd5R8xq04iavw7LqRCk3WGnPEt-4,167
27
+ reComputer/scripts/comfyui/LICENSE,sha256=0wgT0qO-yB3VizF1hK5mbjFE7u9LJvakTQzzGHVo-aY,1094
28
+ reComputer/scripts/comfyui/README.md,sha256=gj0nU4fcl3TvbBaI-P1ARsM50cVLAeldLW-rvkpFY4M,7995
29
+ reComputer/scripts/comfyui/clean.sh,sha256=-wwYuL7KKZb9R-Juo1Rxc8hEWZZfmsGe-OPv8l0lZ98,167
30
+ reComputer/scripts/comfyui/config.yaml,sha256=vhVRRhXa0E4SOQBdn61l1LvDgqirrbPMWPReuvQnTao,701
31
+ reComputer/scripts/comfyui/init.sh,sha256=_eek9ALBihvN_PS2ZPfTRinPooF5mqkqX2e1DdUD6VM,6286
32
+ reComputer/scripts/comfyui/run.sh,sha256=vFhlqVb2LXDhDK1IaKR6mp8VCKi62ccoVfoY1uke95s,899
33
+ reComputer/scripts/depth-anything/Dockerfile,sha256=BCUf0Ul2GrzrJNia7zj7o2DhUtm-1UxP2hdQ1E4lN1U,284
34
+ reComputer/scripts/depth-anything/LICENSE,sha256=0wgT0qO-yB3VizF1hK5mbjFE7u9LJvakTQzzGHVo-aY,1094
35
+ reComputer/scripts/depth-anything/README.md,sha256=f0yt-OVsXNVwjosArmvi3lAoG3YkR7AduGIDjdDUmkE,5053
36
+ reComputer/scripts/depth-anything/clean.sh,sha256=7JPMlrIN4Uh6d9vaA83eZSBg624Xdq9u4XRh-wF7njg,205
37
+ reComputer/scripts/depth-anything/config.yaml,sha256=n9-ApXtpAm4n5g5F2e2rT1FrRqqyV3QeyonuKFYw7Nw,700
38
+ reComputer/scripts/depth-anything/init.sh,sha256=zIkmxcGPtcuWntsJxYZXRXykTDVovRI56DWxAvvYkIw,6307
39
+ reComputer/scripts/depth-anything/run.sh,sha256=thzPH-i5zD6bGveJgmXRONTBKqGkQLLfVB6xjX84EL4,752
40
+ reComputer/scripts/depth-anything-v2/Dockerfile,sha256=BCUf0Ul2GrzrJNia7zj7o2DhUtm-1UxP2hdQ1E4lN1U,284
41
+ reComputer/scripts/depth-anything-v2/LICENSE,sha256=0wgT0qO-yB3VizF1hK5mbjFE7u9LJvakTQzzGHVo-aY,1094
42
+ reComputer/scripts/depth-anything-v2/README.md,sha256=20KpGIcj9BjJiRoIc9sIjT7jlyegUk_ZoaIUtHS-4Es,5012
43
+ reComputer/scripts/depth-anything-v2/clean.sh,sha256=kamSxyEozBkWy4tfInMIDJ-4dVkt8p9uZ3WEwvfthYM,211
44
+ reComputer/scripts/depth-anything-v2/config.yaml,sha256=glPDiilW_VVKZXN2NynRVDIZYVSfc5hHimBUbZoA4qk,700
45
+ reComputer/scripts/depth-anything-v2/init.sh,sha256=4AM7283DyYBVL0cNqji3EthNCW9m4qLHl3IVD-FgHeY,6310
46
+ reComputer/scripts/depth-anything-v2/run.sh,sha256=y_3fYvd7G6WRIaYlygj8xP1lVJ9X77wx_KQlMGeEQc8,758
47
+ reComputer/scripts/live-llava/init.sh,sha256=pLSK5SnyroDV1xLTFgkOUuU6EQiEpYcSQSycEBU21uw,444
48
+ reComputer/scripts/live-llava/run.sh,sha256=O3nUL3bhe5Zv7W6iDa9D1mX4GykEdnQu-AR924CTjik,10415
49
+ reComputer/scripts/llama-factory/README.md,sha256=YuVbnXZd9e3HZ6h9_T75hg9BJ2L5po3j5SyD7gucJiw,2570
50
+ reComputer/scripts/llama-factory/clean.sh,sha256=ZCm__6zp1dwUUQCCvQAfW-6GmWeAFIhszIzUTenR9iY,137
51
+ reComputer/scripts/llama-factory/init.sh,sha256=1wxKe6EEan_Ivp36F_ahObH2ov7QolW1LiTPAbjhHhw,1685
52
+ reComputer/scripts/llama-factory/run.sh,sha256=tViD_6O__20N4YGVnImRetDSrsa7WAbpW_MrMlCAwd0,241
53
+ reComputer/scripts/llama-factory/assets/llama-factory-Jetson.png,sha256=bUoDJWCiGfGRM_cQBEve-7nJyJFxCS5E0ekBcc1fpUg,574732
54
+ reComputer/scripts/llama-factory/assets/training.gif,sha256=UerCprNflf1Jp9Cx7E9FANrH6E5GIMvo0K6SLjUIKx4,13806069
55
+ reComputer/scripts/llama-factory/assets/webui.png,sha256=RXaMyX3cIqZVoO27z5kn0rmbfEapdMuWN2JmPZlJlB0,419226
56
+ reComputer/scripts/llama3/clean.sh,sha256=6aXJBkwT-w1xAIPa9ENjMqCiGI9jzw-4j6t4-MUq58E,680
57
+ reComputer/scripts/llama3/init.sh,sha256=pLSK5SnyroDV1xLTFgkOUuU6EQiEpYcSQSycEBU21uw,444
58
+ reComputer/scripts/llama3/run.sh,sha256=F7R0deQQaQmMLqJHCZpFvjlaytCvdjbrgYKSPeoV0Sk,341
59
+ reComputer/scripts/llava/clean.sh,sha256=6Eg4Pbfx2kcdWNK6yPwrQGuC75Ze3Yq4RemBUScS8jU,73
60
+ reComputer/scripts/llava/init.sh,sha256=pLSK5SnyroDV1xLTFgkOUuU6EQiEpYcSQSycEBU21uw,444
61
+ reComputer/scripts/llava/run.sh,sha256=48p6eob0rmQcRpz4NT18YPeDomDB1O_dp8TaTT6MojA,260
62
+ reComputer/scripts/llava-v1.5-7b/init.sh,sha256=pLSK5SnyroDV1xLTFgkOUuU6EQiEpYcSQSycEBU21uw,444
63
+ reComputer/scripts/llava-v1.5-7b/run.sh,sha256=48p6eob0rmQcRpz4NT18YPeDomDB1O_dp8TaTT6MojA,260
64
+ reComputer/scripts/llava-v1.6-vicuna-7b/init.sh,sha256=pLSK5SnyroDV1xLTFgkOUuU6EQiEpYcSQSycEBU21uw,444
65
+ reComputer/scripts/llava-v1.6-vicuna-7b/run.sh,sha256=SD5E6nB3GoQ36w9HtlLArx8mS_vNcVggBZXGRpq_Mgw,279
66
+ reComputer/scripts/nanodb/init.sh,sha256=pLSK5SnyroDV1xLTFgkOUuU6EQiEpYcSQSycEBU21uw,444
67
+ reComputer/scripts/nanodb/readme.md,sha256=Ov4ifJpt6b66hsJ3X-bs-ucxvYQdVOeAEBAdwZAcJx4,257
68
+ reComputer/scripts/nanodb/run.sh,sha256=laRmN_rLcIB4ezh1RNdsAXHjoEkXFbT_yQHdTYEmD3Y,2661
69
+ reComputer/scripts/nanoowl/init.sh,sha256=pLSK5SnyroDV1xLTFgkOUuU6EQiEpYcSQSycEBU21uw,444
70
+ reComputer/scripts/nanoowl/run.sh,sha256=-wIQCKmHzuGvxmfxIaOPs5gve_LaN3Qm2xxcWPKRyl0,271
71
+ reComputer/scripts/ollama/clean.sh,sha256=6aXJBkwT-w1xAIPa9ENjMqCiGI9jzw-4j6t4-MUq58E,680
72
+ reComputer/scripts/ollama/init.sh,sha256=pLSK5SnyroDV1xLTFgkOUuU6EQiEpYcSQSycEBU21uw,444
73
+ reComputer/scripts/ollama/run.sh,sha256=WwbxXh-F0QyHIsfSLok075_Cx1m4XiMaT6yO4GrU-kc,256
74
+ reComputer/scripts/parler-tts/clean.sh,sha256=cfQhUEHkh7-FZ2MI75Jo0CDXbF5q3CSInyeIgqpNIno,129
75
+ reComputer/scripts/parler-tts/getVersion.sh,sha256=xwjHgv9Pp_dm_SdzfQL8wxzdm0l5V5Xm6-JwoDCU0H8,1707
76
+ reComputer/scripts/parler-tts/init.sh,sha256=jirhDudd2fb5w51QHnkiMYWTnLfx65xjuJB-SGKEulg,136
77
+ reComputer/scripts/parler-tts/readme.md,sha256=elyiutdrZmqjB65DDD8b_VEKvH4Pjxht_L8cpkzkU5E,2543
78
+ reComputer/scripts/parler-tts/run.sh,sha256=g5fZBVc4bBZV86at_BS7ZwIqYnL1LbS5f_YuT1uLNj0,330
79
+ reComputer/scripts/stable-diffusion-webui/init.sh,sha256=pLSK5SnyroDV1xLTFgkOUuU6EQiEpYcSQSycEBU21uw,444
80
+ reComputer/scripts/stable-diffusion-webui/run.sh,sha256=W4n5xN4tKoJ3RUSdhdt4GLrlymKnHttRTOMyucMS6Zo,166
81
+ reComputer/scripts/text-generation-webui/init.sh,sha256=pLSK5SnyroDV1xLTFgkOUuU6EQiEpYcSQSycEBU21uw,444
82
+ reComputer/scripts/text-generation-webui/run.sh,sha256=k2pYgXuma3a7lEoAh5EYwne8D8KGtM7adKajdhLmJ_Y,418
83
+ reComputer/scripts/ultralytics-yolo/LICENSE,sha256=0wgT0qO-yB3VizF1hK5mbjFE7u9LJvakTQzzGHVo-aY,1094
84
+ reComputer/scripts/ultralytics-yolo/README.md,sha256=FI4Q9ir0Qh0gdnFmBlcSnb2whLyfg580_C_9KfM5gyY,6209
85
+ reComputer/scripts/ultralytics-yolo/clean.sh,sha256=BWhIPWFBMVicb2TYVCnVQv_z1gU1pREhKdXDDX6T_zw,192
86
+ reComputer/scripts/ultralytics-yolo/config.yaml,sha256=sWvBvU0McnIUDBCJVS5upjd3BcPuJmWH0I2kxoJoQJQ,677
87
+ reComputer/scripts/ultralytics-yolo/init.sh,sha256=KwBDn_DrHc_jwFatYXCj3o8Uw3SKArP0Zcplk3IKHfQ,125
88
+ reComputer/scripts/ultralytics-yolo/run.sh,sha256=vcb3q4YswU4nEt-sosp_xVpe0MIZX3WlW5VS6qP7Luw,871
89
+ reComputer/scripts/whisper/init.sh,sha256=pLSK5SnyroDV1xLTFgkOUuU6EQiEpYcSQSycEBU21uw,444
90
+ reComputer/scripts/whisper/run.sh,sha256=l5bHTDZdyyYRq5J3WAGq3Uqt_ihgFWWI4PJGAZDu9dg,153
91
+ reComputer/scripts/yolov10/Dockerfile,sha256=A4OzGewVrhpQ-pDXU-6drhadFmThoRrOBfZlWzVjN-Q,479
92
+ reComputer/scripts/yolov10/README.md,sha256=4MuoUdZ92fgZyjM9o5mxGwojV5CAkkwbOGrViGF9TLA,3694
93
+ reComputer/scripts/yolov10/clean.sh,sha256=u1-j1L1zbHra_h1jS8lo6NL9hjD94CHmtWp-aLoDId4,110
94
+ reComputer/scripts/yolov10/config.yaml,sha256=sWvBvU0McnIUDBCJVS5upjd3BcPuJmWH0I2kxoJoQJQ,677
95
+ reComputer/scripts/yolov10/init.sh,sha256=-yo4EuaNs8r15zeL9v9EJaLAsFIt2lZD1WAwORyuTHg,622
96
+ reComputer/scripts/yolov10/run.sh,sha256=Fnr6Xhx6V0wUYvbErkaE2xv7s3W1chQVdrLR3wwFkHk,296
97
+ reComputer/scripts/yolov10/assets/webui.png,sha256=gNOLP0ptxTcFk16zktRE5qEJ9aIkOmWeMBU08FeB9YM,2600779
98
+ reComputer/scripts/yolov8-rail-inspection/config.yaml,sha256=sWvBvU0McnIUDBCJVS5upjd3BcPuJmWH0I2kxoJoQJQ,677
99
+ reComputer/scripts/yolov8-rail-inspection/init.sh,sha256=7yYla7QcnJKmYPSVL0mOhqpEnKh6sI9tmAKrbBjrR-Y,127
100
+ reComputer/scripts/yolov8-rail-inspection/readme.md,sha256=uaipDuvknuzMCnQXrVoX34Tx47v9uITp_lTjyyY2iuY,2043
101
+ reComputer/scripts/yolov8-rail-inspection/run.sh,sha256=9eog-7rVJJOj4ceSrPv35DhTZCmGHFYzQkTT9B1rrrU,830
102
+ jetson_examples-0.1.8.dist-info/LICENSE,sha256=PqYE60id8E5PyQI_TC08Mtlxi4fBJWLXCXDa-DbVMPQ,1087
103
+ jetson_examples-0.1.8.dist-info/METADATA,sha256=f_kbZWXkDh39LNNazJk_jzHQx5v0nUVlw4a0kUugMD0,6729
104
+ jetson_examples-0.1.8.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
105
+ jetson_examples-0.1.8.dist-info/entry_points.txt,sha256=5-OdcBifoDjVXE9KjNoN6tQa8l_XSXhdbBEgL2hxeDM,58
106
+ jetson_examples-0.1.8.dist-info/top_level.txt,sha256=SI-liiUOkoGwOJfMP7d7k63JKgdcbiEj6DEC8QIKI90,11
107
+ jetson_examples-0.1.8.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (73.0.1)
2
+ Generator: setuptools (74.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
reComputer/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.1.3"
1
+ __version__ = "0.1.3"
reComputer/main.py CHANGED
@@ -1,60 +1,60 @@
1
- import os
2
- import subprocess
3
- import sys
4
-
5
-
6
- def path_of_script(name):
7
- script_path = os.path.join(os.path.dirname(__file__), "scripts", name)
8
- return script_path
9
-
10
-
11
- def list_all_examples(folder_path):
12
- directory_names = []
13
- for item in os.listdir(folder_path):
14
- item_path = os.path.join(folder_path, item)
15
- if os.path.isdir(item_path):
16
- directory_names.append(item)
17
- return directory_names
18
-
19
-
20
- def run_script():
21
-
22
- if len(sys.argv) == 3:
23
- if sys.argv[1] == "run":
24
- example_name = sys.argv[2]
25
- # TODO: maybe use python instead of shell is better
26
- subprocess.run(["bash", path_of_script("run.sh"), example_name])
27
- elif sys.argv[1] == "clean":
28
- example_name = sys.argv[2]
29
- subprocess.run(["bash", path_of_script("clean.sh"), example_name])
30
- else:
31
- print("Only Support `run` or `clean` for now. try `reComputer run llava` .")
32
- elif len(sys.argv) == 2:
33
- if sys.argv[1] == "check":
34
- subprocess.run(["bash", path_of_script("check.sh")])
35
- elif sys.argv[1] == "update":
36
- subprocess.run(["bash", path_of_script("update.sh")])
37
- elif sys.argv[1] == "list":
38
- example_folder = os.path.join(os.path.dirname(__file__), "scripts")
39
- directories = list_all_examples(example_folder)
40
- print("example list:")
41
- index = 1
42
- for directory in directories:
43
- print("{:03d}".format(index), "|", directory)
44
- index += 1
45
- print("-end-")
46
- else:
47
- print("reComputer help:")
48
- print("---")
49
- print("`reComputer check` | check system.")
50
- print("`reComputer update` | update jetson-ai-lab.")
51
- print("`reComputer list` | list all examples.")
52
- print("`reComputer run xxx` | run an example.")
53
- print("`reComputer clean xxx` | clean an example's data.")
54
- print("---")
55
- else:
56
- print("Error Usage! try `reComputer help`.")
57
-
58
-
59
- if __name__ == "__main__":
60
- pass
1
+ import os
2
+ import subprocess
3
+ import sys
4
+
5
+
6
+ def path_of_script(name):
7
+ script_path = os.path.join(os.path.dirname(__file__), "scripts", name)
8
+ return script_path
9
+
10
+
11
+ def list_all_examples(folder_path):
12
+ directory_names = []
13
+ for item in os.listdir(folder_path):
14
+ item_path = os.path.join(folder_path, item)
15
+ if os.path.isdir(item_path):
16
+ directory_names.append(item)
17
+ return directory_names
18
+
19
+
20
+ def run_script():
21
+
22
+ if len(sys.argv) == 3:
23
+ if sys.argv[1] == "run":
24
+ example_name = sys.argv[2]
25
+ # TODO: maybe use python instead of shell is better
26
+ subprocess.run(["bash", path_of_script("run.sh"), example_name])
27
+ elif sys.argv[1] == "clean":
28
+ example_name = sys.argv[2]
29
+ subprocess.run(["bash", path_of_script("clean.sh"), example_name])
30
+ else:
31
+ print("Only Support `run` or `clean` for now. try `reComputer run llava` .")
32
+ elif len(sys.argv) == 2:
33
+ if sys.argv[1] == "check":
34
+ subprocess.run(["bash", path_of_script("check.sh")])
35
+ elif sys.argv[1] == "update":
36
+ subprocess.run(["bash", path_of_script("update.sh")])
37
+ elif sys.argv[1] == "list":
38
+ example_folder = os.path.join(os.path.dirname(__file__), "scripts")
39
+ directories = list_all_examples(example_folder)
40
+ print("example list:")
41
+ index = 1
42
+ for directory in directories:
43
+ print("{:03d}".format(index), "|", directory)
44
+ index += 1
45
+ print("-end-")
46
+ else:
47
+ print("reComputer help:")
48
+ print("---")
49
+ print("`reComputer check` | check system.")
50
+ print("`reComputer update` | update jetson-ai-lab.")
51
+ print("`reComputer list` | list all examples.")
52
+ print("`reComputer run xxx` | run an example.")
53
+ print("`reComputer clean xxx` | clean an example's data.")
54
+ print("---")
55
+ else:
56
+ print("Error Usage! try `reComputer help`.")
57
+
58
+
59
+ if __name__ == "__main__":
60
+ pass
@@ -1,8 +1,8 @@
1
- #!/bin/bash
2
-
3
-
4
- # get image
5
- source ./getVersion.sh
6
-
7
- # remove docker image
8
- sudo docker rmi feiticeir0/movenet:tf2-${IMAGE_TAG}
1
+ #!/bin/bash
2
+
3
+
4
+ # get image
5
+ source ./getVersion.sh
6
+
7
+ # remove docker image
8
+ sudo docker rmi feiticeir0/movenet:tf2-${IMAGE_TAG}
@@ -1,59 +1,59 @@
1
- #!/bin/bash
2
- # based on dusty - https://github.com/dusty-nv/jetson-containers/blob/master/jetson_containers/l4t_version.sh
3
- # and llama-factory init script
4
-
5
- # we only have images for these - 36.2.0 works on 36.3.0
6
- L4T_VERSIONS=("35.3.1", "35.4.1", "36.2.0", "36.3.0")
7
-
8
- ARCH=$(uname -i)
9
- # echo "ARCH: $ARCH"
10
-
11
- if [ $ARCH = "aarch64" ]; then
12
- L4T_VERSION_STRING=$(head -n 1 /etc/nv_tegra_release)
13
-
14
- if [ -z "$L4T_VERSION_STRING" ]; then
15
- #echo "reading L4T version from \"dpkg-query --show nvidia-l4t-core\""
16
-
17
- L4T_VERSION_STRING=$(dpkg-query --showformat='${Version}' --show nvidia-l4t-core)
18
- L4T_VERSION_ARRAY=(${L4T_VERSION_STRING//./ })
19
-
20
- #echo ${L4T_VERSION_ARRAY[@]}
21
- #echo ${#L4T_VERSION_ARRAY[@]}
22
-
23
- L4T_RELEASE=${L4T_VERSION_ARRAY[0]}
24
- L4T_REVISION=${L4T_VERSION_ARRAY[1]}
25
- else
26
- #echo "reading L4T version from /etc/nv_tegra_release"
27
-
28
- L4T_RELEASE=$(echo $L4T_VERSION_STRING | cut -f 2 -d ' ' | grep -Po '(?<=R)[^;]+')
29
- L4T_REVISION=$(echo $L4T_VERSION_STRING | cut -f 2 -d ',' | grep -Po '(?<=REVISION: )[^;]+')
30
- fi
31
-
32
- L4T_REVISION_MAJOR=${L4T_REVISION:0:1}
33
- L4T_REVISION_MINOR=${L4T_REVISION:2:1}
34
-
35
- L4T_VERSION="$L4T_RELEASE.$L4T_REVISION"
36
-
37
- IMAGE_TAG=$L4T_VERSION
38
-
39
- #echo "L4T_VERSION : $L4T_VERSION"
40
- #echo "L4T_RELEASE : $L4T_RELEASE"
41
- #echo "L4T_REVISION: $L4T_REVISION"
42
-
43
- elif [ $ARCH != "x86_64" ]; then
44
- echo "unsupported architecture: $ARCH"
45
- exit 1
46
- fi
47
-
48
-
49
- if [[ ! " ${L4T_VERSIONS[@]} " =~ " ${L4T_VERSION} " ]]; then
50
- echo "L4T_VERSION is not in the allowed versions list. Exiting."
51
- exit 1
52
- fi
53
-
54
- # check if 36 to change IMAGE_TAG
55
- if [ ${L4T_RELEASE} -eq "36" ]; then
56
- # image tag will be 2.0
57
- IMAGE_TAG="36.2.0"
58
- fi
59
-
1
+ #!/bin/bash
2
+ # based on dusty - https://github.com/dusty-nv/jetson-containers/blob/master/jetson_containers/l4t_version.sh
3
+ # and llama-factory init script
4
+
5
+ # we only have images for these - 36.2.0 works on 36.3.0
6
+ L4T_VERSIONS=("35.3.1", "35.4.1", "36.2.0", "36.3.0")
7
+
8
+ ARCH=$(uname -i)
9
+ # echo "ARCH: $ARCH"
10
+
11
+ if [ $ARCH = "aarch64" ]; then
12
+ L4T_VERSION_STRING=$(head -n 1 /etc/nv_tegra_release)
13
+
14
+ if [ -z "$L4T_VERSION_STRING" ]; then
15
+ #echo "reading L4T version from \"dpkg-query --show nvidia-l4t-core\""
16
+
17
+ L4T_VERSION_STRING=$(dpkg-query --showformat='${Version}' --show nvidia-l4t-core)
18
+ L4T_VERSION_ARRAY=(${L4T_VERSION_STRING//./ })
19
+
20
+ #echo ${L4T_VERSION_ARRAY[@]}
21
+ #echo ${#L4T_VERSION_ARRAY[@]}
22
+
23
+ L4T_RELEASE=${L4T_VERSION_ARRAY[0]}
24
+ L4T_REVISION=${L4T_VERSION_ARRAY[1]}
25
+ else
26
+ #echo "reading L4T version from /etc/nv_tegra_release"
27
+
28
+ L4T_RELEASE=$(echo $L4T_VERSION_STRING | cut -f 2 -d ' ' | grep -Po '(?<=R)[^;]+')
29
+ L4T_REVISION=$(echo $L4T_VERSION_STRING | cut -f 2 -d ',' | grep -Po '(?<=REVISION: )[^;]+')
30
+ fi
31
+
32
+ L4T_REVISION_MAJOR=${L4T_REVISION:0:1}
33
+ L4T_REVISION_MINOR=${L4T_REVISION:2:1}
34
+
35
+ L4T_VERSION="$L4T_RELEASE.$L4T_REVISION"
36
+
37
+ IMAGE_TAG=$L4T_VERSION
38
+
39
+ #echo "L4T_VERSION : $L4T_VERSION"
40
+ #echo "L4T_RELEASE : $L4T_RELEASE"
41
+ #echo "L4T_REVISION: $L4T_REVISION"
42
+
43
+ elif [ $ARCH != "x86_64" ]; then
44
+ echo "unsupported architecture: $ARCH"
45
+ exit 1
46
+ fi
47
+
48
+
49
+ if [[ ! " ${L4T_VERSIONS[@]} " =~ " ${L4T_VERSION} " ]]; then
50
+ echo "L4T_VERSION is not in the allowed versions list. Exiting."
51
+ exit 1
52
+ fi
53
+
54
+ # check if 36 to change IMAGE_TAG
55
+ if [ ${L4T_RELEASE} -eq "36" ]; then
56
+ # image tag will be 2.0
57
+ IMAGE_TAG="36.2.0"
58
+ fi
59
+
@@ -1,6 +1,6 @@
1
- #!/bin/bash
2
-
3
- # Let's allow connections
4
- xhost +local:docker
5
-
6
-
1
+ #!/bin/bash
2
+
3
+ # Let's allow connections
4
+ xhost +local:docker
5
+
6
+
@@ -1,30 +1,30 @@
1
- # MoveNet
2
-
3
- MoveNet is a ultra fast and accurate pose detection model.
4
-
5
- We're demonstrating here using reComputer J402 and with MoveNet Lightning version
6
-
7
- ![movenet working](images/dance_movenet.gif)
8
-
9
- You can get more information on MoveNet from [TensorFlow](https://www.tensorflow.org/hub/tutorials/movenet)
10
-
11
- ## Getting started
12
- #### Prerequisites
13
- * SeeedStudio reComputer J402 [Buy one](https://www.seeedstudio.com/reComputer-J4012-p-5586.html)
14
- * Webcam connected to reComputer
15
- * Graphical desktop
16
- * Docker installed
17
-
18
- ## Instalation
19
- PyPI (best)
20
-
21
- ```bash
22
- pip install jetson-examples
23
- ```
24
-
25
- ## Usage
26
- 1. Type the following command in a terminal
27
- ```bash
28
- reComputer run MoveNet-Lightning
29
- ```
30
- 2. Start moving in front of the camera
1
+ # MoveNet
2
+
3
+ MoveNet is a ultra fast and accurate pose detection model.
4
+
5
+ We're demonstrating here using reComputer J402 and with MoveNet Lightning version
6
+
7
+ ![movenet working](images/dance_movenet.gif)
8
+
9
+ You can get more information on MoveNet from [TensorFlow](https://www.tensorflow.org/hub/tutorials/movenet)
10
+
11
+ ## Getting started
12
+ #### Prerequisites
13
+ * SeeedStudio reComputer J402 [Buy one](https://www.seeedstudio.com/reComputer-J4012-p-5586.html)
14
+ * Webcam connected to reComputer
15
+ * Graphical desktop
16
+ * Docker installed
17
+
18
+ ## Instalation
19
+ PyPI (best)
20
+
21
+ ```bash
22
+ pip install jetson-examples
23
+ ```
24
+
25
+ ## Usage
26
+ 1. Type the following command in a terminal
27
+ ```bash
28
+ reComputer run MoveNet-Lightning
29
+ ```
30
+ 2. Start moving in front of the camera
@@ -1,19 +1,19 @@
1
- #!/bin/bash
2
-
3
- # get L4T version
4
- # it exports a variable IMAGE_TAG
5
- source ./getVersion.sh
6
-
7
- # pull docker image
8
-
9
- docker pull feiticeir0/movenet-lightning:tf2-${IMAGE_TAG}"
10
-
11
- docker run \
12
- -e DISPLAY=$DISPLAY \
13
- --runtime=nvidia \
14
- --rm \
15
- --device /dev/video0 \
16
- -v /tmp/.X11-unix:/tmp/.X11-unix \
17
- feiticeir0/movenet-lightning:tf2-${IMAGE_TAG}"
18
-
19
-
1
+ #!/bin/bash
2
+
3
+ # get L4T version
4
+ # it exports a variable IMAGE_TAG
5
+ source ./getVersion.sh
6
+
7
+ # pull docker image
8
+
9
+ docker pull feiticeir0/movenet-lightning:tf2-${IMAGE_TAG}"
10
+
11
+ docker run \
12
+ -e DISPLAY=$DISPLAY \
13
+ --runtime=nvidia \
14
+ --rm \
15
+ --device /dev/video0 \
16
+ -v /tmp/.X11-unix:/tmp/.X11-unix \
17
+ feiticeir0/movenet-lightning:tf2-${IMAGE_TAG}"
18
+
19
+
@@ -1,7 +1,7 @@
1
- #!/bin/bash
2
-
3
- # get image
4
- source ./getVersion.sh
5
-
6
- # remove docker image
7
- sudo docker rmi feiticeir0/movenet:tf2-${TAG_IMAGE}
1
+ #!/bin/bash
2
+
3
+ # get image
4
+ source ./getVersion.sh
5
+
6
+ # remove docker image
7
+ sudo docker rmi feiticeir0/movenet:tf2-${TAG_IMAGE}