This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
OWOD
Watch
1
Star
0
Fork
0
You've already forked OWOD
mirror of
https://github.com/JosephKJ/OWOD.git
synced
2025-06-03 14:50:40 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
OWOD
/
detectron2
/
layers
/
csrc
History
Joseph
73d7a85f88
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
ROIAlign
Detectron2
2020-09-29 05:47:18 +05:30
ROIAlignRotated
Detectron2
2020-09-29 05:47:18 +05:30
cuda_version.cu
Detectron2
2020-09-29 05:47:18 +05:30
README.md
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:
Create a new directory
Implement new ops there
Delcare its Python interface in
vision.cpp
.