yolov7 icon indicating copy to clipboard operation
yolov7 copied to clipboard

YOLOV7-tiny: using the pretrained model you provided, i got an erro

Open FYM1209 opened this issue 2 years ago • 3 comments

I got an error with test.py using the yolov7-tiny pretrained model you provided like this image but i use my yolov7-tiny pre-model ,it work. ,i don't konw where is wrong

FYM1209 avatar Sep 12 '22 07:09 FYM1209

can you share the command that you ran for doing this? like that python detect.py ....

pathikg avatar Sep 14 '22 06:09 pathikg

i run test.py,not detect.py.and I click run directly without using the command,

I understand it like this: my yolov7-tiny pre-model on the dataset with 10 category,so i use my yolov7-tiny pre-model ,it work.

but office yolov7-tiny pre-model on the dataset with 80 category, so i run test.py with office yolov7-tiny pre-model on the my dataset(10 category) ,it is wrong

FYM1209 avatar Sep 15 '22 02:09 FYM1209

@FYM1209 It is not going to work if you just press 'Run' button; you need to use a command like this one and pass arguments such as dataset, model weight, etc.

alrightkami avatar Sep 15 '22 14:09 alrightkami

How did you get the pretrained yolov7-tiny weight?

I could not find the one in this repository

godhj93 avatar Jul 02 '23 12:07 godhj93