LiheYoung / FreeMask

[NeurIPS 2023] FreeMask: Synthetic Images with Dense Annotations Make Stronger Segmentation Models
https://arxiv.org/abs/2310.15160
MIT License
129 stars 1 forks source link

The code of filtering criterion and sampling principle #3

Closed ModulatedConvolutionalNetworks closed 11 months ago

ModulatedConvolutionalNetworks commented 1 year ago

Hello, would you have plan to release the code of filtering criterion and sampling principle, Thanks!

LiheYoung commented 1 year ago

Sure. We will release this part after the CVPR deadline.

ModulatedConvolutionalNetworks commented 1 year ago

Hi, I'm dying to see and learn the code of filtering criterion and sampling principle , and I want to know when the code will be released, Thanks!

LiheYoung commented 12 months ago

Hi, I have uploaded the code of filtering and resampling. Thank you for your attention.

songxueXS commented 12 months ago

Hi, may I ask what model is used when calculating the class-wise average loss on the coco datasets?

LiheYoung commented 12 months ago

I trained a SegFormer-B4 model on the real COCO-Stuff dataset by myself.