-
Notifications
You must be signed in to change notification settings - Fork 443
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
怎样使用我的数据训练yolov3 #77
Comments
尝试训练 yolov3-lite,按照wiki中给的链接修改了classes和num_output,但是依旧报错如下: |
我现在开始怀疑工程是否有问题。 |
感谢您的回复,我按照您第二个链接中的步骤修改了test和train prototxt,但是运行train_yolov3_lite.sh开始尝试训练的时候就会报错终止,log如下: |
补充一下,我的数据集是曾经用来训练mobilenet-ssd和rfcn的,所以我想应该不是数据集的问题,但是按照您给的链接,我已经都修改好了,不清楚为什么还是无法开始训练。再次感谢您的帮助! |
hi,Have you solved the problem?I met the same problem as you.can you help me ? |
@qingshutie had U solve this,I meet the same question |
已经修改了train和test prototxt中的class_num 和LMDB的路径,也修改了labelmap_voc.prototxt的分类,运行train_yolov3_darknet.脚本会报错如下:
F0307 10:05:11.701001 26093 yolov3_layer.cpp:161] Check failed: input_count == tmp_input_count (92055 vs. 7581)
*** Check failure stack trace: ***
@ 0x7f18961f95cd google::LogMessage::Fail()
@ 0x7f18961fb433 google::LogMessage::SendToLog()
@ 0x7f18961f915b google::LogMessage::Flush()
@ 0x7f18961fbe1e google::LogMessageFatal::~LogMessageFatal()
@ 0x7f189699de5a caffe::Yolov3Layer<>::LayerSetUp()
@ 0x7f18967bf67c caffe::Net<>::Init()
@ 0x7f18967c1d6e caffe::Net<>::Net()
@ 0x7f18969dcaca caffe::Solver<>::InitTrainNet()
@ 0x7f18969de095 caffe::Solver<>::Init()
@ 0x7f18969de3af caffe::Solver<>::Solver()
@ 0x7f1896800af1 caffe::Creator_SGDSolver<>()
@ 0x40df4a train()
@ 0x40afd7 main
@ 0x7f189569b830 __libc_start_main
@ 0x40b979 _start
@ (nil) (unknown)
Aborted
The text was updated successfully, but these errors were encountered: