jetson-examples 0.1.3__tar.gz → 0.1.4__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 (79) hide show
  1. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/PKG-INFO +2 -1
  2. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/README.md +1 -0
  3. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/jetson_examples.egg-info/PKG-INFO +2 -1
  4. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/jetson_examples.egg-info/SOURCES.txt +13 -0
  5. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/pyproject.toml +1 -1
  6. jetson_examples-0.1.4/reComputer/__init__.py +1 -0
  7. jetson_examples-0.1.4/reComputer/scripts/depth-anything/Dockerfile +6 -0
  8. jetson_examples-0.1.4/reComputer/scripts/depth-anything/LICENSE +21 -0
  9. jetson_examples-0.1.4/reComputer/scripts/depth-anything/README.md +102 -0
  10. jetson_examples-0.1.4/reComputer/scripts/depth-anything/clean.sh +3 -0
  11. jetson_examples-0.1.4/reComputer/scripts/depth-anything/images/Autonomous Driving.png +0 -0
  12. jetson_examples-0.1.4/reComputer/scripts/depth-anything/images/Indoor Scenes.png +0 -0
  13. jetson_examples-0.1.4/reComputer/scripts/depth-anything/images/Opr.png +0 -0
  14. jetson_examples-0.1.4/reComputer/scripts/depth-anything/images/Security.png +0 -0
  15. jetson_examples-0.1.4/reComputer/scripts/depth-anything/images/Underwater Scenes.png +0 -0
  16. jetson_examples-0.1.4/reComputer/scripts/depth-anything/images/WebUI.png +0 -0
  17. jetson_examples-0.1.4/reComputer/scripts/depth-anything/images/teaser.png +0 -0
  18. jetson_examples-0.1.4/reComputer/scripts/depth-anything/run.sh +12 -0
  19. jetson_examples-0.1.4/reComputer/scripts/ultralytics-yolo/LICENSE +21 -0
  20. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/ultralytics-yolo/README.md +3 -0
  21. jetson_examples-0.1.4/reComputer/scripts/ultralytics-yolo/images/Ultralytics-yolo.gif +0 -0
  22. jetson_examples-0.1.3/reComputer/__init__.py +0 -1
  23. jetson_examples-0.1.3/reComputer/scripts/ultralytics-yolo/images/Ultralytics-yolo.gif +0 -0
  24. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/LICENSE +0 -0
  25. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/jetson_examples.egg-info/dependency_links.txt +0 -0
  26. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/jetson_examples.egg-info/entry_points.txt +0 -0
  27. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/jetson_examples.egg-info/top_level.txt +0 -0
  28. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/main.py +0 -0
  29. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/init.sh +0 -0
  30. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/Sheared-LLaMA-2.7B-ShareGPT/run.sh +0 -0
  31. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/audiocraft/README.md +0 -0
  32. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/audiocraft/clean.sh +0 -0
  33. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/audiocraft/init.sh +0 -0
  34. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/audiocraft/run.sh +0 -0
  35. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/check.sh +0 -0
  36. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/clean.sh +0 -0
  37. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/live-llava/init.sh +0 -0
  38. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/live-llava/run.sh +0 -0
  39. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/llama3/init.sh +0 -0
  40. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/llama3/run.sh +0 -0
  41. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/llava/clean.sh +0 -0
  42. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/llava/init.sh +0 -0
  43. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/llava/run.sh +0 -0
  44. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/llava-v1.5-7b/init.sh +0 -0
  45. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/llava-v1.5-7b/run.sh +0 -0
  46. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/llava-v1.6-vicuna-7b/init.sh +0 -0
  47. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/llava-v1.6-vicuna-7b/run.sh +0 -0
  48. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/nanodb/init.sh +0 -0
  49. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/nanodb/readme.md +0 -0
  50. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/nanodb/run.sh +0 -0
  51. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/nanoowl/init.sh +0 -0
  52. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/nanoowl/run.sh +0 -0
  53. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/ollama/init.sh +0 -0
  54. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/ollama/run.sh +0 -0
  55. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/run.sh +0 -0
  56. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/stable-diffusion-webui/init.sh +0 -0
  57. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/stable-diffusion-webui/run.sh +0 -0
  58. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/text-generation-webui/init.sh +0 -0
  59. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/text-generation-webui/run.sh +0 -0
  60. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/ultralytics-yolo/clean.sh +0 -0
  61. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/ultralytics-yolo/images/tasks.png +0 -0
  62. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/ultralytics-yolo/run.sh +0 -0
  63. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/update.sh +0 -0
  64. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/whisper/init.sh +0 -0
  65. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/whisper/run.sh +0 -0
  66. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/yolov10/Dockerfile +0 -0
  67. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/yolov10/README.md +0 -0
  68. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/yolov10/assets/webui.png +0 -0
  69. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/yolov10/clean.sh +0 -0
  70. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/yolov10/init.sh +0 -0
  71. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/yolov10/run.sh +0 -0
  72. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/yolov8-rail-inspection/readme.md +0 -0
  73. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/yolov8-rail-inspection/run.sh +0 -0
  74. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/yolov8:detect/Dockerfile +0 -0
  75. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/yolov8:detect/README.txt +0 -0
  76. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/yolov8:detect/app.py +0 -0
  77. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/yolov8:detect/run.sh +0 -0
  78. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/reComputer/scripts/yolov8:detect/templates/index.html +0 -0
  79. {jetson_examples-0.1.3 → jetson_examples-0.1.4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: jetson-examples
3
- Version: 0.1.3
3
+ Version: 0.1.4
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
@@ -71,6 +71,7 @@ Here are some examples that can be run:
71
71
  | whisper | Audio | 1.5GB | 6.0GB | `reComputer run whisper` |
72
72
  | [yolov8-rail-inspection](/reComputer/scripts/yolov8-rail-inspection/readme.md) |Computer Vision | 6M | 13.8GB | `reComputer run yolov8-rail-inspection` |
73
73
  | [ultralytics-yolo](/reComputer/scripts/ultralytics-yolo/README.md) |Computer Vision | | 15.4GB | `reComputer run ultralytics-yolo` |
74
+ | [depth-anything](/reComputer/scripts/depth-anything/README.md) |Computer Vision | | 12.9GB | `reComputer run depth-anything` |
74
75
 
75
76
  > Note: You should have enough space to run example, like `LLaVA`, at least `27.4GB` totally
76
77
 
@@ -56,6 +56,7 @@ Here are some examples that can be run:
56
56
  | whisper | Audio | 1.5GB | 6.0GB | `reComputer run whisper` |
57
57
  | [yolov8-rail-inspection](/reComputer/scripts/yolov8-rail-inspection/readme.md) |Computer Vision | 6M | 13.8GB | `reComputer run yolov8-rail-inspection` |
58
58
  | [ultralytics-yolo](/reComputer/scripts/ultralytics-yolo/README.md) |Computer Vision | | 15.4GB | `reComputer run ultralytics-yolo` |
59
+ | [depth-anything](/reComputer/scripts/depth-anything/README.md) |Computer Vision | | 12.9GB | `reComputer run depth-anything` |
59
60
 
60
61
  > Note: You should have enough space to run example, like `LLaVA`, at least `27.4GB` totally
61
62
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: jetson-examples
3
- Version: 0.1.3
3
+ Version: 0.1.4
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
@@ -71,6 +71,7 @@ Here are some examples that can be run:
71
71
  | whisper | Audio | 1.5GB | 6.0GB | `reComputer run whisper` |
72
72
  | [yolov8-rail-inspection](/reComputer/scripts/yolov8-rail-inspection/readme.md) |Computer Vision | 6M | 13.8GB | `reComputer run yolov8-rail-inspection` |
73
73
  | [ultralytics-yolo](/reComputer/scripts/ultralytics-yolo/README.md) |Computer Vision | | 15.4GB | `reComputer run ultralytics-yolo` |
74
+ | [depth-anything](/reComputer/scripts/depth-anything/README.md) |Computer Vision | | 12.9GB | `reComputer run depth-anything` |
74
75
 
75
76
  > Note: You should have enough space to run example, like `LLaVA`, at least `27.4GB` totally
76
77
 
@@ -18,6 +18,18 @@ reComputer/scripts/audiocraft/README.md
18
18
  reComputer/scripts/audiocraft/clean.sh
19
19
  reComputer/scripts/audiocraft/init.sh
20
20
  reComputer/scripts/audiocraft/run.sh
21
+ reComputer/scripts/depth-anything/Dockerfile
22
+ reComputer/scripts/depth-anything/LICENSE
23
+ reComputer/scripts/depth-anything/README.md
24
+ reComputer/scripts/depth-anything/clean.sh
25
+ reComputer/scripts/depth-anything/run.sh
26
+ reComputer/scripts/depth-anything/images/Autonomous Driving.png
27
+ reComputer/scripts/depth-anything/images/Indoor Scenes.png
28
+ reComputer/scripts/depth-anything/images/Opr.png
29
+ reComputer/scripts/depth-anything/images/Security.png
30
+ reComputer/scripts/depth-anything/images/Underwater Scenes.png
31
+ reComputer/scripts/depth-anything/images/WebUI.png
32
+ reComputer/scripts/depth-anything/images/teaser.png
21
33
  reComputer/scripts/live-llava/init.sh
22
34
  reComputer/scripts/live-llava/run.sh
23
35
  reComputer/scripts/llama3/init.sh
@@ -40,6 +52,7 @@ reComputer/scripts/stable-diffusion-webui/init.sh
40
52
  reComputer/scripts/stable-diffusion-webui/run.sh
41
53
  reComputer/scripts/text-generation-webui/init.sh
42
54
  reComputer/scripts/text-generation-webui/run.sh
55
+ reComputer/scripts/ultralytics-yolo/LICENSE
43
56
  reComputer/scripts/ultralytics-yolo/README.md
44
57
  reComputer/scripts/ultralytics-yolo/clean.sh
45
58
  reComputer/scripts/ultralytics-yolo/run.sh
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "jetson-examples"
7
- version = "0.1.3"
7
+ version = "0.1.4"
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 @@
1
+ __version__ = "0.1.4"
@@ -0,0 +1,6 @@
1
+ FROM nvcr.io/nvidia/l4t-pytorch:r35.2.1-pth2.0-py3
2
+ RUN mkdir /usr/src/DepthAnything-on-Jetson-Orin
3
+ WORKDIR /usr/src/DepthAnything-on-Jetson-Orin
4
+ COPY . /usr/src/DepthAnything-on-Jetson-Orin
5
+ RUN pip install flask onnx flask flask_socketio huggingface_hub
6
+ CMD ["python3", "app.py"]
@@ -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,102 @@
1
+ # Jetson-Example: Run Depth Anything on NVIDIA Jetson Orin 🚀
2
+ This project provides an one-click deployment of the Depth Anything monocular depth estimation model developed by Hong Kong University and ByteDance. The deployment is visualized on [reComputer](https://www.seeedstudio.com/reComputer-J4012-p-5586.html) (Nvidia Jetson Orin) and includes a WebUI for model conversion to TensorRT and real-time depth estimation.
3
+ <p align="center">
4
+ <img src="images/WebUI.png" alt="WebUI">
5
+ </p>
6
+
7
+ All models and inference engine implemented in this project are from the official [Depth Anything](https://depth-anything.github.io/).
8
+
9
+ ## 🔥Features
10
+
11
+ - One-click deployment for Depth Anything models.
12
+ - WebUI for model conversion and depth estimation.
13
+ - Support for uploading videos/images or using the local camera
14
+ - Supports S, B, L models of Depth Anything with input sizes of 308, 384, 406, and 518.
15
+
16
+ ### 🗝️WebUI Features
17
+ - **Choose model**: Select from depth_anything_vits14 models. (S, B, L)
18
+ - **Choose input size**: Select the desired input size.(308, 384, 406, 518)
19
+ - **Grayscale option**: Option to use grayscale.
20
+ - **Choose source**: Select the input source (Video, Image, Camera).
21
+ - **Export Model**: Automatically download and convert the model from PyTorch (.pth) to TensorRT format.
22
+ - **Start Estimation**: Begin depth estimation using the selected model and input source.
23
+ - **Stop Estimation**: Stop the ongoing depth estimation process.
24
+ <p align="center">
25
+ <img src="images/Opr.png" alt="Depthanything" width="320" height="360">
26
+ </p>
27
+
28
+ ## 🥳Getting Started
29
+ ### 📜Prerequisites
30
+ - reComputer J401 [(🛒Buy Here)](https://www.seeedstudio.com/NVIDIAr-Jetson-Orintm-Nano-Developer-Kit-p-5617.html)
31
+ - Docker installed on reComputer
32
+ - USB Camera (optional)
33
+ ### 🚀Installation
34
+
35
+
36
+ PyPI(recommend)
37
+ ```sh
38
+ pip install jetson-examples
39
+ ```
40
+ Linux (github trick)
41
+ ```sh
42
+ curl -fsSL https://raw.githubusercontent.com/Seeed-Projects/jetson-examples/main/install.sh | sh
43
+ ```
44
+ Github (for Developer)
45
+ ```sh
46
+ git clone https://github.com/Seeed-Projects/jetson-examples
47
+ cd jetson-examples
48
+ pip install .
49
+ ```
50
+
51
+ ### 📋Usage
52
+ 1. Run code:
53
+ ```sh
54
+ reComputer run depth-anything
55
+ ```
56
+ 2. Open a web browser and input **http://{reComputer ip}:5000**. Use the WebUI to select the model, input size, and source.
57
+
58
+ 3. Click on **Export Model** to download and convert the model.
59
+
60
+ 4. Click on **Start Estimation** to begin the depth estimation process.
61
+
62
+ 5. View the real-time depth estimation results on the WebUI.
63
+
64
+ ## ⛏️Applications
65
+
66
+ - **Security**: Enhance surveillance systems with depth perception.
67
+ <p align="center">
68
+ <img src="images/Security.png" alt="Security" width="500" height="150">
69
+ </p>
70
+ - **Autonomous Driving**: Improve environmental sensing for autonomous vehicles.
71
+ <p align="center">
72
+ <img src="images/Autonomous Driving.png" alt="Autonomous Driving" width="500" height="150">
73
+ </p>
74
+ - **Underwater Scenes**: Apply depth estimation in underwater exploration.
75
+ <p align="center">
76
+ <img src="images/Underwater Scenes.png" alt="Underwater Scenes" width="500" height="150">
77
+ </p>
78
+ - **Indoor Scenes**: Use depth estimation for indoor navigation and analysis.
79
+ <p align="center">
80
+ <img src="images/Indoor Scenes.png" alt="Indoor Scenes" width="500" height="150">
81
+ </p>
82
+
83
+ ## Further Development 🔧
84
+ - [Depth Anything Official](https://depth-anything.github.io/)
85
+ - [Depth Anything TensorRT](https://github.com/spacewalk01/depth-anything-tensorrt)
86
+ - [Depth Anything ONNX](https://github.com/fabio-sim/Depth-Anything-ONNX)
87
+ - [Depth Anything ROS](https://github.com/scepter914/DepthAnything-ROS)
88
+ - [Depth Anything Android](https://github.com/FeiGeChuanShu/ncnn-android-depth_anything)
89
+
90
+
91
+ ## 🙏🏻Contributing
92
+
93
+ We welcome contributions from the community. Please fork the repository and create a pull request with your changes.
94
+
95
+ ## ✅License
96
+
97
+ This project is licensed under the MIT License.
98
+
99
+ ## 🏷️Acknowledgements
100
+
101
+ - Depth Anything [project](https://depth-anything.github.io/) by Hong Kong University and ByteDance.
102
+ - Seeed Studio team for their [support and resources](https://github.com/Seeed-Projects/jetson-examples).
@@ -0,0 +1,3 @@
1
+ #!/bin/bash
2
+
3
+ sudo docker rmi yaohui1998/depthanything-on-jetson-orin:latest
@@ -0,0 +1,12 @@
1
+ #!/bin/bash
2
+
3
+ docker pull yaohui1998/depthanything-on-jetson-orin:latest
4
+
5
+ docker run --rm -it \
6
+ --privileged \
7
+ --network host \
8
+ -v /tmp/.X11-unix:/tmp/.X11-unix[@] \
9
+ -v /dev/*:/dev/* \
10
+ -v /etc/localtime:/etc/localtime:ro \
11
+ --runtime nvidia \
12
+ yaohui1998/depthanything-on-jetson-orin:latest
@@ -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.
@@ -45,3 +45,6 @@ All models implemented in this project are from the official [Ultralytics Yolo](
45
45
  - [TensorRT Acceleration](https://wiki.seeedstudio.com/YOLOv8-DeepStream-TRT-Jetson/)
46
46
  - [Multistreams using Deepstream](https://wiki.seeedstudio.com/YOLOv8-DeepStream-TRT-Jetson/#multistream-model-benchmarks) Tutorials.
47
47
 
48
+ ## License
49
+
50
+ This project is licensed under the MIT License.
@@ -1 +0,0 @@
1
- __version__ = "0.1.3"
File without changes