Name: Santosh Vasa, Kishore Reddy Pagidi
Date: December 15, 2022
Class: CS 7180 - Advanced Perception
- Windows Sub-system for Linux - Windows 11. For training and development.
https://www.overleaf.com/read/qwghjktbxxwv
- Install requirements.txt
pip install -r requirements.txt
- Add the project folder to the PYTHONPATH:
export PYTHONPATH=${PYTHONPATH}:/path_to_project_folder
- Update parameters.yaml with the data location.
- link to datasets :
- Run python file train.py
python3 train.py
Areas where the network works well:
- Vehicles/classes near the ego vehicle
- Vehicles that are spaced apart.
- Non-overlapping line of sight vehicles.
Areas where the network does not work well:
- Objects occluded by other objects.
- Non square/rectangular segmentations.
- Post processing errors.
- Objects detected farther from the ego's position.