mirror of https://github.com/FoundationVision/GLEE
|
||
---|---|---|
.. | ||
ROIAlignRotated | ||
box_iou_rotated | ||
cocoeval | ||
deformable | ||
nms_rotated | ||
README.md | ||
cuda_version.cu | ||
vision.cpp |
README.md
To add a new Op:
- Create a new directory
- Implement new ops there
- Delcare its Python interface in
vision.cpp
.