AGNN icon indicating copy to clipboard operation
AGNN copied to clipboard

Zero-shot Video Object Segmentation via Attentive Graph Neural Networks (ICCV2019 Oral)

Results 12 AGNN issues
Sort by recently updated
recently updated
newest added

您好,非常感谢您开源代码。在代码的模型部分,我看到主模型中的forward对每一个batch做了循环,每一次循环独立处理,在我理解中,batch本身就是独立的,那么是否可以不做循环而直接批次处理呢?

Thank you for your great work. What is the difference between zero shot video target segmentation and semi-supervised video target segmentation?Zero shot video target segmentation without labels?

Hello !当我复现代码的时候,遇到一些问题,想咨询一下您~ 1. 代码中 from utils.colorize_mask import cityscapes_colorize_mask, VOCColorize 在demo 中并未发现此库,是否需要额外下载,如何下载? 2. 在测试中,能否标注各个库的版本,分享一份requirement.txt 3. 测试中 test_seqs.txt 能否提供一下?下载的DAVIS中似乎并未包括。

Dear author: Could you please give me some infomation about the number and version of your used GPU? I only have two 2080ti, and I do not know whether this...

@carrierlxk Hi, Xiankai, I am confused about the inference procedure on DAVIS17 and YouTubeVOS, would you mind sharing the inference or test code for multi object segmentation? Thanks.

Would you mind sharing the training code of the paper? Thanks.

The Error is Traceback (most recent call last): File "test_iteration_conf_gnn.py", line 185, in main() File "test_iteration_conf_gnn.py", line 136, in main for index, batch in enumerate(testloader): File "D:\lib\site-packages\torch\utils\data\dataloader.py", line 615, in...

Hi , @carrierlxk , After watching your ICCV presentation, your work caught me a lot of interests. However, the details of your work couldn't be well understood if the code...

hi, you say at paper that graph is N frame with fully connected, but why graph with 3 node should work at implemetation level?