kentaroy47 / frcnn-from-scratch-with-keras

:collision:Faster R-CNN from scratch written with Keras
Apache License 2.0
168 stars 106 forks source link

measure_map.py #71

Open adhityareski opened 4 years ago

adhityareski commented 4 years ago

i got this following error:

image

adhityareski commented 4 years ago

i solve that unicodedecodeerror then i got this following error: image

here's the syntax i use for measure_map.py in anaconda terminal: python measure_map.py -p test_label.csv -o simple

i used the pretrain vgg16 version 0.1 from fchollet

config.pickle: image

i need help, i have to evaluate my models

sivaramakrishnan-rajaraman commented 4 years ago

@adhityareski and @kentaroy47 : i am getting the same error. did you resolve it? Please let me know. I use the same pretrain vgg16 version 0.1 from fchollet. Thanks.