Open gittigxuy opened 6 years ago
Hello @gittigxuy. I met the same problem also. As much as I understood the evaluation part has not released yet. Nevertheless there are some other issues opened with the same problem. @mjq11302010044 do you plan to release that part? I think following the same procedure will be better for acceptable comparision.
Thanks.
@gittigxuy @gyaliniz We haven't release a general evaluation API yet, but demo code can be use for reference in tools/joint_test.py.
When I train the icdar 2003 dataset,I have generated a caffemodel,but during the test period,I meet this problem:
Traceback (most recent call last): File "./tools/test_net.py", line 86, in
imdb = get_imdb(args.imdb_name)
File "/home/xuy/code/RRPN/tools/../lib/datasets/factory.py", line 37, in get_imdb
raise KeyError('Unknown dataset: {}'.format(name))
KeyError: 'Unknown dataset: MSRA_TEST'
according to your faster_rcnn_end2end.sh,I could know that:
case $DATASET in pascal_voc) TRAIN_IMDB="voc_2007_trainval" TEST_IMDB="voc_2007_test" PT_DIR="pascal_voc" ITERS=70000 ;; coco)
This is a very long and slow training schedule
rrpn)
This is a very long and slow training schedule
rrpn_vehicle)
This is a very long and slow training schedule
*) echo "No dataset given" exit ;; esac
so,what should I do?