Skip to content

Modified Yolov4 structure to directly infer BEV position of objects

License

Notifications You must be signed in to change notification settings

MattiaMolon/pytorch-YOLOv4

 
 

Repository files navigation

Pytorch-YOLOv4_BEV

Common

  • rIoU and rgIoU implementation
  • NMS implementation
  • Understand structure

Yolov4_BEV_grid

  • Build structure
  • Implement forward pass
  • Training loop
  • Loss implementation
  • BEV visualization integration

Yolov4_BEV_flat

  • Build structure
  • Implement forward pass
  • Training loop
  • Loss implementation
  • BEV visualization integration

About

Modified Yolov4 structure to directly infer BEV position of objects

Resources

License

Stars

Watchers

Forks

Languages

  • Python 78.2%
  • C++ 20.3%
  • Other 1.5%