yolov7
yolov7 copied to clipboard
YOLOV7-tiny: using the pretrained model you provided, i got an erro
I got an error with test.py using the yolov7-tiny pretrained model you provided like this
but i use my yolov7-tiny pre-model ,it work. ,i don't konw where is wrong
can you share the command that you ran for doing this?
like that python detect.py ....
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 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.
How did you get the pretrained yolov7-tiny weight?
I could not find the one in this repository