zeyuwang-zju / TIRDet

Source Code - "TIRDet: Mono-Modality Thermal InfraRed Object Detection Based on Prior Thermal-To-Visible Translation" - ACM MM 2023
14 stars 0 forks source link

where is the file "_base_ = './yolox_tir_s_8x8_300e_coco.py'"? #3

Open Alloman opened 4 months ago

Alloman commented 4 months ago

when i run the test.py with config tirdet_l_8x8_300e.coco.py, i get this error

image
zeyuwang-zju commented 4 months ago

This repo does not contain the config file of yolox-s. It can be found in the official mmdet repo.

Alloman commented 4 months ago

Thank you for your reply

I would also like to ask where the script for converting the FILR dataset to Coco format is located in this repo? and the parameters in yolox_s.py Data_root='data/coco/' Dataset_type='CocoDataset' How should I modify it?

About the operation you mentioned in README : "3. Replace the 'mmdet' in the environment with the 'mmdet' in our repository" and "4. Replace the ''configs'' in the environment with the ''configs'' in our repository" I am using Conda for environmental management, how should I implement these two steps?