Skip to content

Commit

Permalink
delelet images, modify add test images in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mpj1234 committed Jul 29, 2024
1 parent 1b86af0 commit 94215de
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions yolov10/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file removed yolov10/images/bus.jpg
Binary file not shown.
Binary file removed yolov10/images/cat.jpg
Binary file not shown.
Binary file removed yolov10/images/dog.jpg
Binary file not shown.
Binary file removed yolov10/images/zidane.jpg
Binary file not shown.

0 comments on commit 94215de

Please sign in to comment.