ClickSEG icon indicating copy to clipboard operation
ClickSEG copied to clipboard

Results 6 ClickSEG issues
Sort by recently updated
recently updated
newest added

Hi, The README.md file says it is MIT licensed and the LICENSE file says Apache License 2.0, which is correct? I would also like to know what copyright and license...

I trained COCO+LVIS SegFormerB0-S1 using the trainval_scripts/train_focalclickB0_S1_cclvs.sh with nothing changed. And the val result is as follows: compared with the model published: I notice that the BS is 32 in...

I see that you have validation turned off in your training script: https://github.com/alibaba/ClickSEG/blob/d61a76b2c88c56106e97d505ce41d16aa2535021/isegm/engine/baseline_trainer.py#L125 Moreover, the code would not work because of https://github.com/alibaba/ClickSEG/blob/d61a76b2c88c56106e97d505ce41d16aa2535021/isegm/data/transforms.py#L8 This should be ``` from albumentations.augmentations.geometric import functional...

Is crop_size in the [height, width] format or [width, height]? Here it's [height, width]: https://github.com/alibaba/ClickSEG/blob/main/models/strongbaseline/mobilenetv2_x1_comb.py#L41 However, https://github.com/alibaba/ClickSEG/blob/d61a76b2c88c56106e97d505ce41d16aa2535021/isegm/data/aligned_augmentation.py#L50 uses opencv's convention of [width, height] Practically, this does not matter because it's...

I see you use 0.49 as the prediction threshold. Why this number? https://github.com/alibaba/ClickSEG/blob/d61a76b2c88c56106e97d505ce41d16aa2535021/isegm/engine/baseline_trainer.py#L401

Hi,Can you provide weight files on the sbd training set thanks