mirror of
https://github.com/alibaba/EasyCV.git
synced 2025-06-03 14:49:00 +08:00
1. The vitdet backbone implemented by d2 is about 20% faster than the vitdet backbone originally reproduced by easycv. 2. 50.57 -> 50.65
5 lines
102 B
Python
5 lines
102 B
Python
_base_ = [
|
|
'./vitdet_faster_rcnn.py', './lsj_coco_instance.py',
|
|
'./vitdet_schedule_100e.py'
|
|
]
|