autorope / donkeycar

Open source hardware and software platform to build a small scale self driving car.
http://www.donkeycar.com
MIT License
3.13k stars 1.29k forks source link

Implement calibrated camera images to produce a bird's eye view #1096

Open Ezward opened 1 year ago

Ezward commented 1 year ago

We suggest a 120 degree to 160 degree camera lens for Donkeycar so the car, which is close to the ground, can still see both sides of the track. Such a lens creates a distorted image. This is generally ok in that the neural network can still produce good predictions. However, it has a number of disadvantages in other use cases;

Project:

cfox570 commented 1 year ago

This might be helpful in the solution. https://docs.opencv.org/3.4.0/d9/dab/tutorial_homography.html#tutorial_homography_Demo3

Ezward commented 1 year ago

See notes on Issue https://github.com/autorope/donkeycar/issues/97