tmlabonte / weakly-supervised-DETR

Official codebase for the WACV 2023 paper: Scaling Novel Object Detection with Weakly Supervised Detection Transformers. https://arxiv.org/abs/2207.05205
https://arxiv.org/abs/2207.05205
10 stars 6 forks source link

Missing /model/ops Folder #3

Closed pw-02 closed 1 year ago

pw-02 commented 1 year ago

Hello, I noticed that folder /model/ops is missing when I tried to deploy/build/run the solution. Can you please confirm if this is intentional or not? I was able to get it running by taking copy of /model/ops from https://github.com/SHI-Labs/OneFormer/tree/main/oneformer/modeling/pixel_decoder/ops but I had to swap around the names of some variables to get it to work, which suggests the code I copied across is different from what's expected. Thanks for your help!

tmlabonte commented 1 year ago

Thanks for the catch! I've just added the correct folder.