jetson-examples 0.2.1__tar.gz → 0.2.3__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 (135) hide show
  1. {jetson_examples-0.2.1/jetson_examples.egg-info → jetson_examples-0.2.3}/PKG-INFO +4 -3
  2. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/README.md +2 -1
  3. {jetson_examples-0.2.1 → jetson_examples-0.2.3/jetson_examples.egg-info}/PKG-INFO +4 -3
  4. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/jetson_examples.egg-info/SOURCES.txt +11 -0
  5. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/pyproject.toml +1 -1
  6. jetson_examples-0.2.3/reComputer/scripts/deep-live-cam/Dockerfile +6 -0
  7. jetson_examples-0.2.3/reComputer/scripts/deep-live-cam/README.md +140 -0
  8. jetson_examples-0.2.3/reComputer/scripts/deep-live-cam/clean.sh +9 -0
  9. jetson_examples-0.2.3/reComputer/scripts/deep-live-cam/config.yaml +30 -0
  10. {jetson_examples-0.2.1/reComputer/scripts/ultralytics-yolo → jetson_examples-0.2.3/reComputer/scripts/deep-live-cam}/run.sh +11 -8
  11. {jetson_examples-0.2.1/reComputer/scripts/ultralytics-yolo → jetson_examples-0.2.3/reComputer/scripts/depth-anything}/LICENSE +0 -0
  12. jetson_examples-0.2.3/reComputer/scripts/depth-anything-v2/init.sh +6 -0
  13. jetson_examples-0.2.3/reComputer/scripts/llama3.2/clean.sh +34 -0
  14. jetson_examples-0.2.3/reComputer/scripts/llama3.2/config.yaml +32 -0
  15. jetson_examples-0.2.3/reComputer/scripts/llama3.2/run.sh +35 -0
  16. jetson_examples-0.2.3/reComputer/scripts/ultralytics-yolo/LICENSE +21 -0
  17. jetson_examples-0.2.3/reComputer/scripts/ultralytics-yolo/README.md +141 -0
  18. jetson_examples-0.2.3/reComputer/scripts/ultralytics-yolo/clean.sh +34 -0
  19. jetson_examples-0.2.3/reComputer/scripts/ultralytics-yolo/config.yaml +33 -0
  20. jetson_examples-0.2.3/reComputer/scripts/ultralytics-yolo/run.sh +59 -0
  21. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/utils.sh +3 -1
  22. jetson_examples-0.2.3/reComputer/scripts/whisper/init.sh +19 -0
  23. jetson_examples-0.2.1/reComputer/scripts/ultralytics-yolo/README.md +0 -124
  24. jetson_examples-0.2.1/reComputer/scripts/ultralytics-yolo/clean.sh +0 -7
  25. jetson_examples-0.2.1/reComputer/scripts/ultralytics-yolo/config.yaml +0 -30
  26. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/LICENSE +0 -0
  27. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/MANIFEST.in +0 -0
  28. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/jetson_examples.egg-info/dependency_links.txt +0 -0
  29. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/jetson_examples.egg-info/entry_points.txt +0 -0
  30. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/jetson_examples.egg-info/top_level.txt +0 -0
  31. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/__init__.py +0 -0
  32. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/main.py +0 -0
  33. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/MoveNet-Lightning/clean.sh +0 -0
  34. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/MoveNet-Lightning/getVersion.sh +0 -0
  35. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/MoveNet-Lightning/init.sh +0 -0
  36. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/MoveNet-Lightning/readme.md +0 -0
  37. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/MoveNet-Lightning/run.sh +0 -0
  38. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/MoveNet-Thunder/clean.sh +0 -0
  39. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/MoveNet-Thunder/getVersion.sh +0 -0
  40. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/MoveNet-Thunder/init.sh +0 -0
  41. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/MoveNet-Thunder/readme.md +0 -0
  42. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/MoveNet-Thunder/run.sh +0 -0
  43. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/MoveNetJS/clean.sh +0 -0
  44. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/MoveNetJS/readme.md +0 -0
  45. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/MoveNetJS/run.sh +0 -0
  46. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/config.yaml +0 -0
  47. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/init.sh +0 -0
  48. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/run.sh +0 -0
  49. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/audiocraft/README.md +0 -0
  50. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/audiocraft/clean.sh +0 -0
  51. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/audiocraft/config.yaml +0 -0
  52. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/audiocraft/init.sh +0 -0
  53. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/audiocraft/run.sh +0 -0
  54. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/check.sh +0 -0
  55. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/clean.sh +0 -0
  56. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/comfyui/LICENSE +0 -0
  57. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/comfyui/README.md +0 -0
  58. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/comfyui/clean.sh +0 -0
  59. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/comfyui/config.yaml +0 -0
  60. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/comfyui/init.sh +0 -0
  61. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/comfyui/run.sh +0 -0
  62. {jetson_examples-0.2.1/reComputer/scripts/depth-anything-v2 → jetson_examples-0.2.3/reComputer/scripts/deep-live-cam}/LICENSE +0 -0
  63. {jetson_examples-0.2.1/reComputer/scripts/depth-anything-v2 → jetson_examples-0.2.3/reComputer/scripts/deep-live-cam}/init.sh +0 -0
  64. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/depth-anything/Dockerfile +0 -0
  65. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/depth-anything/README.md +0 -0
  66. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/depth-anything/clean.sh +0 -0
  67. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/depth-anything/config.yaml +0 -0
  68. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/depth-anything/init.sh +0 -0
  69. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/depth-anything/run.sh +0 -0
  70. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/depth-anything-v2/Dockerfile +0 -0
  71. {jetson_examples-0.2.1/reComputer/scripts/depth-anything → jetson_examples-0.2.3/reComputer/scripts/depth-anything-v2}/LICENSE +0 -0
  72. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/depth-anything-v2/README.md +0 -0
  73. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/depth-anything-v2/clean.sh +0 -0
  74. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/depth-anything-v2/config.yaml +0 -0
  75. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/depth-anything-v2/run.sh +0 -0
  76. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/live-llava/init.sh +0 -0
  77. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/live-llava/run.sh +0 -0
  78. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/llama-factory/README.md +0 -0
  79. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/llama-factory/clean.sh +0 -0
  80. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/llama-factory/config.yaml +0 -0
  81. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/llama-factory/init.sh +0 -0
  82. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/llama-factory/run.sh +0 -0
  83. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/llama3/clean.sh +0 -0
  84. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/llama3/config.yaml +0 -0
  85. {jetson_examples-0.2.1/reComputer/scripts/llava-v1.6-vicuna-7b → jetson_examples-0.2.3/reComputer/scripts/llama3}/init.sh +0 -0
  86. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/llama3/run.sh +0 -0
  87. {jetson_examples-0.2.1/reComputer/scripts/llama3 → jetson_examples-0.2.3/reComputer/scripts/llama3.2}/init.sh +0 -0
  88. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/llava/clean.sh +0 -0
  89. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/llava/config.yaml +0 -0
  90. {jetson_examples-0.2.1/reComputer/scripts/nanodb → jetson_examples-0.2.3/reComputer/scripts/llava}/init.sh +0 -0
  91. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/llava/run.sh +0 -0
  92. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/llava-v1.5-7b/config.yaml +0 -0
  93. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/llava-v1.5-7b/init.sh +0 -0
  94. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/llava-v1.5-7b/run.sh +0 -0
  95. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/llava-v1.6-vicuna-7b/config.yaml +0 -0
  96. {jetson_examples-0.2.1/reComputer/scripts/llava → jetson_examples-0.2.3/reComputer/scripts/llava-v1.6-vicuna-7b}/init.sh +0 -0
  97. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/llava-v1.6-vicuna-7b/run.sh +0 -0
  98. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/nanodb/config.yaml +0 -0
  99. {jetson_examples-0.2.1/reComputer/scripts/nanoowl → jetson_examples-0.2.3/reComputer/scripts/nanodb}/init.sh +0 -0
  100. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/nanodb/readme.md +0 -0
  101. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/nanodb/run.sh +0 -0
  102. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/nanoowl/config.yaml +0 -0
  103. {jetson_examples-0.2.1/reComputer/scripts/ollama → jetson_examples-0.2.3/reComputer/scripts/nanoowl}/init.sh +0 -0
  104. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/nanoowl/run.sh +0 -0
  105. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/ollama/clean.sh +0 -0
  106. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/ollama/config.yaml +0 -0
  107. {jetson_examples-0.2.1/reComputer/scripts/stable-diffusion-webui → jetson_examples-0.2.3/reComputer/scripts/ollama}/init.sh +0 -0
  108. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/ollama/run.sh +0 -0
  109. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/parler-tts/clean.sh +0 -0
  110. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/parler-tts/getVersion.sh +0 -0
  111. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/parler-tts/init.sh +0 -0
  112. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/parler-tts/readme.md +0 -0
  113. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/parler-tts/run.sh +0 -0
  114. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/run.sh +0 -0
  115. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/stable-diffusion-webui/config.yaml +0 -0
  116. {jetson_examples-0.2.1/reComputer/scripts/whisper → jetson_examples-0.2.3/reComputer/scripts/stable-diffusion-webui}/init.sh +0 -0
  117. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/stable-diffusion-webui/run.sh +0 -0
  118. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/text-generation-webui/config.yaml +0 -0
  119. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/text-generation-webui/init.sh +0 -0
  120. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/text-generation-webui/run.sh +0 -0
  121. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/ultralytics-yolo/init.sh +0 -0
  122. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/update.sh +0 -0
  123. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/whisper/config.yaml +0 -0
  124. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/whisper/run.sh +0 -0
  125. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/yolov10/Dockerfile +0 -0
  126. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/yolov10/README.md +0 -0
  127. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/yolov10/clean.sh +0 -0
  128. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/yolov10/config.yaml +0 -0
  129. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/yolov10/init.sh +0 -0
  130. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/yolov10/run.sh +0 -0
  131. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/yolov8-rail-inspection/config.yaml +0 -0
  132. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/yolov8-rail-inspection/init.sh +0 -0
  133. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/yolov8-rail-inspection/readme.md +0 -0
  134. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/reComputer/scripts/yolov8-rail-inspection/run.sh +0 -0
  135. {jetson_examples-0.2.1 → jetson_examples-0.2.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: jetson-examples
3
- Version: 0.2.1
3
+ Version: 0.2.3
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
@@ -60,6 +60,8 @@ Here are some examples that can be run:
60
60
 
61
61
  | Example | Type | Model/Data Size | Docker Image Size | Command |
62
62
  | ------------------------------------------------ | ------------------------ | --------------- | ---------- | --------------------------------------- |
63
+ | 🆕 [Ultralytics-yolo](/reComputer/scripts/ultralytics-yolo/README.md) | Computer Vision | | 15.4GB | `reComputer run ultralytics-yolo` |
64
+ | 🆕 [Deep-Live-Cam](/reComputer/scripts/deep-live-cam/README.md) | Face-swapping | 0.5GB | 20GB | `reComputer run deep-live-cam` |
63
65
  | 🆕 llama-factory | Finetune LLM | | 13.5GB | `reComputer run llama-factory` |
64
66
  | 🆕 [ComfyUI](/reComputer/scripts/comfyui/README.md) |Computer Vision | | 20GB | `reComputer run comfyui` |
65
67
  | [Depth-Anything-V2](/reComputer/scripts/depth-anything-v2/README.md) |Computer Vision | | 15GB | `reComputer run depth-anything-v2` |
@@ -74,7 +76,6 @@ Here are some examples that can be run:
74
76
  | [Nanodb](../reComputer/scripts/nanodb/readme.md) | Vector Database | 76GB | 7.0GB | `reComputer run nanodb` |
75
77
  | Whisper | Audio | 1.5GB | 6.0GB | `reComputer run whisper` |
76
78
  | [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
79
  | [TensorFlow MoveNet Thunder](/reComputer/scripts/MoveNet-Thunder/readme.md) |Computer Vision | | 7.7GB | `reComputer run MoveNet-Thunder` |
79
80
  | [Parler-TTS mini: expresso](/reComputer/scripts/parler-tts/readme.md) | Audio | | 6.9GB | `reComputer run parler-tts` |
80
81
 
@@ -45,6 +45,8 @@ Here are some examples that can be run:
45
45
 
46
46
  | Example | Type | Model/Data Size | Docker Image Size | Command |
47
47
  | ------------------------------------------------ | ------------------------ | --------------- | ---------- | --------------------------------------- |
48
+ | 🆕 [Ultralytics-yolo](/reComputer/scripts/ultralytics-yolo/README.md) | Computer Vision | | 15.4GB | `reComputer run ultralytics-yolo` |
49
+ | 🆕 [Deep-Live-Cam](/reComputer/scripts/deep-live-cam/README.md) | Face-swapping | 0.5GB | 20GB | `reComputer run deep-live-cam` |
48
50
  | 🆕 llama-factory | Finetune LLM | | 13.5GB | `reComputer run llama-factory` |
49
51
  | 🆕 [ComfyUI](/reComputer/scripts/comfyui/README.md) |Computer Vision | | 20GB | `reComputer run comfyui` |
50
52
  | [Depth-Anything-V2](/reComputer/scripts/depth-anything-v2/README.md) |Computer Vision | | 15GB | `reComputer run depth-anything-v2` |
@@ -59,7 +61,6 @@ Here are some examples that can be run:
59
61
  | [Nanodb](../reComputer/scripts/nanodb/readme.md) | Vector Database | 76GB | 7.0GB | `reComputer run nanodb` |
60
62
  | Whisper | Audio | 1.5GB | 6.0GB | `reComputer run whisper` |
61
63
  | [Yolov8-rail-inspection](/reComputer/scripts/yolov8-rail-inspection/readme.md) | Computer Vision | 6M | 13.8GB | `reComputer run yolov8-rail-inspection` |
62
- | [Ultralytics-yolo](/reComputer/scripts/ultralytics-yolo/README.md) | Computer Vision | | 15.4GB | `reComputer run ultralytics-yolo` |
63
64
  | [TensorFlow MoveNet Thunder](/reComputer/scripts/MoveNet-Thunder/readme.md) |Computer Vision | | 7.7GB | `reComputer run MoveNet-Thunder` |
64
65
  | [Parler-TTS mini: expresso](/reComputer/scripts/parler-tts/readme.md) | Audio | | 6.9GB | `reComputer run parler-tts` |
65
66
 
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: jetson-examples
3
- Version: 0.2.1
3
+ Version: 0.2.3
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
@@ -60,6 +60,8 @@ Here are some examples that can be run:
60
60
 
61
61
  | Example | Type | Model/Data Size | Docker Image Size | Command |
62
62
  | ------------------------------------------------ | ------------------------ | --------------- | ---------- | --------------------------------------- |
63
+ | 🆕 [Ultralytics-yolo](/reComputer/scripts/ultralytics-yolo/README.md) | Computer Vision | | 15.4GB | `reComputer run ultralytics-yolo` |
64
+ | 🆕 [Deep-Live-Cam](/reComputer/scripts/deep-live-cam/README.md) | Face-swapping | 0.5GB | 20GB | `reComputer run deep-live-cam` |
63
65
  | 🆕 llama-factory | Finetune LLM | | 13.5GB | `reComputer run llama-factory` |
64
66
  | 🆕 [ComfyUI](/reComputer/scripts/comfyui/README.md) |Computer Vision | | 20GB | `reComputer run comfyui` |
65
67
  | [Depth-Anything-V2](/reComputer/scripts/depth-anything-v2/README.md) |Computer Vision | | 15GB | `reComputer run depth-anything-v2` |
@@ -74,7 +76,6 @@ Here are some examples that can be run:
74
76
  | [Nanodb](../reComputer/scripts/nanodb/readme.md) | Vector Database | 76GB | 7.0GB | `reComputer run nanodb` |
75
77
  | Whisper | Audio | 1.5GB | 6.0GB | `reComputer run whisper` |
76
78
  | [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
79
  | [TensorFlow MoveNet Thunder](/reComputer/scripts/MoveNet-Thunder/readme.md) |Computer Vision | | 7.7GB | `reComputer run MoveNet-Thunder` |
79
80
  | [Parler-TTS mini: expresso](/reComputer/scripts/parler-tts/readme.md) | Audio | | 6.9GB | `reComputer run parler-tts` |
80
81
 
@@ -41,6 +41,13 @@ reComputer/scripts/comfyui/clean.sh
41
41
  reComputer/scripts/comfyui/config.yaml
42
42
  reComputer/scripts/comfyui/init.sh
43
43
  reComputer/scripts/comfyui/run.sh
44
+ reComputer/scripts/deep-live-cam/Dockerfile
45
+ reComputer/scripts/deep-live-cam/LICENSE
46
+ reComputer/scripts/deep-live-cam/README.md
47
+ reComputer/scripts/deep-live-cam/clean.sh
48
+ reComputer/scripts/deep-live-cam/config.yaml
49
+ reComputer/scripts/deep-live-cam/init.sh
50
+ reComputer/scripts/deep-live-cam/run.sh
44
51
  reComputer/scripts/depth-anything/Dockerfile
45
52
  reComputer/scripts/depth-anything/LICENSE
46
53
  reComputer/scripts/depth-anything/README.md
@@ -66,6 +73,10 @@ reComputer/scripts/llama3/clean.sh
66
73
  reComputer/scripts/llama3/config.yaml
67
74
  reComputer/scripts/llama3/init.sh
68
75
  reComputer/scripts/llama3/run.sh
76
+ reComputer/scripts/llama3.2/clean.sh
77
+ reComputer/scripts/llama3.2/config.yaml
78
+ reComputer/scripts/llama3.2/init.sh
79
+ reComputer/scripts/llama3.2/run.sh
69
80
  reComputer/scripts/llava/clean.sh
70
81
  reComputer/scripts/llava/config.yaml
71
82
  reComputer/scripts/llava/init.sh
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "jetson-examples"
7
- version = "0.2.1"
7
+ version = "0.2.3"
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"
@@ -0,0 +1,6 @@
1
+
2
+ FROM yaohui1998/deep-live-cam:0.1
3
+
4
+ WORKDIR /usr/src/Deep-Live-Cam
5
+
6
+ CMD ["python3", "run.py", "--execution-provider", "cuda"]
@@ -0,0 +1,140 @@
1
+ # Jetson-Example: Run Deep Live Cam on Seeed Studio NVIDIA AGX Orin Developer Kit 🚀
2
+
3
+ This project provides a one-click deployment of the Deep Live Cam AI face-swapping project on the [Seeed Studio Jetson AGX Orin Developer Kit](https://www.seeedstudio.com/NVIDIArJetson-AGX-Orintm-64GB-Developer-Kit-p-5641.html), retaining all the features of the [original project](https://github.com/hacksider/Deep-Live-Cam) and supporting functionalities such as image-to-image, image-to-video, and image-to-webcam.
4
+
5
+ <p align="center">
6
+ <img src="images/WebUI.png" alt="WebUI">
7
+ </p>
8
+
9
+ All models and inference engine implemented in this project are from the official [Deep-Live-Cam](https://github.com/hacksider/Deep-Live-Cam).
10
+
11
+ ## Get a Jetson Orin Device 🛒
12
+ | Device Model | Link |
13
+ |--------------|------|
14
+ | Jetson AGX Orin Dev Kit 32G | [Buy Here](https://www.seeedstudio.com/NVIDIA-Jetson-AGX-Orin-Developer-Kit-p-5314.html) |
15
+ | Jetson AGX Orin Dev Kit 64G | [Buy Here](https://www.seeedstudio.com/NVIDIArJetson-AGX-Orintm-64GB-Developer-Kit-p-5641.html) |
16
+
17
+ ## New Features 🔥
18
+ ### Resizable Preview Window
19
+
20
+ Dynamically improve the performance by using the --resizable parameter
21
+ ![resizable-gif](./images/resizable.gif)
22
+
23
+ ### Face Mapping
24
+
25
+ Track faces and change it on the fly
26
+
27
+ ![face_mapping_source](./images/face_mapping_source.gif)
28
+
29
+ source video
30
+
31
+ ![face-mapping](./images/face_mapping.png)
32
+
33
+ Tick this switch
34
+
35
+ ![face-mapping2](./images/face_mapping2.png)
36
+
37
+ Map the faces
38
+
39
+ ![face_mapping_result](./images/face_mapping_result.gif)
40
+
41
+ And see the magic!
42
+
43
+ > The images in the "New Features" section are sourced from the [github community](https://github.com/hacksider/Deep-Live-Cam).
44
+
45
+ ## 🥳Getting Started
46
+ ### 📜Prerequisites
47
+ - AGX Orin Developer Kit [(🛒Buy Here)](https://www.seeedstudio.com/NVIDIArJetson-AGX-Orintm-64GB-Developer-Kit-p-5641.html)
48
+ - Jetpack 6.0
49
+ - USB Camera (optional)
50
+
51
+
52
+ ### Modify Docker Daemon Configuration (Optional)
53
+ To enhance the experience of quickly loading models in Docker, you need to add the following content to the `/etc/docker/daemon.json` file:
54
+
55
+ ```json
56
+ {
57
+ "default-runtime": "nvidia",
58
+ "runtimes": {
59
+ "nvidia": {
60
+ "path": "nvidia-container-runtime",
61
+ "runtimeArgs": []
62
+ }
63
+ },
64
+ "storage-driver": "overlay2",
65
+ "data-root": "/var/lib/docker",
66
+ "log-driver": "json-file",
67
+ "log-opts": {
68
+ "max-size": "100m",
69
+ "max-file": "3"
70
+ },
71
+ "no-new-privileges": true,
72
+ "experimental": false
73
+ }
74
+ ```
75
+
76
+ After modifying the `daemon.json` file, you need to restart the Docker service to apply the configuration:
77
+
78
+ ```sh
79
+ sudo systemctl restart docker
80
+ ```
81
+
82
+
83
+ ### 🚀Installation
84
+
85
+
86
+ PyPI(recommend)
87
+ ```sh
88
+ pip install jetson-examples
89
+ ```
90
+ Linux (github trick)
91
+ ```sh
92
+ curl -fsSL https://raw.githubusercontent.com/Seeed-Projects/jetson-examples/main/install.sh | sh
93
+ ```
94
+ Github (for Developer)
95
+ ```sh
96
+ git clone https://github.com/Seeed-Projects/jetson-examples
97
+ cd jetson-examples
98
+ pip install .
99
+ ```
100
+
101
+ ### 📋Usage
102
+ 1. Run code:
103
+ ```sh
104
+ reComputer run deep-live-cam
105
+ ```
106
+
107
+ 2. An `image` folder will be created in the user's home directory, where templates and the face images or videos that need to be swapped can be placed.
108
+
109
+ 3. Click `Select a face` to choose an image of a face.
110
+
111
+ 4. Click the `Select a target` button to choose a target face image.
112
+
113
+ 5. Click `Preview` to display the transformed result, and click `Start` to save the result to the specified directory without displaying it.
114
+
115
+ 6. Click `Preview` to display the transformed result, and click `Start` to save the result to the specified directory without displaying it.
116
+
117
+ 7. You can choose the `Face enhancer` to enhance facial details and features.
118
+
119
+ 8. Click `Live` to open the webcam for real-time conversion. Please connect a USB camera before starting the program.
120
+
121
+ > ⚠️ **Note**: The first time you convert an image, it may take approximately two minutes.
122
+
123
+ ## 🙏🏻Thanks
124
+ [Deep-Live-Cam](https://github.com/hacksider/Deep-Live-Cam)
125
+
126
+ ## 💨Contributing
127
+
128
+ We welcome contributions from the community. Please fork the repository and create a pull request with your changes.
129
+
130
+
131
+ ## 🙅‍Disclaimer
132
+ This software is meant to be a productive contribution to the rapidly growing AI-generated media industry. It will help artists with tasks such as animating a custom character or using the character as a model for clothing etc.
133
+
134
+ The developers of this software are aware of its possible unethical applications and are committed to take preventative measures against them. It has a built-in check which prevents the program from working on inappropriate media including but not limited to nudity, graphic content, sensitive material such as war footage etc. We will continue to develop this project in the positive direction while adhering to law and ethics. This project may be shut down or include watermarks on the output if requested by law.
135
+
136
+ Users of this software are expected to use this software responsibly while abiding by local laws. If the face of a real person is being used, users are required to get consent from the concerned person and clearly mention that it is a deepfake when posting content online. Developers of this software will not be responsible for actions of end-users.
137
+
138
+ ## ✅License
139
+
140
+ This project is licensed under the AGPL-3.0 License.
@@ -0,0 +1,9 @@
1
+ #!/bin/bash
2
+
3
+ CONTAINER_NAME="deep-live-cam"
4
+ IMAGE_NAME="yaohui1998/deep-live-cam:1.0"
5
+
6
+ sudo docker stop $CONTAINER_NAME
7
+ sudo docker rm $CONTAINER_NAME
8
+ sudo docker rmi $IMAGE_NAMEs
9
+ sudo rm -r ~/images
@@ -0,0 +1,30 @@
1
+
2
+ # The tested JetPack versions.
3
+ ALLOWED_L4T_VERSIONS:
4
+ - 36.3.0
5
+ REQUIRED_DISK_SPACE: 40 # in GB
6
+ REQUIRED_MEM_SPACE: 20
7
+ PACKAGES:
8
+ - nvidia-jetpack
9
+ - x11-xserver-utils
10
+ DOCKER:
11
+ ENABLE: true
12
+ DAEMON: |
13
+ {
14
+ "default-runtime": "nvidia",
15
+ "runtimes": {
16
+ "nvidia": {
17
+ "path": "nvidia-container-runtime",
18
+ "runtimeArgs": []
19
+ }
20
+ },
21
+ "storage-driver": "overlay2",
22
+ "data-root": "/var/lib/docker",
23
+ "log-driver": "json-file",
24
+ "log-opts": {
25
+ "max-size": "100m",
26
+ "max-file": "3"
27
+ },
28
+ "no-new-privileges": true,
29
+ "experimental": false
30
+ }
@@ -1,23 +1,26 @@
1
- #!/bin/bash
2
-
3
- CONTAINER_NAME="ultralytics-yolo"
4
- IMAGE_NAME="yaohui1998/ultralytics-yolo:latest"
1
+ CONTAINER_NAME="deep-live-cam"
2
+ IMAGE_NAME="yaohui1998/deep-live-cam:1.0"
5
3
 
6
4
  # Pull the latest image
7
5
  docker pull $IMAGE_NAME
8
-
6
+ # Set display id
7
+ xhost +local:docker
8
+ export DISPLAY=:0
9
+ # mkdir image dir
10
+ mkdir ~/images
11
+ echo $DISPLAY
9
12
  # Check if the container with the specified name already exists
10
13
  if [ $(docker ps -a -q -f name=^/${CONTAINER_NAME}$) ]; then
11
14
  echo "Container $CONTAINER_NAME already exists. Starting and attaching..."
12
- echo "Please open http://127.0.0.1:5001 to access the WebUI."
13
15
  docker start $CONTAINER_NAME
14
- docker exec -it $CONTAINER_NAME /bin/bash
15
16
  else
16
17
  echo "Container $CONTAINER_NAME does not exist. Creating and starting..."
17
- docker run -it \
18
+ docker run -it --rm \
18
19
  --name $CONTAINER_NAME \
19
20
  --privileged \
20
21
  --network host \
22
+ -v ~/images:/usr/src/Deep-Live-Cam/images \
23
+ -e DISPLAY=$DISPLAY \
21
24
  -v /tmp/.X11-unix:/tmp/.X11-unix \
22
25
  -v /dev/*:/dev/* \
23
26
  -v /etc/localtime:/etc/localtime:ro \
@@ -0,0 +1,6 @@
1
+ #!/bin/bash
2
+
3
+ # check the runtime environment.
4
+ source $(dirname "$(realpath "$0")")/../utils.sh
5
+ check_base_env "$(dirname "$(realpath "$0")")/config.yaml"
6
+
@@ -0,0 +1,34 @@
1
+ #!/bin/bash
2
+
3
+ get_l4t_version() {
4
+ local l4t_version=""
5
+ local release_line=$(head -n 1 /etc/nv_tegra_release)
6
+ if [[ $release_line =~ R([0-9]+)\ *\(release\),\ REVISION:\ ([0-9]+\.[0-9]+) ]]; then
7
+ local major="${BASH_REMATCH[1]}"
8
+ local revision="${BASH_REMATCH[2]}"
9
+ l4t_version="${major}.${revision}"
10
+ fi
11
+ echo "$l4t_version"
12
+ }
13
+
14
+ L4T_VERSION=$(get_l4t_version)
15
+ echo "Detected L4T version: $L4T_VERSION"
16
+
17
+ # Determine the Docker image based on L4T version
18
+ if [[ "$L4T_VERSION" == "35.3.1" || "$L4T_VERSION" == "35.4.1" || "$L4T_VERSION" == "35.5.0" ]]; then
19
+ IMAGE_NAME="youjiang9977/ollama:r35.3.1"
20
+ elif [[ "$L4T_VERSION" == "36.3.0" || "$L4T_VERSION" == "36.4.0" ]]; then
21
+ IMAGE_NAME="youjiang9977/ollama:r36.3.0"
22
+ else
23
+ echo "Error: L4T version $L4T_VERSION is not supported."
24
+ exit 1
25
+ fi
26
+
27
+ if [ "$(docker images -q "$IMAGE_NAME")" ]; then
28
+ echo "Deleting $IMAGE_NAME..."
29
+ docker rmi "$IMAGE_NAME"
30
+ echo "Image $IMAGE_NAME has been successfully deleted."
31
+ else
32
+ echo "No image named $IMAGE_NAME was found."
33
+ fi
34
+
@@ -0,0 +1,32 @@
1
+ # The tested JetPack versions.
2
+ ALLOWED_L4T_VERSIONS:
3
+ - 35.3.1
4
+ - 35.4.1
5
+ - 35.5.0
6
+ - 36.3.0
7
+ - 36.4.0
8
+ REQUIRED_DISK_SPACE: 15
9
+ REQUIRED_MEM_SPACE: 7
10
+ PACKAGES:
11
+ - nvidia-jetpack
12
+ DOCKER:
13
+ ENABLE: true
14
+ DAEMON: |
15
+ {
16
+ "default-runtime": "nvidia",
17
+ "runtimes": {
18
+ "nvidia": {
19
+ "path": "nvidia-container-runtime",
20
+ "runtimeArgs": []
21
+ }
22
+ },
23
+ "storage-driver": "overlay2",
24
+ "data-root": "/var/lib/docker",
25
+ "log-driver": "json-file",
26
+ "log-opts": {
27
+ "max-size": "100m",
28
+ "max-file": "3"
29
+ },
30
+ "no-new-privileges": true,
31
+ "experimental": false
32
+ }
@@ -0,0 +1,35 @@
1
+ #!/bin/bash
2
+
3
+ BASE_PATH=/home/$USER/reComputer
4
+ JETSON_REPO_PATH="$BASE_PATH/jetson-containers"
5
+ cd $JETSON_REPO_PATH
6
+
7
+ get_l4t_version() {
8
+ local l4t_version=""
9
+ local release_line=$(head -n 1 /etc/nv_tegra_release)
10
+ if [[ $release_line =~ R([0-9]+)\ *\(release\),\ REVISION:\ ([0-9]+\.[0-9]+) ]]; then
11
+ local major="${BASH_REMATCH[1]}"
12
+ local revision="${BASH_REMATCH[2]}"
13
+ l4t_version="${major}.${revision}"
14
+ fi
15
+ echo "$l4t_version"
16
+ }
17
+
18
+ L4T_VERSION=$(get_l4t_version)
19
+ echo "Detected L4T version: $L4T_VERSION"
20
+
21
+ # Determine the Docker image based on L4T version
22
+ if [[ "$L4T_VERSION" == "35.3.1" || "$L4T_VERSION" == "35.4.1" || "$L4T_VERSION" == "35.5.0" ]]; then
23
+ IMAGE_NAME="youjiang9977/ollama:r35.3.1"
24
+ elif [[ "$L4T_VERSION" == "36.3.0" || "$L4T_VERSION" == "36.4.0" ]]; then
25
+ IMAGE_NAME="youjiang9977/ollama:r36.3.0"
26
+ else
27
+ echo "Error: L4T version $L4T_VERSION is not supported."
28
+ exit 1
29
+ fi
30
+
31
+ docker rm -f ollama
32
+ ./run.sh -d --name ollama $IMAGE_NAME
33
+ ./run.sh $IMAGE_NAME /bin/ollama run llama3.2
34
+ docker rm -f ollama
35
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) [2024] [Seeed Studio]
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.
@@ -0,0 +1,141 @@
1
+ # Jetson-Example: Run Ultralytics YOLO Platform Service on NVIDIA Jetson Orin 🚀(**Supported YOLOV11**)
2
+
3
+ ## One-Click Quick Deployment of Plug-and-Play All Ultralytics YOLO for All Task Models with Web UI and HTTP API Interface
4
+ <p align="center">
5
+ <img src="images/Ultralytics-yolo.gif" alt="Ultralytics YOLO">
6
+ </p>
7
+
8
+ ## Introduction 📘
9
+ In this project, you can quickly deploy all Ultralytics YOLO task models on Nvidia Jetson Orin devices with one click. This setup enables object detection, segmentation, human pose estimation, and classification. It supports uploading local videos, images, and using a webcam, and also allows one-click TensorRT model conversion. By accessing [http://127.0.0.1:5000](http://127.0.0.1:5000) on your local machine or within the same LAN, you can quickly start using Ultralytics YOLO. Additionally, an HTTP API method has been added at [http://127.0.0.1:5000/results](http://127.0.0.1:5000/results) to display detection data results for any task, and an additional Python script is provided to read YOLO detection data within Docker.
10
+
11
+ ## **Key Features**:
12
+
13
+ 1. **One-Click Deployment and Plug-and-Play**: Quickly deploy all YOLO task models on Nvidia Jetson Orin devices.
14
+ 2. **Comprehensive Task Support**: Enables object detection, segmentation, human pose estimation, and classification.
15
+ 3. **Versatile Input Options**: Supports uploading local videos, images, and using a webcam.
16
+ 4. **TensorRT Model Conversion**: Allows one-click conversion of models to TensorRT.
17
+ 5. **Web UI Access**: Easy access via [`http://127.0.0.1:5000`](http://127.0.0.1:5000) on the local machine or within the same LAN.
18
+ 6. **HTTP API Interface**: Added HTTP API at [`http://127.0.0.1:5000/results`](http://127.0.0.1:5000/results) to display detection data results.
19
+ 7. **Python Script Support**: Provides an additional Python script to read YOLO detection data within Docker.
20
+
21
+ [![My Project](images/tasks.png)](https://github.com/ultralytics/ultralytics?tab=readme-ov-file#models)
22
+ All models implemented in this project are from the official [Ultralytics Yolo](https://github.com/ultralytics/ultralytics?tab=readme-ov-file#models).
23
+
24
+ # Supported Task Models
25
+
26
+ | Model Type | Pre-trained Weights / Filenames | Task | Inference | Validation | Training | Export |
27
+ |-------------|--------------------------------------------------------------------------------------------------------------------------------------|----------------------|-----------|------------|----------|--------|
28
+ | YOLOv5u | yolov5nu, yolov5su, yolov5mu, yolov5lu, yolov5xu, yolov5n6u, yolov5s6u, yolov5m6u, yolov5l6u, yolov5x6u | Object Detection | ✅ | ✅ | ✅ | ✅ |
29
+ | YOLOv8 | yolov8n.pt, yolov8s.pt, yolov8m.pt, yolov8l.pt, yolov8x.pt | Detection | ✅ | ✅ | ✅ | ✅ |
30
+ | YOLOv8-seg | yolov8n-seg.pt, yolov8s-seg.pt, yolov8m-seg.pt, yolov8l-seg.pt, yolov8x-seg.pt | Instance Segmentation | ✅ | ✅ | ✅ | ✅ |
31
+ | YOLOv8-pose | yolov8n-pose.pt, yolov8s-pose.pt, yolov8m-pose.pt, yolov8l-pose.pt, yolov8x-pose-p6.pt | Pose/Keypoints | ✅ | ✅ | ✅ | ✅ |
32
+ | YOLOv8-obb | yolov8n-obb.pt, yolov8s-obb.pt, yolov8m-obb.pt, yolov8l-obb.pt, yolov8x-obb.pt | Oriented Detection | ✅ | ✅ | ✅ | ✅ |
33
+ | YOLOv8-cls | yolov8n-cls.pt, yolov8s-cls.pt, yolov8m-cls.pt, yolov8l-cls.pt, yolov8x-cls.pt | Classification | ✅ | ✅ | ✅ | ✅ |
34
+ | YOLOv11 | yolov11n.pt, yolov11s.pt, yolov11m.pt, yolov11l.pt, yolov11x.pt | Detection | ✅ | ✅ | ✅ | ✅ |
35
+ | YOLOv11-seg | yolov11n-seg.pt, yolov11s-seg.pt, yolov11m-seg.pt, yolov11l-seg.pt, yolov11x-seg.pt | Instance Segmentation | ✅ | ✅ | ✅ | ✅ |
36
+ | YOLOv11-pose| yolov11n-pose.pt, yolov11s-pose.pt, yolov11m-pose.pt, yolov11l-pose.pt, yolov11x-pose.pt | Pose/Keypoints | ✅ | ✅ | ✅ | ✅ |
37
+ | YOLOv11-obb | yolov11n-obb.pt, yolov11s-obb.pt, yolov11m-obb.pt, yolov11l-obb.pt, yolov11x-obb.pt | Oriented Detection | ✅ | ✅ | ✅ | ✅ |
38
+ | YOLOv11-cls | yolov11n-cls.pt, yolov11s-cls.pt, yolov11m-cls.pt, yolov11l-cls.pt, yolov11x-cls.pt | Classification | ✅ | ✅ | ✅ | ✅ |
39
+
40
+
41
+ ### Get a Jetson Orin Device 🛒
42
+ | Device Model | Description | Link |
43
+ |--------------|-------------|------|
44
+ | Jetson Orin Nano Dev Kit, Orin Nano 8GB, 40TOPS | Developer kit for NVIDIA Jetson Orin Nano | [Buy Here](https://www.seeedstudio.com/NVIDIAr-Jetson-Orintm-Nano-Developer-Kit-p-5617.html) |
45
+ | reComputer J4012, powered by Orin NX 16GB, 100 TOPS | Embedded computer powered by Orin NX | [Buy Here](https://www.seeedstudio.com/reComputer-J4012-p-5586.html) |
46
+
47
+ ## Quickstart ⚡
48
+
49
+ ### Modify Docker Daemon Configuration (Optional)
50
+ To enhance the experience of quickly loading models in Docker, you need to add the following content to the `/etc/docker/daemon.json` file:
51
+
52
+ ```json
53
+ {
54
+ "default-runtime": "nvidia",
55
+ "runtimes": {
56
+ "nvidia": {
57
+ "path": "nvidia-container-runtime",
58
+ "runtimeArgs": []
59
+ }
60
+ },
61
+ "storage-driver": "overlay2",
62
+ "data-root": "/var/lib/docker",
63
+ "log-driver": "json-file",
64
+ "log-opts": {
65
+ "max-size": "100m",
66
+ "max-file": "3"
67
+ },
68
+ "no-new-privileges": true,
69
+ "experimental": false
70
+ }
71
+ ```
72
+
73
+ After modifying the `daemon.json` file, you need to restart the Docker service to apply the configuration:
74
+
75
+ ```sh
76
+ sudo systemctl restart docker
77
+ ```
78
+
79
+ ### Installation via PyPI (Recommended) 🐍
80
+ 1. Install the package:
81
+ ```sh
82
+ pip install jetson-examples
83
+ ```
84
+
85
+ 2. Restart your reComputer:
86
+ ```sh
87
+ sudo reboot
88
+ ```
89
+
90
+ 3. Run Ultralytics YOLO on Jetson with one command:
91
+ ```sh
92
+ reComputer run ultralytics-yolo
93
+ ```
94
+ 4. "Enter [`http://127.0.0.1:5001`](http://127.0.0.1:5001) or http://device_IP:5001 in your browser to access the Web UI."
95
+ <p align="center">
96
+ <img src="images/ultralytics_fig1.png" alt="Ultralytics YOLO">
97
+ </p>
98
+
99
+ - **Choose Model**: Select Yolo version and models for various tasks such as object detection, classification, segmentation, human pose estimation, OBB, etc.
100
+ - **Upload Custom Model**: Users can upload their own trained YOLO models.
101
+ - **Choose Input Type**: Users can select to input locally uploaded images, videos, or real-time camera devices.
102
+ - **Enable TensorRT**: Choose whether to convert and use the TensorRT model. The initial conversion may require varying amounts of time.
103
+
104
+ 5. If you want to see the detection result data, you can enter [`http://127.0.0.1:5000/results`](http://127.0.0.1:5000/results) in your browser to view the `JSON` formatted data results. These results include `boxes` for object detection, `masks` for segmentation, `keypoints` for human pose estimation, and the `names` corresponding to all numerical categories.
105
+ <p align="center">
106
+ <img src="images/ultralytics_fig2.png" alt="Ultralytics YOLO">
107
+ </p>
108
+ We also provide a Python script to help users integrate the data into their own programs.
109
+
110
+ ```python
111
+ import requests
112
+
113
+ def fetch_results():
114
+ response = requests.get('http://localhost:5001/results')
115
+ if response.status_code == 200:
116
+ results = response.json()
117
+ return results
118
+ else:
119
+ print('Failed to fetch results')
120
+ return None
121
+
122
+ results = fetch_results()
123
+ print(results)
124
+ ```
125
+
126
+
127
+ ## Notes 📝
128
+ - To stop detection at any time, press the Stop button.
129
+ - When accessing the WebUI from other devices within the same LAN, use the URL: `http://{Jetson_IP}:5000`.
130
+ - You can view the JSON formatted detection results by accessing http://{Jetson_IP}:5000/results.
131
+ - The first model conversion may require different amounts of time depending on the hardware and network environment, so please be patient.
132
+
133
+
134
+ ## Further Development 🔧
135
+ - [Training a YOLO Model](https://wiki.seeedstudio.com/How_to_Train_and_Deploy_YOLOv8_on_reComputer/)
136
+ - [TensorRT Acceleration](https://wiki.seeedstudio.com/YOLOv8-DeepStream-TRT-Jetson/)
137
+ - [Multistreams using Deepstream](https://wiki.seeedstudio.com/YOLOv8-DeepStream-TRT-Jetson/#multistream-model-benchmarks) Tutorials.
138
+
139
+ ## License
140
+
141
+ This project is licensed under the MIT License.
@@ -0,0 +1,34 @@
1
+ CONTAINER_NAME="ultralytics-yolo"
2
+
3
+ # Function to get L4T version
4
+ get_l4t_version() {
5
+ local l4t_version=""
6
+ local release_line=$(head -n 1 /etc/nv_tegra_release)
7
+ if [[ $release_line =~ R([0-9]+)\ *\(release\),\ REVISION:\ ([0-9]+\.[0-9]+) ]]; then
8
+ local major="${BASH_REMATCH[1]}"
9
+ local revision="${BASH_REMATCH[2]}"
10
+ l4t_version="${major}.${revision}"
11
+ fi
12
+ echo "$l4t_version"
13
+ }
14
+
15
+ L4T_VERSION=$(get_l4t_version)
16
+ echo "Detected L4T version: $L4T_VERSION"
17
+
18
+ # Determine the Docker image based on L4T version
19
+ if [[ "$L4T_VERSION" == "32.6.1" ]]; then
20
+ IMAGE_NAME="yaohui1998/ultralytics-jetpack4:1.0"
21
+ elif [[ "$L4T_VERSION" == "35.3.1" || "$L4T_VERSION" == "35.4.1" || "$L4T_VERSION" == "35.5.0" ]]; then
22
+ IMAGE_NAME="yaohui1998/ultralytics-jetpack5:1.0"
23
+ elif [[ "$L4T_VERSION" == "36.3.0" ]]; then
24
+ IMAGE_NAME="yaohui1998/ultralytics-jetpack6:1.0"
25
+ else
26
+ echo "Error: L4T version $L4T_VERSION is not supported."
27
+ exit 1
28
+ fi
29
+
30
+ echo "Using Docker image: $IMAGE_NAME"
31
+ sudo rm -r ~/yolo_models
32
+ sudo docker stop $CONTAINER_NAME
33
+ sudo docker rm $CONTAINER_NAME
34
+ sudo docker rmi $IMAGE_NAME