Issue with Camera's GetRGB() Function in Docker Submission #176
-
In my code, the GetRGB() function of the camera is used, which requires adding the --graphics option when running run_python.shell with the command python my_test_bathing.py --graphics. This is essential for rendering the 3D animation; otherwise, the output will only be a blank image. I have tested this on my local machine, and the results are as shown in the attached image. However, the submitted Docker does not support the --graphics option. This means that my algorithm cannot be successfully executed within the Docker environment, even though it runs smoothly with graphics acceleration on my local machine. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Let me see if I can configure the server to enable it to run in headless mode |
Beta Was this translation helpful? Give feedback.
Hi @TomatoPicker278! We've conducted some tests and found that the provided docker container doesn't include a graphical interface. Since running a virtual graphical interface requires significant computational resources, we've decided to modify our approach.
For future testing, we'll transfer the algorithms from the uploaded docker to our evaluation pc locally, which will help avoid these camera issues. When submitting your work, you only need to ensure that the algorithm modules are complete and properly included.
Regarding your previous submission, we've rerun the tests and can confirm that it now runs without any errors. The relevant logs and videos have been sent to your email.