diff --git a/yolov10/README.md b/yolov10/README.md index f012c73f..9633f391 100644 --- a/yolov10/README.md +++ b/yolov10/README.md @@ -50,6 +50,11 @@ python gen_wts.py -w yolov10n.pt -o yolov10n.wts ```shell cd [PATH-TO-TENSORRTX]/yolov10 + +# add test images +mkdir images +cp [PATH-TO-TENSORRTX]/yolov3-spp/samples/*.jpg ./images + # Update kNumClass in src/config.h if your model is trained on custom dataset mkdir build cd build diff --git a/yolov10/images/bus.jpg b/yolov10/images/bus.jpg deleted file mode 100644 index 40eaaf5c..00000000 Binary files a/yolov10/images/bus.jpg and /dev/null differ diff --git a/yolov10/images/cat.jpg b/yolov10/images/cat.jpg deleted file mode 100644 index df4a907e..00000000 Binary files a/yolov10/images/cat.jpg and /dev/null differ diff --git a/yolov10/images/dog.jpg b/yolov10/images/dog.jpg deleted file mode 100644 index e76c295f..00000000 Binary files a/yolov10/images/dog.jpg and /dev/null differ diff --git a/yolov10/images/zidane.jpg b/yolov10/images/zidane.jpg deleted file mode 100644 index eeab1cdc..00000000 Binary files a/yolov10/images/zidane.jpg and /dev/null differ