RPM-Robotics-Lab / sRGB-TIR

Repository for synthetic RGB to Thermal Infrared translation module from "Edge-guided multidomain RGB to TIR translation", ICRA 2023 submission

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no file or directory: 'configs/edges2handbags_folder.yaml

guravareddyi opened this issue · comments

Hi,

I got the below issue while running train.py
no file or directory: 'configs/edges2handbags_folder.yaml

Hey @guravareddyi ,

when you run the train.py, you need to flag the path to your yaml file directory.

E.g. If your yaml file is in "./configs/tir2rgb.yaml", you need to trigger it in the command line prompt as the following:

python train.py --configs ./configs/tir2rgb.yaml {other options}

Let me know if the error persists.