satyenrajpal / Complex-YOLO

Implementation of Complex-YOLO 3D in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Complex-YOLO

NOTE: IN PROGESS!

PyTorch Implementation of Complex-YOLO 3D
Much of the code has been adapted from this repo. However, I've changed a considerable amount of code, improved readibility and speed (from initial runs).
Update:

  • 3/3 - Fixed bug in loss. Commented region_loss.py and utils.py in relation to notation in paper.
  • 3/2 - Not able understand what loss function was doing. Bug in loss.

TODO:

  • Go through Kitti Dataset class definition
  • Construct model from original implementation
  • Download data
  • Modify loss function
  • Comment loss function. Understand everything that's going on
  • Test function
  • Visualization of results
  • Running loss for saving model
  • Streamline code in region_loss.py. Two for loops are unnecessary

About

Implementation of Complex-YOLO 3D in PyTorch

License:MIT License


Languages

Language:Python 100.0%