6 lines
129 B
Bash
Executable File
6 lines
129 B
Bash
Executable File
# conda activate trt
|
|
python gen_wts.py -w best.pt -o best.wts -t detect
|
|
cmake ..
|
|
make
|
|
./yolov8_det -s best.wts best.engine n
|