Report Generator for the Europe Rover Challenge 2025
by Terrab🌎ts
- Go to Google AI Studio
- Get you API Key and then save it in your environment as
export GOOGLE_API_KEY="you_api_key"- Execute the script from "src" directory Without Trajectory
python run.py /home/user/.../erc_video.mp4 --mission_id test001With Trajectory (Your extra information)
python run.py /home/user/.../erc_video.mp4 --pose_file path/to/poses.json --mission_id test002- Tool in the pipeline to eliminate redundant and repited objects (SOON!!!)
- Use a Depth Estimator model to estimate the position of the object
Of course you can solve these problems adding your extra information, images and descriptions to complete your report.




