YOLOF
YOLOF copied to clipboard
Please remove cvpods and only keep the experiments folds.
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
Ok. The code will be refactored in the next few days.
Is there any progress?
Will do it tomorrow.
Please check this pr (#13) for progress.
你好,我发现,您对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 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.