Entity
Entity copied to clipboard
EntitySeg Toolbox: Towards Open-World and High-Quality Image Segmentation
When i print the ori_scores and scores in demo_result_and_vis.py, the scores is is not sorted from high to low. The reason is mask rescoring. But score in scores which higher...
It seems current entity_evaluation.py can only calculate entity AP for coco datasets only. Yet in your paper, there are results for other datasets like ade20k and cityscapes. Could you please...
I am trying to training with CUDA11.1 on 2080Ti x4. The training crashed after ~600 iteration with ``` [08/28 15:43:34] fvcore.common.checkpoint WARNING: The checkpoint state_dict contains keys that are not...
Hi,thank you for your contributions to entity segmentation task. When I train the model followed your steps, I encountered the following problems: **FloatingPointError: Loss became infinite or NaN at iteration=20!**...
"High Quality Segmentation for Ultra High-resolution Images" don't see the difference between image
hello, thanks for your great work High Quality Segmentation. I want to ask the following 2 questions 1. I don't see any difference in P position information between images. Even...
Great work! I am using the mask2former entity seg model and after extracting the masks and their confidences using prediction.score, it seems that all of the values are 0.7. Any...
你好,请问模型公开了吗?点击进去,没有可以下载的模型。
where can i find code of the paper?
@qqlu 哈喽,您好,CropFormer训练代码有实现吗?是用的mask2former的代码吗?