Closed xihuachen9804 closed 1 year ago
Yes, you need to finetune the segmenter on the vipseg dataset. I will release the weights of the fine-tuned segmenter, please wait a few hours.
weight.pth, the password is 'dvis'.
weight.pth, the password is 'dvis'.
Thank you so much for your sharing!
MinVIS_VIPSeg_R50.pth and MinVIS_VIPSeg_SwinL.pth are released. Please refer to here.
MinVIS_VIPSeg_R50.pth and MinVIS_VIPSeg_SwinL.pth are released. Please refer to here.
Hi, I have a question about testing result on VIPSeg, I inference with VIPSeg Swin-L weights but get a VPQ value of around 52, which is much lower than 57.6. Could you pls tell me how to calculate the reported VPQ value?
I also would like to know how did you calculate VPQthing and VPQstuff.
Thanks
Which model did you use to predict the results? The accuracy achieved by the prediction results of 57.6 VPQ is based on DVIS-Offline (SwinL).
Hi, actually I used DVIS-Offline (SwinL) model provided in MODEL.ZOO, I would like to know if the 57.6 VPQ are based on test set?
The predicted results for the thing and stuff can be found in the vpq-final.txt file after using the evaluation script eval_vpq_vspw.py provided by VIPSeg.
The accuracy presented in the DVIS paper refers to the validation set, for the accuracy on the test set, please refer to our championship technical report at vps report.
Thanks much for your information!
Hi, Zhang,
I have another question,
For VSPW dataset, which is the eval.py file to get mIoU performance? Did you also report on val dataset?
Thanks
I haven't tested the accuracy of the result on VSPW dataset locally. I only submitted the results to the competition server. Maybe you can find the evaluation code in VSPW's GitHub repository.
Hi! Your work is excellent! I try to train DVIS_R50 model under VIPSeg dataset. Do I need to finetune the segmenter by following "Training on a new dataset"? Or I just need to train by following "Training" and use minvis_pretrained_weights.pth like "minvis_ovis_R50.pth"? I‘m looking forward to your answer. Thanks!