open-mmlab / mmdetection

OpenMMLab Detection Toolbox and Benchmark
https://mmdetection.readthedocs.io
Apache License 2.0
29.66k stars 9.47k forks source link

type='RepeatDataset' in faster-rcnn r18 How to close it #12015

Open DaCheng1823 opened 4 weeks ago

DaCheng1823 commented 4 weeks ago

image i try to set the time 0,but dont work

PeterVennerstrom commented 4 weeks ago

It optionally wraps a dataset to repeat it. Remove the RepeatDataset and use the inner dataset definition to achieve the times=0 equivalent.