odor-mmdetection / mmdet_configs /odor-fasterrcnn.py
prathmeshrmadhu
fixing a few odor related files
41f275b
_base_ = [
'./fasterrcnn_r50.py',
'./odor3-instance.py',
'./schedule_1x.py',
'./default_runtime.py'
]