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

Docker container Terminates

salwaghanim opened this issue · comments

I used the command docker pull donkeymouse/donkeymouse:icra to pull the latest docker image, After running the image the image terminate.
I tried to run the image with -it command for an interactive shell and here is the resulting error:

 docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "-it": executable file not found in $PATH: unknown.
ERRO[0000] error waiting for container: 

please provide an installation guide and some details on the operating system you used for testing.
or at least a requirements file so we can deduce on what OS those could be installed on.

I was able to run the project and install the requirements on the following confgurations:

  1. OS: Ubuntu 22.04.3 LTS
  2. Cuda: cuda_11.8.0_520.61.05_linux cuda driver version 525.147.05
  3. pytorch: 2.2.0+cu118
  4. python: Python 3.12.1
  5. I installed pyyaml,matplib,opencv-python,scipy using pip exactly on the order provided (first install pyyaml,then matplib...)

Running configs:

  1. Original weights
  2. I have used tir2rgb_folder.yaml from the cofigs directory.
    PS. you may need to install additional modules in your local machine.
    Final thoughts and recommendations:
    The results is acceptable however further domain specific training is highly recommended.
    I hope that this helps users and developers of this great repo..