- Add enhanced README with project structure and quick start guide - Initialize repository with DCNv4 CUDA extension (PyTorch module) - Include classification, detection, and segmentation subdirectories - Reference upstream OpenGVLab DCNv4 implementation Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2 lines
117 B
Python
2 lines
117 B
Python
from .functions import DCNv4Function, FlashDeformAttnFunction
|
|
from .modules import DCNv4, DCNv4Strip, FlashDeformAttn |