Diogo Vieira
Diogo Vieira
Hi @rarrais, @MisterOwlPT and @miguelriemoliveira! I'm tagging you to let you know about my progress! I've managed to circumvent this issue by simply installing both Rigel's develop branch and my...
I've run into an issue again. When running the testing and introspection plugins in Github Actions, the calibration evaluation results file `rgb_to_rgb_results.csv` is not found *inside the container*. Because of...
Hi @rarrais! By looking at line 95 of[ that same log](https://github.com/Kazadhum/atom/actions/runs/4608476876/jobs/8144286565#step:7:152), it looks like the file is not in that directory because it doesn't exist in the container at all....
> Hi @rarrais! By looking at line 95 of [that same log](https://github.com/Kazadhum/atom/actions/runs/4608476876/jobs/8144286565#step:7:152), it looks like the file is not in that directory because it doesn't exist in the container at...
Hello @rarrais! Since we spoke yesterday, I've been working locally with [act](https://github.com/nektos/act) and using this I can attach a terminal to the rigel container inside the github actions container! And...
> Hi @Kazadhum , good news on the progress. Do you know why/if `calibration_evaluation` actually needs an X server to run? As it is part of ATOM, maybe @miguelriemoliveira can...
Hey @rarrais and @miguelriemoliveira. It seems I was wrong and it is in fact ATOM that needs the X server to run, so it wasn't my mistake. Running the calibration...
Hi @miguelriemoliveira! I'm using: `rosrun atom_evaluation rgb_to_rgb_evaluation -train_json $ATOM_DATASETS/t2rgb/atom_calibration.json -test_json $ATOM_DATASETS/t2rgb/dataset.json --sensor_source right_camera --sensor_target left_camera --show_images False -sfr $HOME/` Note that I have `show_images` set to false, but the same...
> Hi @Kazadhum , > > I think the show_images flag is an action_true flag, meaning you add it to set true, and do not enter it to have it...
> Thanks, > > so you see the **[-si]** ? iIt does not have value in capitals after it. > > That means if you want images you use >...