yfliu
yfliu
I modified the corresponding numbers and run the demo, and found out that the result is very bad. what is the possible reason? Does anyone encounter such an problem? thanks!
Hi cjnolet, have you found out proper way to prevent those cases?
Thanks @ankush-me!
@Costyv95 Does the validation set contribute to the gradient update in your implementation?
I got it, validation samples does not contribute to gradient update.
For test phase, there are two parameters inconsistent with the original darknet: - The `thresh` parameter for bbox filtering is 0.001 in darknet, while it is 0.01 in `test.py`; -...
@ruinmessi What error in test code have you fixed?
Why your mAP is 0.7 higher if we are using the same parameters? Am I missing something?