Log No. | Date Discovered | Date Resolved | Description Issue | Resolution Update/Status |
---|---|---|---|---|
1. | 02/11/2020 | 04/11/2020 | Data capture- 3D to 2D homography outputs of bounding boxes are not good. | Problem in world to camera lens transformation was incorrect. Fixed. |
2. | 03/10/2020 | 03/20/2020 | Constant acceleration motion model causing problems | Motion model changed to constant velocity in pixel space |
3. | 03/17/2020 | 04/03/2020 | Problems with tracking association. | Switched to scipy's implementation of tracking association. |
4. | 04/18/2020 | 08/31/2020 | Simulation speed at the edge of requirements. | Using Carla's traffic manager for the core project goals and using batch inference for the learning based model inference. |
5 | 09/15/2020 | 09/30/2020 | Learning Based model might not be enough for achieving the project requirements | Focus on the metric extraction and rule based modelling using the newer Traffic Manager |
6 | 10/20/2020 | 10/25/2020 | Newer version of Carla has a different map numbering system and also has updated camera parameters which cause troubles in the data capture pipeline | We decided to re capture the traffic light ids and also manually recompute the correspondences between the camera and the bird's eye view image |
7 | 10/15/2020 | 10/22/2020 | There were certain issues with the lead vehicle matching algorithm where we were matching vehicles in other lanes due to noisy velocity estimates, similar issues were observed in the tracking system as well | We concluded that having a bird's eye view HD map with lane positions would be helpful and reduce noise. This solution worked really well. |
8 | 10/27/2020 | 11/12/2020 | Using the bottom center of the 2d bounding dox for transforming the vehicle coordinates causes some positioning edge cases | We are working on using 3D bounding box predictions and use the actual "base" of the vehicles enclosing cuboid to transform the vehicle |
9 | 11/05/2020 | 11/20/2020 | Our learning based modelling performance is limited by Carla. | This can be resolved as it would require changes to Carla code. |