使用自定義的Dataloader做數據增強、格式統一等操作/像使用pytorch一樣進行訓練。
格式統一
https://detectron2.readthedocs.io/tutorials/data_loading.html
不使用train而是使用Model進行自定義訓練
實現並寫一個新的model層,注冊到config以供使用
https://detectron2.readthedocs.io/tutorials/write-models.html
自定義整個訓練過程的方式
https://github.com/facebookresearch/detectron2/blob/master/tools/plain_train_net.py