YOLOF icon indicating copy to clipboard operation
YOLOF copied to clipboard

Please remove cvpods and only keep the experiments folds.

Open poodarchu opened this issue 3 years ago • 6 comments

Including an individual cvpods will cause name conflicts if a user have already install cvpods. So please remove all cvpods related stuff and only keep your experiments.

For example,

  • https://github.com/Megvii-BaseDetection/DeFCN
  • https://github.com/Megvii-BaseDetection/AutoAssign

poodarchu avatar Mar 18 '21 12:03 poodarchu

Ok. The code will be refactored in the next few days.

chensnathan avatar Mar 18 '21 13:03 chensnathan

Is there any progress?

poodarchu avatar Mar 24 '21 05:03 poodarchu

Will do it tomorrow.

chensnathan avatar Mar 24 '21 06:03 chensnathan

Please check this pr (#13) for progress.

chensnathan avatar Mar 25 '21 12:03 chensnathan

你好,我发现,您对cvpods添加了一些基础模块,例如YOLOF/cvpods/data/transforms/transform_gen.py添加了一些数据处理的功能,所以不能像

  • https://github.com/Megvii-BaseDetection/DeFCN
  • https://github.com/Megvii-BaseDetection/AutoAssign 直接添加文件再训练,需要再对YOLO文件再进行编译,即cd YOLOF ;然后 python setup.py develop 更新源作者库

xiaolangwork avatar Mar 26 '21 04:03 xiaolangwork

@xiaolangwork We provide Registry for Transforms, Datasets, Optimizers, Schedulers, and even runners, so you can put your modifications inside your project and register it, then cvpods can automatically find them.

poodarchu avatar Mar 26 '21 05:03 poodarchu