Vinson

Results 11 issues of Vinson

Hi, I found that the annotation id starts with 0 in the `csv2coco.py` file: https://github.com/spytensor/prepare_detection_dataset/blob/4ae42f652fd5e0ef7a5eec29b3018a4ae9e601e2/csv2coco.py#L29 But for current official coco evaluation toolkit (https://github.com/cocodataset/cocoapi), it requires that the annotation id in...

Nice work~ But I wonder whether you'd like to add DeepLab models, like DeepLab V2, DeepLab V3, DeepLab V3+, since this is a classic work and is used widly as...

Hi, guys: Nice job! I tried this project with default settings, and it works well except that the logging module would print messages both into logfile and console like the...

Dear Qi Fan, This is a great work on few shot learning task! But I found that it seems only FSOD for image object detection is implemented, do you have...

Hi, thanks for your cool work! For the `RPN_Modulator` class in `modulators.py` file, it seems that it's different with the equation (1) in the paper in 2 aspects: - fx(x)...

Hi, I have a question about how to obtain the pre-trained baseline CAM (`res50_cam.pth`). Currently this repo directly provides the checkpoint, and I'd like to know how this model is...

Thanks for your answer before! I have another question about the unsupervised VOS setting, since I want to test some VIS methods on MOSE and need to follow the same...

Hi, thanks for the great work and code! I want to try it on VOS tasks, but that part of code is not released for now. Could we expect the...

Hi there, thanks for your great work! I got a question when I read the paper. I am curious about the middle (reconstruction) image in Fig.2. It looks like the...

For anyone who cannot open the `http://datasets.lids.mit.edu/sparse-to-dense/data/nyudepthv2.tar.gz` webpage with Chrome, or cannot use `wget http://datasets.lids.mit.edu/sparse-to-dense/data/nyudepthv2.tar.gz` to download it in terminal. I found using `wget --no-check-certificate http://datasets.lids.mit.edu/sparse-to-dense/data/nyudepthv2.tar.gz` in terminal works. Firefox...