You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function I wrote performs the image and txt saving process. You can also use this function on a model you have trained before. If your model works well enough, it will easily detect the images and save the labels. You can edit the saved data and train with your new data quickly.
4
+
5
+
### How to use
6
+
first of all, tensorrt transform using this repository of the yolo weights you have trained
7
+
~~~~~
8
+
https://github.com/jkjung-avt/tensorrt_demos
9
+
~~~~~~~~~~~
10
+
You should edit `yolo/obj.names` according to your project class names
11
+
12
+
And You should change `plugins` and `utils` your tensorrt_demos file
13
+
14
+
### Run the application
15
+
16
+
The input parameters can be changed using the command line :
0 commit comments