nankepan

Results 17 issues of nankepan

hi,when i ran th code on fsod it was fine,but i got this error when i trained my dataset,could you give me some advice? ![20210414192449(1)](https://user-images.githubusercontent.com/82510548/114702846-32977880-9cea-11eb-98c2-cf2cb831ed17.png)

Thanks for your great work! Can you provide the RefCOCO/+/g json files? I din't find them in this repository. ![1663920380189](https://user-images.githubusercontent.com/82510548/191917579-107453bb-4929-44a2-877c-68a02eaaf2c4.png)

It seems that the robustness of model is not good. There is a big performance gap between models trained by the same code. Can this prolem be fixed by increase...

HI, When I train a model with num_workers>1, it is possible to stuck on this line: https://github.com/scutpaul/DANet/blob/f0bc57d9b2641c4dda9ce70e2c6f240ce2789069/test_DAN.py#L137 Then I debug and find that it stucks on this tow lines: https://github.com/scutpaul/DANet/blob/f0bc57d9b2641c4dda9ce70e2c6f240ce2789069/libs/dataset/YoutubeVOS.py#L156...

I wonder if the test result based on epoch_100.pth.tar or model_best.pth.tar

Is all static images datasets for Pre-training the training set or both training and val set? Is static images datasets COCO for Pre-training the coc2014 training set or coco2017 training...

Hi, the link (https://drive.google.com/file/d/1Lj-oBzBNUsAqA9y65BDrSQxirV8S15Rk/view?usp=sharing) and [SegmentationClassAug] are invalid, could you provide a new one. Thanks.

I trained a stdit model with webvid. The generated videos are shaking and unstable. Can you give me some reasons or suggestions?Is there some training tricks? https://github.com/hpcaitech/Open-Sora/assets/82510548/57a06b2f-6dc4-4752-af4d-9f10625ba4e9 https://github.com/hpcaitech/Open-Sora/assets/82510548/5906d127-e874-442e-bdd9-fa563502d5f5 https://github.com/hpcaitech/Open-Sora/assets/82510548/49c48e82-ba2b-4748-9b26-5346ca4f0524

Hi, I have a question. Should I freeze the non-temporal parameters during training? Thank you!

Hi, how to get results(Table 3) of image based few shot methods(PMMs, PFENet and PPNet) in paper? Should I use their pretrained models to test on Youtube-VIS dataset, or train...