Open FakerYFX opened 6 years ago
have solved! not choose multi-class
@xieyufei1993 ,could you tell me how to train my own dataset,could you please add show me your QQ to ask you some question?
@gittigxuy i just use this function lib/rotation/data_extractor.py:get_ICDAR2017_mlt()to train my own data,you just need to prepare the images and gt.txt files ,in the txt file include 4 point positions,just like (x1,y1,x2,y2,x3,y3,x4,y4),hope to help you.
@xieyufei1993 ,你在训练ICDAR2017_mlt的时候,遇到没有找到MSRA_TEST的问题了吗?我训练icdar2003的时候,已经生成了caffemodel,但是在测试阶段,报错说找不到MSRA_TEST,我查看了experiments/scripts/faster_rcnn_end2end.sh,用rrpn方法进行训练的时候,imdb=MSRA,请问这个怎么解决呢?
报错信息如下:
Traceback (most recent call last):
File "./tools/test_net.py", line 86, in
@gittigxuy 测试阶段我用的是python ./tools/rotation_demo.py,用experiments/scripts/faster_rcnn_end2end.sh的test部分是会报错的,作者的评测部分的代码是没有放出来的。
@xieyufei1993 ,可以留一个。联系方式吗?向你请教一些问题
@gittigxuy QQ:2364835756
你好,我想请问一下,我现在有1w张图片,要怎么用它来训练呢?作者说的的组织数据集又是什么意思,怎么操作?菜鸟不懂,希望指点一下. 十分感谢
hello,I use my own training data ,when i run the script ./experiments/scripts/faster_rcnn_end2end.sh 0 VGG16 rrpn.i got the error:
./experiments/scripts/faster_rcnn_end2end.sh: line 78: 38172 Floating point exception(core dumped) ./tools/train_net.py --gpu ${GPU_ID} --solver models/${PT_DIR}/${NET}/faster_rcnn_end2end/solver.prototxt --weights data/imagenet_models/${NET}.v2.caffemodel --imdb ${TRAIN_IMDB} --iters ${ITERS} --cfg experiments/cfgs/faster_rcnn_end2end.yml ${EXTRA_ARGS}.
so how to solve this error,thanks