jetson-examples 0.1.8__py3-none-any.whl → 0.1.9__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 (106) hide show
  1. {jetson_examples-0.1.8.dist-info → jetson_examples-0.1.9.dist-info}/LICENSE +21 -21
  2. {jetson_examples-0.1.8.dist-info → jetson_examples-0.1.9.dist-info}/METADATA +1 -1
  3. jetson_examples-0.1.9.dist-info/RECORD +109 -0
  4. reComputer/__init__.py +1 -1
  5. reComputer/main.py +60 -60
  6. reComputer/scripts/MoveNet-Lightning/clean.sh +8 -8
  7. reComputer/scripts/MoveNet-Lightning/getVersion.sh +59 -59
  8. reComputer/scripts/MoveNet-Lightning/init.sh +6 -6
  9. reComputer/scripts/MoveNet-Lightning/readme.md +30 -30
  10. reComputer/scripts/MoveNet-Lightning/run.sh +19 -19
  11. reComputer/scripts/MoveNet-Thunder/clean.sh +7 -7
  12. reComputer/scripts/MoveNet-Thunder/getVersion.sh +59 -59
  13. reComputer/scripts/MoveNet-Thunder/init.sh +6 -6
  14. reComputer/scripts/MoveNet-Thunder/readme.md +31 -31
  15. reComputer/scripts/MoveNet-Thunder/run.sh +18 -18
  16. reComputer/scripts/MoveNetJS/clean.sh +4 -4
  17. reComputer/scripts/MoveNetJS/readme.md +56 -56
  18. reComputer/scripts/MoveNetJS/run.sh +13 -13
  19. reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/init.sh +16 -16
  20. reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/run.sh +8 -8
  21. reComputer/scripts/audiocraft/README.md +35 -35
  22. reComputer/scripts/audiocraft/clean.sh +5 -5
  23. reComputer/scripts/audiocraft/init.sh +16 -16
  24. reComputer/scripts/audiocraft/run.sh +7 -7
  25. reComputer/scripts/check.sh +4 -4
  26. reComputer/scripts/clean.sh +33 -33
  27. reComputer/scripts/comfyui/LICENSE +21 -21
  28. reComputer/scripts/comfyui/README.md +127 -127
  29. reComputer/scripts/comfyui/clean.sh +9 -7
  30. reComputer/scripts/comfyui/config.yaml +30 -29
  31. reComputer/scripts/comfyui/init.sh +9 -163
  32. reComputer/scripts/comfyui/run.sh +30 -30
  33. reComputer/scripts/depth-anything/Dockerfile +5 -5
  34. reComputer/scripts/depth-anything/LICENSE +21 -21
  35. reComputer/scripts/depth-anything/README.md +135 -135
  36. reComputer/scripts/depth-anything/clean.sh +7 -7
  37. reComputer/scripts/depth-anything/config.yaml +31 -31
  38. reComputer/scripts/depth-anything/init.sh +164 -164
  39. reComputer/scripts/depth-anything/run.sh +22 -22
  40. reComputer/scripts/depth-anything-v2/Dockerfile +5 -5
  41. reComputer/scripts/depth-anything-v2/LICENSE +21 -21
  42. reComputer/scripts/depth-anything-v2/README.md +135 -135
  43. reComputer/scripts/depth-anything-v2/clean.sh +7 -7
  44. reComputer/scripts/depth-anything-v2/config.yaml +31 -31
  45. reComputer/scripts/depth-anything-v2/init.sh +164 -164
  46. reComputer/scripts/depth-anything-v2/run.sh +22 -22
  47. reComputer/scripts/live-llava/init.sh +16 -16
  48. reComputer/scripts/live-llava/run.sh +278 -278
  49. reComputer/scripts/llama-factory/README.md +68 -68
  50. reComputer/scripts/llama-factory/clean.sh +4 -4
  51. reComputer/scripts/llama-factory/init.sh +52 -52
  52. reComputer/scripts/llama-factory/run.sh +10 -10
  53. reComputer/scripts/llama3/clean.sh +22 -22
  54. reComputer/scripts/llama3/config.yaml +31 -0
  55. reComputer/scripts/llama3/init.sh +19 -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/config.yaml +31 -0
  71. reComputer/scripts/ollama/init.sh +19 -16
  72. reComputer/scripts/ollama/run.sh +10 -10
  73. reComputer/scripts/parler-tts/clean.sh +7 -7
  74. reComputer/scripts/parler-tts/getVersion.sh +59 -59
  75. reComputer/scripts/parler-tts/init.sh +8 -8
  76. reComputer/scripts/parler-tts/readme.md +63 -63
  77. reComputer/scripts/parler-tts/run.sh +17 -17
  78. reComputer/scripts/run.sh +48 -48
  79. reComputer/scripts/stable-diffusion-webui/init.sh +16 -16
  80. reComputer/scripts/stable-diffusion-webui/run.sh +6 -6
  81. reComputer/scripts/text-generation-webui/init.sh +16 -16
  82. reComputer/scripts/text-generation-webui/run.sh +11 -11
  83. reComputer/scripts/ultralytics-yolo/LICENSE +21 -21
  84. reComputer/scripts/ultralytics-yolo/README.md +124 -124
  85. reComputer/scripts/ultralytics-yolo/clean.sh +6 -6
  86. reComputer/scripts/ultralytics-yolo/config.yaml +31 -31
  87. reComputer/scripts/ultralytics-yolo/init.sh +4 -4
  88. reComputer/scripts/ultralytics-yolo/run.sh +26 -26
  89. reComputer/scripts/update.sh +26 -26
  90. reComputer/scripts/utils.sh +168 -166
  91. reComputer/scripts/whisper/init.sh +16 -16
  92. reComputer/scripts/whisper/run.sh +7 -7
  93. reComputer/scripts/yolov10/Dockerfile +13 -13
  94. reComputer/scripts/yolov10/README.md +71 -71
  95. reComputer/scripts/yolov10/clean.sh +4 -4
  96. reComputer/scripts/yolov10/config.yaml +31 -31
  97. reComputer/scripts/yolov10/init.sh +20 -20
  98. reComputer/scripts/yolov10/run.sh +7 -7
  99. reComputer/scripts/yolov8-rail-inspection/config.yaml +31 -31
  100. reComputer/scripts/yolov8-rail-inspection/init.sh +5 -5
  101. reComputer/scripts/yolov8-rail-inspection/readme.md +35 -35
  102. reComputer/scripts/yolov8-rail-inspection/run.sh +21 -21
  103. jetson_examples-0.1.8.dist-info/RECORD +0 -107
  104. {jetson_examples-0.1.8.dist-info → jetson_examples-0.1.9.dist-info}/WHEEL +0 -0
  105. {jetson_examples-0.1.8.dist-info → jetson_examples-0.1.9.dist-info}/entry_points.txt +0 -0
  106. {jetson_examples-0.1.8.dist-info → jetson_examples-0.1.9.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.8
3
+ Version: 0.1.9
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
@@ -0,0 +1,109 @@
1
+ reComputer/__init__.py,sha256=XEqb2aiIn8fzGE68Mph4ck1FtQqsR_am0wRWvrYPffQ,22
2
+ reComputer/main.py,sha256=3xOfzSjSmsee1o2KyMRmaXQ2vJ1kdeu7IbPLoDUI4ZI,2090
3
+ reComputer/scripts/check.sh,sha256=cUMwAjHpgJoaD5a8gTLJG7QWjF9CyKPgQ-ewRNK3FD8,127
4
+ reComputer/scripts/clean.sh,sha256=TlGas1IKqSX7MEkZe4VvCQJgjDNEvfQyuAeXtKraNMA,898
5
+ reComputer/scripts/run.sh,sha256=aKxkcj16zemZWf5ut6gHtTsgufFm4IK8GPd2b6MBQIQ,1127
6
+ reComputer/scripts/update.sh,sha256=9Pw9-laO8NU2-4t4UisjFEwHPY5-ZAIoDi3AqWBzBbs,900
7
+ reComputer/scripts/utils.sh,sha256=Saowhj8BbwWtuYS7Q-3IZ4CDb5V_EbeM0upby2ryWNM,6794
8
+ reComputer/scripts/MoveNet-Lightning/clean.sh,sha256=B-CJEj8KQPd5evJjl9XDpMgQRn6-hcaxB6oEUfVozrs,124
9
+ reComputer/scripts/MoveNet-Lightning/getVersion.sh,sha256=pFaf2Uej2AhqeXkm-EJ5Zc9vqQpQwKUaK2CxKUVOfMY,1648
10
+ reComputer/scripts/MoveNet-Lightning/init.sh,sha256=A_lpAHeXzm2POhyTBvzl3Zm7CQ9GsfyzmGwLuqOyBsA,61
11
+ reComputer/scripts/MoveNet-Lightning/readme.md,sha256=D6p1otTe7BG5zIpjjEBO9TvrnwxZfcJ5-_vH6tRuEYk,724
12
+ reComputer/scripts/MoveNet-Lightning/run.sh,sha256=5HD8t4qSD281G5URRESe5dKNWWpYfVV6ZAtPvjh7PHE,344
13
+ reComputer/scripts/MoveNet-Thunder/clean.sh,sha256=4eVG5SWsfhBqCX0iLC3OLgp06WwH4VxPAybGmNmpLVw,123
14
+ reComputer/scripts/MoveNet-Thunder/getVersion.sh,sha256=pFaf2Uej2AhqeXkm-EJ5Zc9vqQpQwKUaK2CxKUVOfMY,1648
15
+ reComputer/scripts/MoveNet-Thunder/init.sh,sha256=A_lpAHeXzm2POhyTBvzl3Zm7CQ9GsfyzmGwLuqOyBsA,61
16
+ reComputer/scripts/MoveNet-Thunder/readme.md,sha256=aKP0MMCyX_A6j2eIBYTC4VUJ1kwafQepUwP2ZsC4_lw,721
17
+ reComputer/scripts/MoveNet-Thunder/run.sh,sha256=oc2Gx1De-iMilwjm7xO4YQQWwoeCdOeGRAEleo322CU,337
18
+ reComputer/scripts/MoveNetJS/clean.sh,sha256=PpC1P2zLI_gOb0s8dcSz0tVwdcnM-PvzeggdkuRdAHE,80
19
+ reComputer/scripts/MoveNetJS/readme.md,sha256=Kq8dL_hjl_qosWFIPnFUa8sv2ZzXUZ7hIo67Zfu9m9c,1632
20
+ reComputer/scripts/MoveNetJS/run.sh,sha256=iqZ-5y5-v5iLfRraJvQ_Z4eOG_zFTF_4GEu0MfEaGuI,144
21
+ reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/init.sh,sha256=ktAKm4XFtJYntnSR-oAK4G5OhCSSoKw511mR9qk6xGw,428
22
+ reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/run.sh,sha256=uPDPZ4zM3uKgnLg1oU19E3XlzI-8xio2Bub4Zx-3Oig,237
23
+ reComputer/scripts/audiocraft/README.md,sha256=EGEoK1Rq-Vczri24APoe2kK8e5VmJHn_gRGdvGPI8lg,951
24
+ reComputer/scripts/audiocraft/clean.sh,sha256=0mk1BHYa1IlnPOXZt_Vy8TqxTLGAnXPIDuClMwzdTmM,77
25
+ reComputer/scripts/audiocraft/init.sh,sha256=ktAKm4XFtJYntnSR-oAK4G5OhCSSoKw511mR9qk6xGw,428
26
+ reComputer/scripts/audiocraft/run.sh,sha256=b0kjEeZnA5diQw6vjyrkOX-Svs5XVKGt0ABbWtZsZEs,160
27
+ reComputer/scripts/comfyui/LICENSE,sha256=feSgondqafLDgk7Dp9gnVBE5Y9K5X9mal_DGYKALzXQ,1073
28
+ reComputer/scripts/comfyui/README.md,sha256=WVuDKU4ncER6-EdWssBHDuFcEJJh0f0Q2tjyl0JUaak,7868
29
+ reComputer/scripts/comfyui/clean.sh,sha256=mzTwIlHg8FJBIe0Q0lr1oGcLAwFV40EzD2EzoJvifrk,205
30
+ reComputer/scripts/comfyui/config.yaml,sha256=ZMEclnn_wJ71Xw0oYVwUURhRz3CG4pvi5QBmmgJEmSU,636
31
+ reComputer/scripts/comfyui/init.sh,sha256=owGwu9aVdsosjBzrPmZOQtunaLOtCjjxzkr7pb_zUoQ,226
32
+ reComputer/scripts/comfyui/run.sh,sha256=OveMB_K3DCne4UzIM7_CrigjaE_vlOmhcHOxF8jACN0,911
33
+ reComputer/scripts/depth-anything/Dockerfile,sha256=gJ2Q1g2E06_z4hy9C-m1bA4X2IMqRWuo42izFfQ_E5Y,279
34
+ reComputer/scripts/depth-anything/LICENSE,sha256=feSgondqafLDgk7Dp9gnVBE5Y9K5X9mal_DGYKALzXQ,1073
35
+ reComputer/scripts/depth-anything/README.md,sha256=FeSMWdOFv2SeWA4x_abPzy7eK3AbaUhCcsHuNQzS0dk,4918
36
+ reComputer/scripts/depth-anything/clean.sh,sha256=sJZxeIyA3GtHoeU-7jBgoV17BhYEI44izPxOOETW7lw,198
37
+ reComputer/scripts/depth-anything/config.yaml,sha256=idTLVpipPXr4EsmMbr6-UY3EcUf8Uuk7PULOt4vPLSo,669
38
+ reComputer/scripts/depth-anything/init.sh,sha256=ZLpbYiyqiIZ2pxiLl7Mm_IuHJaiQLfNru6BpTbJTb2g,6143
39
+ reComputer/scripts/depth-anything/run.sh,sha256=EvZ8WJ3uzqkR5HjR1DF5Qda4M5x4P7BofMghAO4pKCg,730
40
+ reComputer/scripts/depth-anything-v2/Dockerfile,sha256=gJ2Q1g2E06_z4hy9C-m1bA4X2IMqRWuo42izFfQ_E5Y,279
41
+ reComputer/scripts/depth-anything-v2/LICENSE,sha256=feSgondqafLDgk7Dp9gnVBE5Y9K5X9mal_DGYKALzXQ,1073
42
+ reComputer/scripts/depth-anything-v2/README.md,sha256=c1QHPGUrTXhtDG1TJgBpF5di4PlVMIVO_LJkslAAMFU,4877
43
+ reComputer/scripts/depth-anything-v2/clean.sh,sha256=Txeu3YXlrrYh0RjzLVVYn_LyD16ikaxzE8C0KCNPQcM,204
44
+ reComputer/scripts/depth-anything-v2/config.yaml,sha256=1O0z6m70r07DKtyIh71WGHSRfF31e6-TSBwHCdMh6Aw,669
45
+ reComputer/scripts/depth-anything-v2/init.sh,sha256=dSn_6_tVRA3Tb1EwZSJj94lvnDWwJr5WjeYCiAq0Zs4,6146
46
+ reComputer/scripts/depth-anything-v2/run.sh,sha256=iVeRg03NcTcFyKRvS6OhoWMudUAWr9zgDpPdYAIj4LQ,736
47
+ reComputer/scripts/live-llava/init.sh,sha256=ktAKm4XFtJYntnSR-oAK4G5OhCSSoKw511mR9qk6xGw,428
48
+ reComputer/scripts/live-llava/run.sh,sha256=4sWld5d8Fkr9GUVqLH2S1RyOKOjobhjojSzuJu8EuCg,10137
49
+ reComputer/scripts/llama-factory/README.md,sha256=HZY0BWEbkFEAHmIYE7Fmd46gAVpL9dN86-TbRB-GDVg,2502
50
+ reComputer/scripts/llama-factory/clean.sh,sha256=cRpFDKCkKDCgaCoXdmF60dQ_RLAcIHbYZ5w-8PLKRr8,133
51
+ reComputer/scripts/llama-factory/init.sh,sha256=FAaIlBQxLdenS6aW8Vpo5OqBZgV0NmkrCpkbJMwkwtU,1633
52
+ reComputer/scripts/llama-factory/run.sh,sha256=NsxvjSkwFQ-b5DoPRN5DlCYsyvq1_wpZmubVN9y4nQs,231
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=lSFxp-uGD8vtzXMcZz8Id_CweQZfQbglrce7_sgMXcc,658
57
+ reComputer/scripts/llama3/config.yaml,sha256=pJTev2aiqRhhCqJ87wzlCpJgKRFLl8AZfx3uKiyWWCk,646
58
+ reComputer/scripts/llama3/init.sh,sha256=T0IuhQo4oPM7BFUgcd95MXvK0Hwrig8djdm5akjijkc,569
59
+ reComputer/scripts/llama3/run.sh,sha256=IkHvMwh_U8fp7AH2qWFUMWywHZDbZKHlp8ODzfHgqBQ,328
60
+ reComputer/scripts/llava/clean.sh,sha256=7t2SIxj6_elOpHxtTjl9ofnU5d9Ir2r5eyNAj6lAI68,70
61
+ reComputer/scripts/llava/init.sh,sha256=ktAKm4XFtJYntnSR-oAK4G5OhCSSoKw511mR9qk6xGw,428
62
+ reComputer/scripts/llava/run.sh,sha256=w5AAak8rDX3drwPiwtzpIbMxN-Tzw3DcmtJPhfKCbH8,251
63
+ reComputer/scripts/llava-v1.5-7b/init.sh,sha256=ktAKm4XFtJYntnSR-oAK4G5OhCSSoKw511mR9qk6xGw,428
64
+ reComputer/scripts/llava-v1.5-7b/run.sh,sha256=w5AAak8rDX3drwPiwtzpIbMxN-Tzw3DcmtJPhfKCbH8,251
65
+ reComputer/scripts/llava-v1.6-vicuna-7b/init.sh,sha256=ktAKm4XFtJYntnSR-oAK4G5OhCSSoKw511mR9qk6xGw,428
66
+ reComputer/scripts/llava-v1.6-vicuna-7b/run.sh,sha256=s0KKqqvIGkRNhWZmHSd1HrARYcr9VCjSsp1bInTE6fg,269
67
+ reComputer/scripts/nanodb/init.sh,sha256=ktAKm4XFtJYntnSR-oAK4G5OhCSSoKw511mR9qk6xGw,428
68
+ reComputer/scripts/nanodb/readme.md,sha256=kzWnCq4qAB95Sssj8mFs_VrH5ju3phSqygLjSRO3ceQ,247
69
+ reComputer/scripts/nanodb/run.sh,sha256=YHuLNtWcmx82QBnTa4vGzhFjNM9MJUbyi_XYbMG6hfQ,2571
70
+ reComputer/scripts/nanoowl/init.sh,sha256=ktAKm4XFtJYntnSR-oAK4G5OhCSSoKw511mR9qk6xGw,428
71
+ reComputer/scripts/nanoowl/run.sh,sha256=jXG3JoE1MQOb6UjOwf0SNmbX5MsAA5weMEQLihspI0c,264
72
+ reComputer/scripts/ollama/clean.sh,sha256=lSFxp-uGD8vtzXMcZz8Id_CweQZfQbglrce7_sgMXcc,658
73
+ reComputer/scripts/ollama/config.yaml,sha256=pJTev2aiqRhhCqJ87wzlCpJgKRFLl8AZfx3uKiyWWCk,646
74
+ reComputer/scripts/ollama/init.sh,sha256=T0IuhQo4oPM7BFUgcd95MXvK0Hwrig8djdm5akjijkc,569
75
+ reComputer/scripts/ollama/run.sh,sha256=JQNDtIlpuGNJm4XuUC_Sy4qPmSOfeAsd8VOrxAvyavU,246
76
+ reComputer/scripts/parler-tts/clean.sh,sha256=PCDbCFuZDL9UEoZ3pQ-Q80xxvcMhAlxvmjDqh15JE1E,122
77
+ reComputer/scripts/parler-tts/getVersion.sh,sha256=pFaf2Uej2AhqeXkm-EJ5Zc9vqQpQwKUaK2CxKUVOfMY,1648
78
+ reComputer/scripts/parler-tts/init.sh,sha256=gvVAZBUc_kLp6UNvC8odrYy9RQxqNs8ticzdqbZ7nKY,128
79
+ reComputer/scripts/parler-tts/readme.md,sha256=A9UXX6QzHooZhunLVsntk0UErCH7Kz3VxQ_LZ6WrsTE,2480
80
+ reComputer/scripts/parler-tts/run.sh,sha256=hZKvAb51zMKKXO3hWFhX-I2E8ka8xm1ScMipIEDbPx4,313
81
+ reComputer/scripts/stable-diffusion-webui/init.sh,sha256=ktAKm4XFtJYntnSR-oAK4G5OhCSSoKw511mR9qk6xGw,428
82
+ reComputer/scripts/stable-diffusion-webui/run.sh,sha256=E0_KRJK5BLFsBzAiJw-Ir81bvmIU4GV-TLJRgda2XHM,160
83
+ reComputer/scripts/text-generation-webui/init.sh,sha256=ktAKm4XFtJYntnSR-oAK4G5OhCSSoKw511mR9qk6xGw,428
84
+ reComputer/scripts/text-generation-webui/run.sh,sha256=mRlWxZTArGXoyyeHbgZvPbVKTflQSsFCKUERKoHYHHE,407
85
+ reComputer/scripts/ultralytics-yolo/LICENSE,sha256=feSgondqafLDgk7Dp9gnVBE5Y9K5X9mal_DGYKALzXQ,1073
86
+ reComputer/scripts/ultralytics-yolo/README.md,sha256=InfR1206B9Qo9xPp7GdAmb2ZUdb9lrgHn0H_M1hBlGY,6085
87
+ reComputer/scripts/ultralytics-yolo/clean.sh,sha256=51z_LiiS4XFPmE23t3Mi4P92UYEidefrLNGhBVENqZ0,186
88
+ reComputer/scripts/ultralytics-yolo/config.yaml,sha256=FhmaI16bv7G1IpXqhgnb8WV3Du9s1evGSm0Fzvw_TDU,646
89
+ reComputer/scripts/ultralytics-yolo/init.sh,sha256=Va_ESXeVYXmnz0PMqBXl9ysQL_SudOiUPDgHsrGLo0M,121
90
+ reComputer/scripts/ultralytics-yolo/run.sh,sha256=LRs8Kwkevcr0-B0ZePZ0XZdiaCn9RCA7YVscEMgAtTA,845
91
+ reComputer/scripts/whisper/init.sh,sha256=ktAKm4XFtJYntnSR-oAK4G5OhCSSoKw511mR9qk6xGw,428
92
+ reComputer/scripts/whisper/run.sh,sha256=UKiY7Ie5uyGrdvAob1XwPSlpdEL27HR5vcMtnVOrph4,146
93
+ reComputer/scripts/yolov10/Dockerfile,sha256=G25SPvYE9yYpMi0nRWcqKXbXJNdomnPV4tIZUVkmhWw,466
94
+ reComputer/scripts/yolov10/README.md,sha256=oMIr-1IBN0VZdovILqX-bLjfUT8cHQRGotqefTm0MVQ,3623
95
+ reComputer/scripts/yolov10/clean.sh,sha256=ErryX-k5UNlOj3IoIxEs5j55e7hysO3rlo5KenN4QWE,106
96
+ reComputer/scripts/yolov10/config.yaml,sha256=FhmaI16bv7G1IpXqhgnb8WV3Du9s1evGSm0Fzvw_TDU,646
97
+ reComputer/scripts/yolov10/init.sh,sha256=y3nEoCU1y8IEYjxsYFAWV1njyO_tG6owSYH6uDroM34,602
98
+ reComputer/scripts/yolov10/run.sh,sha256=xPZ9pvoi_AyY9F4ujT-xGcockqeQOZzSC45J-6qyHwE,289
99
+ reComputer/scripts/yolov10/assets/webui.png,sha256=gNOLP0ptxTcFk16zktRE5qEJ9aIkOmWeMBU08FeB9YM,2600779
100
+ reComputer/scripts/yolov8-rail-inspection/config.yaml,sha256=FhmaI16bv7G1IpXqhgnb8WV3Du9s1evGSm0Fzvw_TDU,646
101
+ reComputer/scripts/yolov8-rail-inspection/init.sh,sha256=8IqV1qC0LlklcWEdfUVMBAVm8abFIXUdsawg4uAbf9Q,122
102
+ reComputer/scripts/yolov8-rail-inspection/readme.md,sha256=awuvn2sLDnr-U4Q5pTTyieJMYNy27NRQyFhiQyiUNFI,2008
103
+ reComputer/scripts/yolov8-rail-inspection/run.sh,sha256=rTpjiwMgn6iA3IJ6QDFR9wkOMDVCQ-qgTbFo2YKiX-c,809
104
+ jetson_examples-0.1.9.dist-info/LICENSE,sha256=ac_LOi8ChcJhymEfBulX98Y06wTI2IMcQnqCXZ5yay4,1066
105
+ jetson_examples-0.1.9.dist-info/METADATA,sha256=u2fKkVi5YFt1NPl-ZUYU4N4tBeAOhHLXRm9UXKK5ZfM,6729
106
+ jetson_examples-0.1.9.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
107
+ jetson_examples-0.1.9.dist-info/entry_points.txt,sha256=5-OdcBifoDjVXE9KjNoN6tQa8l_XSXhdbBEgL2hxeDM,58
108
+ jetson_examples-0.1.9.dist-info/top_level.txt,sha256=SI-liiUOkoGwOJfMP7d7k63JKgdcbiEj6DEC8QIKI90,11
109
+ jetson_examples-0.1.9.dist-info/RECORD,,
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}