Technical-Vast1314
Technical-Vast1314 OP t1_je5ob6n wrote
Reply to comment by xnalonali in [R] You Only Segment Once: Towards Real-Time Panoptic Segmentation [CVPR 2023] by Technical-Vast1314
We use MIT License in YOSO project~
Technical-Vast1314 OP t1_isdmkmk wrote
Reply to comment by 9182763498761234 in [R] detrex: the open source toolbox for Transformer based object detection algorithms by Technical-Vast1314
Thanks a lot! I will correct it later : )
Technical-Vast1314 OP t1_isb73w4 wrote
Reply to comment by DigThatData in [R] detrex: the open source toolbox for Transformer based object detection algorithms by Technical-Vast1314
We keep the love for MDETR and visual grounding task in our heart, and we will add it in the future!
Technical-Vast1314 OP t1_isb5xum wrote
Reply to [R] detrex: the open source toolbox for Transformer based object detection algorithms by Technical-Vast1314
We will frequently update detrex and implement more state-of-the-art algorithms in the future!
Technical-Vast1314 OP t1_isb3gko wrote
Reply to comment by DemisHassabis in [R] detrex: the open source toolbox for Transformer based object detection algorithms by Technical-Vast1314
Thank you so much~
Technical-Vast1314 OP t1_isa4jv4 wrote
Reply to comment by 9182763498761234 in [R] detrex: the open source toolbox for Transformer based object detection algorithms by Technical-Vast1314
We will update readme later,thanks for your correction!
Technical-Vast1314 OP t1_is9nabt wrote
Reply to comment by one_dragon86 in [R] detrex: the open source toolbox for Transformer based object detection algorithms by Technical-Vast1314
Thanks~
Technical-Vast1314 OP t1_je5oqm5 wrote
Reply to comment by Peantoo in [R] You Only Segment Once: Towards Real-Time Panoptic Segmentation [CVPR 2023] by Technical-Vast1314
OK, panoptic segmentation means doing two kinds of segmentation task together: semantic segmentation and instance segmentation. The semantic segmentation can only segment things like "sky", "car", "person", but it's hard to segment each instance. And instance segmentation is like object detection, which means it will predict a box with a mask on an instance~