├── LVIS.py ├── LVIS_utils.py ├── README.md ├── htc_x101_32x4d_fpn_20e_16gpu_example.py └── logger.py /LVIS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KaihuaTang/LVIS-for-mmdetection/HEAD/LVIS.py -------------------------------------------------------------------------------- /LVIS_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KaihuaTang/LVIS-for-mmdetection/HEAD/LVIS_utils.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KaihuaTang/LVIS-for-mmdetection/HEAD/README.md -------------------------------------------------------------------------------- /htc_x101_32x4d_fpn_20e_16gpu_example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KaihuaTang/LVIS-for-mmdetection/HEAD/htc_x101_32x4d_fpn_20e_16gpu_example.py -------------------------------------------------------------------------------- /logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KaihuaTang/LVIS-for-mmdetection/HEAD/logger.py --------------------------------------------------------------------------------