SaliormoonLadyZhao

Results 3 issues of SaliormoonLadyZhao

Thanks for your error report and we appreciate it a lot. **Describe the bug** ```none model = dict( type='TwoStageDetectorAUGFPN', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0, 1, 2, 3), frozen_stages=1, norm_cfg=dict(type='BN', requires_grad=True),...

请问一下这是为什么,谢谢 (py3.7) F:\easy_detection-master>python preview.py --config configs/faster_rcnn_voc.yml 'stty' 不是内部或外部命令,也不是可运行的程序 或批处理文件。 Traceback (most recent call last): File "preview.py", line 6, in from options import opt, config File "F:\easy_detection-master\options\__init__.py", line 1, in from...