Atten4Vis / MS-DETR

[CVPR 2024] The official implementation for "MS-DETR: Efficient DETR Training with Mixed Supervision"
Apache License 2.0
80 stars 5 forks source link

Question about segmentaion #13

Open c1ircle opened 1 month ago

c1ircle commented 1 month ago

Hi, thank you for your excellent work and for open-sourcing the code. I am having some trouble understanding the code related to segmentation when using masks. Could you please provide a brief explanation? 为什么“hs,hs_o2m...”后没有赋值? 屏幕截图 2024-09-04 160848

ZhaoChuyang commented 1 month ago

Hi, this is not the complete implementation for segmentation code. You can try this code snippt segmentation.py.zip for now. We will release the full code for segmentation after organization.