CornerNet
CornerNet copied to clipboard
test my own pic
Hello, how can I test my own pic with your code? Have to create my own anotation? Is there a simple way?
If you want to test with your own images, you can look into db/coco.py and change it to read data from your own dataset.
@LiangHao92 do you know how to test pictures?when i directly using @heilaw pretrained model to test some pictures,I run python test.py CornerNet --testiter 500000 --split testing,then got the error:AttributeError: 'NoneType' object has no attribute 'shape',do you know how to solve it?
@fanzhaowei hello,I have met the same problem how to solve it?