OWOD/detectron2/layers/csrc
Joseph 73d7a85f88 Detectron2 2020-09-29 05:47:18 +05:30
..
ROIAlign Detectron2 2020-09-29 05:47:18 +05:30
ROIAlignRotated Detectron2 2020-09-29 05:47:18 +05:30
box_iou_rotated Detectron2 2020-09-29 05:47:18 +05:30
cocoeval Detectron2 2020-09-29 05:47:18 +05:30
deformable Detectron2 2020-09-29 05:47:18 +05:30
nms_rotated Detectron2 2020-09-29 05:47:18 +05:30
README.md Detectron2 2020-09-29 05:47:18 +05:30
cuda_version.cu Detectron2 2020-09-29 05:47:18 +05:30
vision.cpp Detectron2 2020-09-29 05:47:18 +05:30

README.md

To add a new Op:

  1. Create a new directory
  2. Implement new ops there
  3. Delcare its Python interface in vision.cpp.