-
Notifications
You must be signed in to change notification settings - Fork 21.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Training YOLO3 on 16 classes VOC --> error #637
Comments
Did you change filters and classes on all three instances in the cfg file |
Thanks a lot , I do not change filters and classes on all three instances in the cfg file. I only change one yolo layer, I should change three yolo layer |
@austin880301 ,Excuse me. How to set the 'filters' according to 'classes' |
@zhangjinsong3 As mentioned in this ultralytics/yolov3#102 |
Dear sir:
I modify the voc_lable.py for 16 classes and change yolov3-voc-cfg for classes=16, filters=63. and then train the voc.
At last run detect demo with my new weights and the result as following:
FPS:20.1
Objects:
*** Error in `./darknet': free(): invalid pointer: 0x00007f2ff80023d0 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7f30fb7817e5]
/lib/x86_64-linux-gnu/libc.so.6(+0x8037a)[0x7f30fb78a37a]
/lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7f30fb78e53c]
./darknet[0x4672e8]
./darknet[0x485597]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x76ba)[0x7f30fbadb6ba]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7f30fb81141d]
======= Memory map: ========
......
best regards
The text was updated successfully, but these errors were encountered: