thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

I solved the problem. #1082

Open santarone opened 4 years ago

santarone commented 4 years ago

I solved the problem.

http://tn00343140a.pixnet.net/blog/post/299895872-yolo%e9%81%8b%e8%a1%8cdarkflow%e6%99%82%2c-%e5%87%ba%e7%8f%beassertionerror%3a-expect-20392940

Find the file "loader.py" and change the value of "self.offset". updated self.offset = old_offset_value + (found_value - expected_value)

Originally posted by @540ul4rm6 in https://github.com/thtrieu/darkflow/issues/802#issuecomment-515347639