wg
wg
Got this error when running "python experiments/rfcn/rfcn_end2end_train_test.py --cfg experiments/rfcn/cfgs/user_resnet_v1_101_voc0712_rfcn_end2end_ohem.yaml" The error happened when the rfcn is doing testing. experiments/rfcn\..\..\rfcn\config\config.py:175: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader...
I am trying to train my own data using rfcn_alt_opt_5stage_ohem and pascal_voc dataset. But I cannot find any parameters related to iterations. I can find ITERS=xxx in rfcn_end2end.sh and rfcn_end2end_ohem.sh....
Hello, sir, thanks for this excellent work. I am a newcomer for text detection and recognition. I followed your instruction from the "Usage" part, but I just cannot run any...
Hi, I am using SL_train.ipynb to train with my own VOC format dataset on Windows10. I used LabelImg to label the groundtruth annotation, and used data_voc.py to generate the pickle...