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.
- {jetson_examples-0.1.8.dist-info → jetson_examples-0.1.9.dist-info}/LICENSE +21 -21
- {jetson_examples-0.1.8.dist-info → jetson_examples-0.1.9.dist-info}/METADATA +1 -1
- jetson_examples-0.1.9.dist-info/RECORD +109 -0
- reComputer/__init__.py +1 -1
- reComputer/main.py +60 -60
- reComputer/scripts/MoveNet-Lightning/clean.sh +8 -8
- reComputer/scripts/MoveNet-Lightning/getVersion.sh +59 -59
- reComputer/scripts/MoveNet-Lightning/init.sh +6 -6
- reComputer/scripts/MoveNet-Lightning/readme.md +30 -30
- reComputer/scripts/MoveNet-Lightning/run.sh +19 -19
- reComputer/scripts/MoveNet-Thunder/clean.sh +7 -7
- reComputer/scripts/MoveNet-Thunder/getVersion.sh +59 -59
- reComputer/scripts/MoveNet-Thunder/init.sh +6 -6
- reComputer/scripts/MoveNet-Thunder/readme.md +31 -31
- reComputer/scripts/MoveNet-Thunder/run.sh +18 -18
- reComputer/scripts/MoveNetJS/clean.sh +4 -4
- reComputer/scripts/MoveNetJS/readme.md +56 -56
- reComputer/scripts/MoveNetJS/run.sh +13 -13
- reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/init.sh +16 -16
- reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/run.sh +8 -8
- reComputer/scripts/audiocraft/README.md +35 -35
- reComputer/scripts/audiocraft/clean.sh +5 -5
- reComputer/scripts/audiocraft/init.sh +16 -16
- reComputer/scripts/audiocraft/run.sh +7 -7
- reComputer/scripts/check.sh +4 -4
- reComputer/scripts/clean.sh +33 -33
- reComputer/scripts/comfyui/LICENSE +21 -21
- reComputer/scripts/comfyui/README.md +127 -127
- reComputer/scripts/comfyui/clean.sh +9 -7
- reComputer/scripts/comfyui/config.yaml +30 -29
- reComputer/scripts/comfyui/init.sh +9 -163
- reComputer/scripts/comfyui/run.sh +30 -30
- reComputer/scripts/depth-anything/Dockerfile +5 -5
- reComputer/scripts/depth-anything/LICENSE +21 -21
- reComputer/scripts/depth-anything/README.md +135 -135
- reComputer/scripts/depth-anything/clean.sh +7 -7
- reComputer/scripts/depth-anything/config.yaml +31 -31
- reComputer/scripts/depth-anything/init.sh +164 -164
- reComputer/scripts/depth-anything/run.sh +22 -22
- reComputer/scripts/depth-anything-v2/Dockerfile +5 -5
- reComputer/scripts/depth-anything-v2/LICENSE +21 -21
- reComputer/scripts/depth-anything-v2/README.md +135 -135
- reComputer/scripts/depth-anything-v2/clean.sh +7 -7
- reComputer/scripts/depth-anything-v2/config.yaml +31 -31
- reComputer/scripts/depth-anything-v2/init.sh +164 -164
- reComputer/scripts/depth-anything-v2/run.sh +22 -22
- reComputer/scripts/live-llava/init.sh +16 -16
- reComputer/scripts/live-llava/run.sh +278 -278
- reComputer/scripts/llama-factory/README.md +68 -68
- reComputer/scripts/llama-factory/clean.sh +4 -4
- reComputer/scripts/llama-factory/init.sh +52 -52
- reComputer/scripts/llama-factory/run.sh +10 -10
- reComputer/scripts/llama3/clean.sh +22 -22
- reComputer/scripts/llama3/config.yaml +31 -0
- reComputer/scripts/llama3/init.sh +19 -16
- reComputer/scripts/llama3/run.sh +13 -13
- reComputer/scripts/llava/clean.sh +3 -3
- reComputer/scripts/llava/init.sh +16 -16
- reComputer/scripts/llava/run.sh +9 -9
- reComputer/scripts/llava-v1.5-7b/init.sh +16 -16
- reComputer/scripts/llava-v1.5-7b/run.sh +9 -9
- reComputer/scripts/llava-v1.6-vicuna-7b/init.sh +16 -16
- reComputer/scripts/llava-v1.6-vicuna-7b/run.sh +10 -10
- reComputer/scripts/nanodb/init.sh +16 -16
- reComputer/scripts/nanodb/readme.md +10 -10
- reComputer/scripts/nanodb/run.sh +90 -90
- reComputer/scripts/nanoowl/init.sh +16 -16
- reComputer/scripts/nanoowl/run.sh +7 -7
- reComputer/scripts/ollama/clean.sh +22 -22
- reComputer/scripts/ollama/config.yaml +31 -0
- reComputer/scripts/ollama/init.sh +19 -16
- reComputer/scripts/ollama/run.sh +10 -10
- reComputer/scripts/parler-tts/clean.sh +7 -7
- reComputer/scripts/parler-tts/getVersion.sh +59 -59
- reComputer/scripts/parler-tts/init.sh +8 -8
- reComputer/scripts/parler-tts/readme.md +63 -63
- reComputer/scripts/parler-tts/run.sh +17 -17
- reComputer/scripts/run.sh +48 -48
- reComputer/scripts/stable-diffusion-webui/init.sh +16 -16
- reComputer/scripts/stable-diffusion-webui/run.sh +6 -6
- reComputer/scripts/text-generation-webui/init.sh +16 -16
- reComputer/scripts/text-generation-webui/run.sh +11 -11
- reComputer/scripts/ultralytics-yolo/LICENSE +21 -21
- reComputer/scripts/ultralytics-yolo/README.md +124 -124
- reComputer/scripts/ultralytics-yolo/clean.sh +6 -6
- reComputer/scripts/ultralytics-yolo/config.yaml +31 -31
- reComputer/scripts/ultralytics-yolo/init.sh +4 -4
- reComputer/scripts/ultralytics-yolo/run.sh +26 -26
- reComputer/scripts/update.sh +26 -26
- reComputer/scripts/utils.sh +168 -166
- reComputer/scripts/whisper/init.sh +16 -16
- reComputer/scripts/whisper/run.sh +7 -7
- reComputer/scripts/yolov10/Dockerfile +13 -13
- reComputer/scripts/yolov10/README.md +71 -71
- reComputer/scripts/yolov10/clean.sh +4 -4
- reComputer/scripts/yolov10/config.yaml +31 -31
- reComputer/scripts/yolov10/init.sh +20 -20
- reComputer/scripts/yolov10/run.sh +7 -7
- reComputer/scripts/yolov8-rail-inspection/config.yaml +31 -31
- reComputer/scripts/yolov8-rail-inspection/init.sh +5 -5
- reComputer/scripts/yolov8-rail-inspection/readme.md +35 -35
- reComputer/scripts/yolov8-rail-inspection/run.sh +21 -21
- jetson_examples-0.1.8.dist-info/RECORD +0 -107
- {jetson_examples-0.1.8.dist-info → jetson_examples-0.1.9.dist-info}/WHEEL +0 -0
- {jetson_examples-0.1.8.dist-info → jetson_examples-0.1.9.dist-info}/entry_points.txt +0 -0
- {jetson_examples-0.1.8.dist-info → jetson_examples-0.1.9.dist-info}/top_level.txt +0 -0
@@ -1,71 +1,71 @@
|
|
1
|
-
# Quickly Experience YOLOv10 on Jetson
|
2
|
-
|
3
|
-
|
4
|
-
## Hello
|
5
|
-
|
6
|
-
💡 Here's an example of quickly deploying YOLOv10 on a Jetson device.
|
7
|
-
|
8
|
-
🔥 Hightlights:
|
9
|
-
- **Yolov10** is a state-of-the-art real-time object detection model. 🚀🔍
|
10
|
-
- **Jetson-examples** is a toolkit designed to deploy containerized applications on NVIDIA Jetson devices. ✨
|
11
|
-
- **Jetson** is powerful AI hardware platform for edge computing.💻
|
12
|
-
|
13
|
-
🛠️ Follow the tutorial below to quickly experience the performance of YOLOv10 on edge computing devices.
|
14
|
-
|
15
|
-
<div align="center">
|
16
|
-
<img alt="yolov10" width="1200px" src="./assets/webui.png">
|
17
|
-
</div>
|
18
|
-
|
19
|
-
## Get a Jetson Orin Device 🛒
|
20
|
-
| Device Model | Description | Link |
|
21
|
-
|--------------|-------------|------|
|
22
|
-
| 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) |
|
23
|
-
| 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) |
|
24
|
-
|
25
|
-
|
26
|
-
## Getting Started
|
27
|
-
|
28
|
-
- install **jetson-examples** by pip:
|
29
|
-
```sh
|
30
|
-
pip3 install jetson-examples
|
31
|
-
```
|
32
|
-
- restart reComputer
|
33
|
-
```sh
|
34
|
-
sudo restart
|
35
|
-
```
|
36
|
-
- run yolov10 on jetson in one line:
|
37
|
-
```sh
|
38
|
-
reComputer run yolov10
|
39
|
-
```
|
40
|
-
- Please visit http://127.0.0.1:7860
|
41
|
-
|
42
|
-
## Change Model
|
43
|
-
|
44
|
-
This example will automatically download the YOLOv10s model at startup. If you want to try different models, please use the following command to download the model and then select the appropriate model through the WebUI.
|
45
|
-
|
46
|
-
|
47
|
-
> **Note:** You can also download the model via a browser and copy the model to `/home/$USER/reComputer/yolov10/weights`.
|
48
|
-
|
49
|
-
| Model | Download Command |
|
50
|
-
| :------------: | :----------------------: |
|
51
|
-
| [YOLOv10-N](https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10n.pt) | `sudo wget -P /home/$USER/reComputer/yolov10/weights https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10n.pt` |
|
52
|
-
| [YOLOv10-S](https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10s.pt) | `sudo wget -P /home/$USER/reComputer/yolov10/weights https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10s.pt` |
|
53
|
-
| [YOLOv10-M](https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10m.pt) | `sudo wget -P /home/$USER/reComputer/yolov10/weights https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10m.pt` |
|
54
|
-
| [YOLOv10-B](https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10b.pt) | `sudo wget -P /home/$USER/reComputer/yolov10/weights https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10b.pt` |
|
55
|
-
| [YOLOv10-L](https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10l.pt) | `sudo wget -P /home/$USER/reComputer/yolov10/weights https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10l.pt` |
|
56
|
-
| [YOLOv10-X](https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10x.pt) | `sudo wget -P /home/$USER/reComputer/yolov10/weights https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10x.pt` |
|
57
|
-
|
58
|
-
|
59
|
-
## Build Docker Image
|
60
|
-
Our provided container is built based on the `jetson-container`. This example provide a Dockerfile, allowing you to build a more suitable container according to your needs.
|
61
|
-
|
62
|
-
```sh
|
63
|
-
sudo docker build -t yolov10-jetson .
|
64
|
-
```
|
65
|
-
|
66
|
-
> **Note:** Additionally, you can train models, test models, and export models within the Docker container environment. For detailed information, please refer to `THU-MIG/yolov10`.
|
67
|
-
|
68
|
-
## Reference
|
69
|
-
- https://github.com/THU-MIG/yolov10
|
70
|
-
- https://github.com/dusty-nv/jetson-containers
|
71
|
-
|
1
|
+
# Quickly Experience YOLOv10 on Jetson
|
2
|
+
|
3
|
+
|
4
|
+
## Hello
|
5
|
+
|
6
|
+
💡 Here's an example of quickly deploying YOLOv10 on a Jetson device.
|
7
|
+
|
8
|
+
🔥 Hightlights:
|
9
|
+
- **Yolov10** is a state-of-the-art real-time object detection model. 🚀🔍
|
10
|
+
- **Jetson-examples** is a toolkit designed to deploy containerized applications on NVIDIA Jetson devices. ✨
|
11
|
+
- **Jetson** is powerful AI hardware platform for edge computing.💻
|
12
|
+
|
13
|
+
🛠️ Follow the tutorial below to quickly experience the performance of YOLOv10 on edge computing devices.
|
14
|
+
|
15
|
+
<div align="center">
|
16
|
+
<img alt="yolov10" width="1200px" src="./assets/webui.png">
|
17
|
+
</div>
|
18
|
+
|
19
|
+
## Get a Jetson Orin Device 🛒
|
20
|
+
| Device Model | Description | Link |
|
21
|
+
|--------------|-------------|------|
|
22
|
+
| 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) |
|
23
|
+
| 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) |
|
24
|
+
|
25
|
+
|
26
|
+
## Getting Started
|
27
|
+
|
28
|
+
- install **jetson-examples** by pip:
|
29
|
+
```sh
|
30
|
+
pip3 install jetson-examples
|
31
|
+
```
|
32
|
+
- restart reComputer
|
33
|
+
```sh
|
34
|
+
sudo restart
|
35
|
+
```
|
36
|
+
- run yolov10 on jetson in one line:
|
37
|
+
```sh
|
38
|
+
reComputer run yolov10
|
39
|
+
```
|
40
|
+
- Please visit http://127.0.0.1:7860
|
41
|
+
|
42
|
+
## Change Model
|
43
|
+
|
44
|
+
This example will automatically download the YOLOv10s model at startup. If you want to try different models, please use the following command to download the model and then select the appropriate model through the WebUI.
|
45
|
+
|
46
|
+
|
47
|
+
> **Note:** You can also download the model via a browser and copy the model to `/home/$USER/reComputer/yolov10/weights`.
|
48
|
+
|
49
|
+
| Model | Download Command |
|
50
|
+
| :------------: | :----------------------: |
|
51
|
+
| [YOLOv10-N](https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10n.pt) | `sudo wget -P /home/$USER/reComputer/yolov10/weights https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10n.pt` |
|
52
|
+
| [YOLOv10-S](https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10s.pt) | `sudo wget -P /home/$USER/reComputer/yolov10/weights https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10s.pt` |
|
53
|
+
| [YOLOv10-M](https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10m.pt) | `sudo wget -P /home/$USER/reComputer/yolov10/weights https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10m.pt` |
|
54
|
+
| [YOLOv10-B](https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10b.pt) | `sudo wget -P /home/$USER/reComputer/yolov10/weights https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10b.pt` |
|
55
|
+
| [YOLOv10-L](https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10l.pt) | `sudo wget -P /home/$USER/reComputer/yolov10/weights https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10l.pt` |
|
56
|
+
| [YOLOv10-X](https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10x.pt) | `sudo wget -P /home/$USER/reComputer/yolov10/weights https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10x.pt` |
|
57
|
+
|
58
|
+
|
59
|
+
## Build Docker Image
|
60
|
+
Our provided container is built based on the `jetson-container`. This example provide a Dockerfile, allowing you to build a more suitable container according to your needs.
|
61
|
+
|
62
|
+
```sh
|
63
|
+
sudo docker build -t yolov10-jetson .
|
64
|
+
```
|
65
|
+
|
66
|
+
> **Note:** Additionally, you can train models, test models, and export models within the Docker container environment. For detailed information, please refer to `THU-MIG/yolov10`.
|
67
|
+
|
68
|
+
## Reference
|
69
|
+
- https://github.com/THU-MIG/yolov10
|
70
|
+
- https://github.com/dusty-nv/jetson-containers
|
71
|
+
|
@@ -1,4 +1,4 @@
|
|
1
|
-
#!/bin/bash
|
2
|
-
|
3
|
-
sudo docker rmi youjiang9977/yolov10-jetson:5.1.1
|
4
|
-
sudo rm -rf /home/$USER/reComputer/yolov10
|
1
|
+
#!/bin/bash
|
2
|
+
|
3
|
+
sudo docker rmi youjiang9977/yolov10-jetson:5.1.1
|
4
|
+
sudo rm -rf /home/$USER/reComputer/yolov10
|
@@ -1,31 +1,31 @@
|
|
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
|
-
REQUIRED_DISK_SPACE: 20 # in GB
|
8
|
-
REQUIRED_MEM_SPACE: 4
|
9
|
-
PACKAGES:
|
10
|
-
- nvidia-jetpack
|
11
|
-
DOCKER:
|
12
|
-
ENABLE: true
|
13
|
-
DAEMON: |
|
14
|
-
{
|
15
|
-
"default-runtime": "nvidia",
|
16
|
-
"runtimes": {
|
17
|
-
"nvidia": {
|
18
|
-
"path": "nvidia-container-runtime",
|
19
|
-
"runtimeArgs": []
|
20
|
-
}
|
21
|
-
},
|
22
|
-
"storage-driver": "overlay2",
|
23
|
-
"data-root": "/var/lib/docker",
|
24
|
-
"log-driver": "json-file",
|
25
|
-
"log-opts": {
|
26
|
-
"max-size": "100m",
|
27
|
-
"max-file": "3"
|
28
|
-
},
|
29
|
-
"no-new-privileges": true,
|
30
|
-
"experimental": false
|
31
|
-
}
|
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
|
+
REQUIRED_DISK_SPACE: 20 # in GB
|
8
|
+
REQUIRED_MEM_SPACE: 4
|
9
|
+
PACKAGES:
|
10
|
+
- nvidia-jetpack
|
11
|
+
DOCKER:
|
12
|
+
ENABLE: true
|
13
|
+
DAEMON: |
|
14
|
+
{
|
15
|
+
"default-runtime": "nvidia",
|
16
|
+
"runtimes": {
|
17
|
+
"nvidia": {
|
18
|
+
"path": "nvidia-container-runtime",
|
19
|
+
"runtimeArgs": []
|
20
|
+
}
|
21
|
+
},
|
22
|
+
"storage-driver": "overlay2",
|
23
|
+
"data-root": "/var/lib/docker",
|
24
|
+
"log-driver": "json-file",
|
25
|
+
"log-opts": {
|
26
|
+
"max-size": "100m",
|
27
|
+
"max-file": "3"
|
28
|
+
},
|
29
|
+
"no-new-privileges": true,
|
30
|
+
"experimental": false
|
31
|
+
}
|
@@ -1,20 +1,20 @@
|
|
1
|
-
#!/bin/bash
|
2
|
-
|
3
|
-
source $(dirname "$(realpath "$0")")/../utils.sh
|
4
|
-
check_base_env "$(dirname "$(realpath "$0")")/config.yaml"
|
5
|
-
|
6
|
-
# make dirs
|
7
|
-
BASE_PATH=/home/$USER/reComputer
|
8
|
-
sudo mkdir -p $BASE_PATH/yolov10/weights
|
9
|
-
sudo mkdir -p $BASE_PATH/yolov10/run
|
10
|
-
echo "create workspace at $BASE_PATH/yolov10"
|
11
|
-
|
12
|
-
# download models
|
13
|
-
echo "download yolov10 models"
|
14
|
-
WEIGHTS_FILE=$BASE_PATH/yolov10/weights/yolov10s.pt
|
15
|
-
if [ ! -f $WEIGHTS_FILE ]; then
|
16
|
-
sudo wget -P $BASE_PATH/yolov10/weights https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10s.pt
|
17
|
-
else
|
18
|
-
echo "Weights file already exists: $WEIGHTS_FILE"
|
19
|
-
fi
|
20
|
-
|
1
|
+
#!/bin/bash
|
2
|
+
|
3
|
+
source $(dirname "$(realpath "$0")")/../utils.sh
|
4
|
+
check_base_env "$(dirname "$(realpath "$0")")/config.yaml"
|
5
|
+
|
6
|
+
# make dirs
|
7
|
+
BASE_PATH=/home/$USER/reComputer
|
8
|
+
sudo mkdir -p $BASE_PATH/yolov10/weights
|
9
|
+
sudo mkdir -p $BASE_PATH/yolov10/run
|
10
|
+
echo "create workspace at $BASE_PATH/yolov10"
|
11
|
+
|
12
|
+
# download models
|
13
|
+
echo "download yolov10 models"
|
14
|
+
WEIGHTS_FILE=$BASE_PATH/yolov10/weights/yolov10s.pt
|
15
|
+
if [ ! -f $WEIGHTS_FILE ]; then
|
16
|
+
sudo wget -P $BASE_PATH/yolov10/weights https://github.com/THU-MIG/yolov10/releases/download/v1.1/yolov10s.pt
|
17
|
+
else
|
18
|
+
echo "Weights file already exists: $WEIGHTS_FILE"
|
19
|
+
fi
|
20
|
+
|
@@ -1,7 +1,7 @@
|
|
1
|
-
#!/bin/bash
|
2
|
-
|
3
|
-
sudo docker run -it --rm --net=host --runtime nvidia \
|
4
|
-
-v /var/run/docker.sock:/var/run/docker.sock \
|
5
|
-
-v /home/$USER/reComputer/yolov10/weights:/opt/yolov10/weights \
|
6
|
-
-v /home/$USER/reComputer/yolov10/runs:/opt/yolov10/runs \
|
7
|
-
youjiang9977/yolov10-jetson:5.1.1
|
1
|
+
#!/bin/bash
|
2
|
+
|
3
|
+
sudo docker run -it --rm --net=host --runtime nvidia \
|
4
|
+
-v /var/run/docker.sock:/var/run/docker.sock \
|
5
|
+
-v /home/$USER/reComputer/yolov10/weights:/opt/yolov10/weights \
|
6
|
+
-v /home/$USER/reComputer/yolov10/runs:/opt/yolov10/runs \
|
7
|
+
youjiang9977/yolov10-jetson:5.1.1
|
@@ -1,31 +1,31 @@
|
|
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
|
-
REQUIRED_DISK_SPACE: 20 # in GB
|
8
|
-
REQUIRED_MEM_SPACE: 4
|
9
|
-
PACKAGES:
|
10
|
-
- nvidia-jetpack
|
11
|
-
DOCKER:
|
12
|
-
ENABLE: true
|
13
|
-
DAEMON: |
|
14
|
-
{
|
15
|
-
"default-runtime": "nvidia",
|
16
|
-
"runtimes": {
|
17
|
-
"nvidia": {
|
18
|
-
"path": "nvidia-container-runtime",
|
19
|
-
"runtimeArgs": []
|
20
|
-
}
|
21
|
-
},
|
22
|
-
"storage-driver": "overlay2",
|
23
|
-
"data-root": "/var/lib/docker",
|
24
|
-
"log-driver": "json-file",
|
25
|
-
"log-opts": {
|
26
|
-
"max-size": "100m",
|
27
|
-
"max-file": "3"
|
28
|
-
},
|
29
|
-
"no-new-privileges": true,
|
30
|
-
"experimental": false
|
31
|
-
}
|
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
|
+
REQUIRED_DISK_SPACE: 20 # in GB
|
8
|
+
REQUIRED_MEM_SPACE: 4
|
9
|
+
PACKAGES:
|
10
|
+
- nvidia-jetpack
|
11
|
+
DOCKER:
|
12
|
+
ENABLE: true
|
13
|
+
DAEMON: |
|
14
|
+
{
|
15
|
+
"default-runtime": "nvidia",
|
16
|
+
"runtimes": {
|
17
|
+
"nvidia": {
|
18
|
+
"path": "nvidia-container-runtime",
|
19
|
+
"runtimeArgs": []
|
20
|
+
}
|
21
|
+
},
|
22
|
+
"storage-driver": "overlay2",
|
23
|
+
"data-root": "/var/lib/docker",
|
24
|
+
"log-driver": "json-file",
|
25
|
+
"log-opts": {
|
26
|
+
"max-size": "100m",
|
27
|
+
"max-file": "3"
|
28
|
+
},
|
29
|
+
"no-new-privileges": true,
|
30
|
+
"experimental": false
|
31
|
+
}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
#!/bin/bash
|
2
|
-
|
3
|
-
source $(dirname "$(realpath "$0")")/../utils.sh
|
4
|
-
check_base_env "$(dirname "$(realpath "$0")")/config.yaml"
|
5
|
-
|
1
|
+
#!/bin/bash
|
2
|
+
|
3
|
+
source $(dirname "$(realpath "$0")")/../utils.sh
|
4
|
+
check_base_env "$(dirname "$(realpath "$0")")/config.yaml"
|
5
|
+
|
@@ -1,36 +1,36 @@
|
|
1
|
-
# Abstract
|
2
|
-
This project harnesses YOLOv8 technology, specifically tailored for precise identification and counting of bolts at fixed distances along a designated track, as well as for estimating odometer readings and vehicle speed calculations. It incorporates a test video stored within the ```/video``` directory of a Docker container, with the outcomes of these tests saved in the ```/result``` directory, subsequently relayed to the host machine's home directory via Docker mechanisms. Furthermore, the system offers real-time visualization of these processes through a WebUI accessible at ```http://127.0.0.1:5000``` within the local network.
|
3
|
-
|
4
|
-
## Install
|
5
|
-
|
6
|
-
|
7
|
-
PyPI(recommend)
|
8
|
-
|
9
|
-
```sh
|
10
|
-
pip install jetson-examples
|
11
|
-
```
|
12
|
-
|
13
|
-
Linux (github trick)
|
14
|
-
```sh
|
15
|
-
curl -fsSL https://raw.githubusercontent.com/Seeed-Projects/jetson-examples/main/install.sh | sh
|
16
|
-
```
|
17
|
-
|
18
|
-
Github (for Developer)
|
19
|
-
|
20
|
-
```sh
|
21
|
-
git clone https://github.com/Seeed-Projects/jetson-examples
|
22
|
-
cd jetson-examples
|
23
|
-
pip install .
|
24
|
-
```
|
25
|
-
|
26
|
-
## Quickstart
|
27
|
-
```sh
|
28
|
-
reComputer run yolov8-rail-inspection
|
29
|
-
```
|
30
|
-
## Note
|
31
|
-
The display feature of the WebUI is experimental. Opening the WebUI visualization requires waiting for loading time of less than one minute. Optimization for this issue will be addressed in future updates.
|
32
|
-
|
33
|
-
## FAQs
|
34
|
-
1. The project has been tested on the Jetson Orin platform, and its execution entails the use of Docker; therefore, it is essential to ensure that all necessary Docker components are fully installed and functional.
|
35
|
-
2. During program execution, you may encounter an ```ERROR: Could not open requirements file.``` This error message does not impact the normal operation of the program and can be safely ignored.
|
1
|
+
# Abstract
|
2
|
+
This project harnesses YOLOv8 technology, specifically tailored for precise identification and counting of bolts at fixed distances along a designated track, as well as for estimating odometer readings and vehicle speed calculations. It incorporates a test video stored within the ```/video``` directory of a Docker container, with the outcomes of these tests saved in the ```/result``` directory, subsequently relayed to the host machine's home directory via Docker mechanisms. Furthermore, the system offers real-time visualization of these processes through a WebUI accessible at ```http://127.0.0.1:5000``` within the local network.
|
3
|
+
|
4
|
+
## Install
|
5
|
+
|
6
|
+
|
7
|
+
PyPI(recommend)
|
8
|
+
|
9
|
+
```sh
|
10
|
+
pip install jetson-examples
|
11
|
+
```
|
12
|
+
|
13
|
+
Linux (github trick)
|
14
|
+
```sh
|
15
|
+
curl -fsSL https://raw.githubusercontent.com/Seeed-Projects/jetson-examples/main/install.sh | sh
|
16
|
+
```
|
17
|
+
|
18
|
+
Github (for Developer)
|
19
|
+
|
20
|
+
```sh
|
21
|
+
git clone https://github.com/Seeed-Projects/jetson-examples
|
22
|
+
cd jetson-examples
|
23
|
+
pip install .
|
24
|
+
```
|
25
|
+
|
26
|
+
## Quickstart
|
27
|
+
```sh
|
28
|
+
reComputer run yolov8-rail-inspection
|
29
|
+
```
|
30
|
+
## Note
|
31
|
+
The display feature of the WebUI is experimental. Opening the WebUI visualization requires waiting for loading time of less than one minute. Optimization for this issue will be addressed in future updates.
|
32
|
+
|
33
|
+
## FAQs
|
34
|
+
1. The project has been tested on the Jetson Orin platform, and its execution entails the use of Docker; therefore, it is essential to ensure that all necessary Docker components are fully installed and functional.
|
35
|
+
2. During program execution, you may encounter an ```ERROR: Could not open requirements file.``` This error message does not impact the normal operation of the program and can be safely ignored.
|
36
36
|
3. The ultimate visualization of the results is presented through a web interface. Upon executing the command to run the ```reComputer yolov8-rail-inspection```, the terminal will output the URL for the visualization webpage. Upon clicking the link, you may need to wait a few seconds for the program to initialize and commence operation.
|
@@ -1,22 +1,22 @@
|
|
1
|
-
#!/bin/bash
|
2
|
-
|
3
|
-
docker pull yaohui1998/bolt_inspection:1.0
|
4
|
-
|
5
|
-
if [ "$(docker ps -aq -f name=yolov8_rain_inspection)" ]; then
|
6
|
-
echo "Found existing container named yolov8_rain_inspection. Executing Python script inside the container..."
|
7
|
-
docker start yolov8_rain_inspection
|
8
|
-
docker exec yolov8_rain_inspection python3 bolt_inspection.py
|
9
|
-
docker cp yolov8_rain_inspection:/usr/src/ultralytics/Jetson-example/result/ ~/
|
10
|
-
else
|
11
|
-
echo "No existing container named counter found. Pulling image and running container..."
|
12
|
-
docker run -it --rm --network host \
|
13
|
-
--ipc=host \
|
14
|
-
--runtime=nvidia \
|
15
|
-
-v /tmp/.X11-unix:/tmp/.X11-unix:ro \
|
16
|
-
-v /home:/home \
|
17
|
-
-e DISPLAY=:0 \
|
18
|
-
--privileged \
|
19
|
-
--name yolov8_rain_inspection \
|
20
|
-
--device=/dev/*:/dev/* \
|
21
|
-
yaohui1998/bolt_inspection:1.0
|
1
|
+
#!/bin/bash
|
2
|
+
|
3
|
+
docker pull yaohui1998/bolt_inspection:1.0
|
4
|
+
|
5
|
+
if [ "$(docker ps -aq -f name=yolov8_rain_inspection)" ]; then
|
6
|
+
echo "Found existing container named yolov8_rain_inspection. Executing Python script inside the container..."
|
7
|
+
docker start yolov8_rain_inspection
|
8
|
+
docker exec yolov8_rain_inspection python3 bolt_inspection.py
|
9
|
+
docker cp yolov8_rain_inspection:/usr/src/ultralytics/Jetson-example/result/ ~/
|
10
|
+
else
|
11
|
+
echo "No existing container named counter found. Pulling image and running container..."
|
12
|
+
docker run -it --rm --network host \
|
13
|
+
--ipc=host \
|
14
|
+
--runtime=nvidia \
|
15
|
+
-v /tmp/.X11-unix:/tmp/.X11-unix:ro \
|
16
|
+
-v /home:/home \
|
17
|
+
-e DISPLAY=:0 \
|
18
|
+
--privileged \
|
19
|
+
--name yolov8_rain_inspection \
|
20
|
+
--device=/dev/*:/dev/* \
|
21
|
+
yaohui1998/bolt_inspection:1.0
|
22
22
|
fi
|
@@ -1,107 +0,0 @@
|
|
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,,
|
File without changes
|
File without changes
|
File without changes
|