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

inference problem

heyuton opened this issue · comments

hello, I run this command on Windows:
python inference_batch.py --input_folder ./input --output_folder ./output --checkpoint ./pretrained/translatio
n_weights.pt --a2b 0 --seed 1234 --num_style 5 --synchronized --output_only --config configs/tir2rgb_folder.yaml

but i got this error:
RuntimeError: DataLoader worker (pid(s) 21824, 27008, 3960, 11708) exited unexpectedly

what is the reason for this?how can I fix this?

Hello, did you found any solution ?