Skip to content

dongdonghy/repulsion_loss_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

repulsion loss with pytorch in object detection

Overviews

  • This is a demo for repulsion loss. You can add it at the final loss calculation step in your own repo.

Dependencies

  • python3.6
  • numpy
  • torch

Inputs

  • rois
  • boxes_deltas
  • groundtruth boxes
  • rois_inside_ws
  • rois_outside_ws

Releases

No releases published

Packages

No packages published

Languages