- 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>
3 lines
172 B
Bash
3 lines
172 B
Bash
python -m torch.distributed.launch --nproc_per_node 1 --master_port 12345 main.py --eval \
|
|
--cfg configs/flash_intern_image_l_22k_384.yaml --data-path /path/to/imagenet1k
|