Haoxin Chen

Results 7 comments of Haoxin Chen

这是一份好的工作,值得耐心等待~

hi, if you need to train the model, you should use **train_DAN.py**. the default setting for training **num_workers** is 4 https://github.com/scutpaul/DANet/blob/f0bc57d9b2641c4dda9ce70e2c6f240ce2789069/train_DAN.py#L46 https://github.com/scutpaul/DANet/blob/f0bc57d9b2641c4dda9ce70e2c6f240ce2789069/train_DAN.py#L82

hi, you can download our conda yaml to create the python env. [FSVOS.yaml.zip](https://github.com/scutpaul/DANet/files/8699326/FSVOS.yaml.zip)

hi, we use model_best.pth.tar to test. https://github.com/scutpaul/DANet/blob/f0bc57d9b2641c4dda9ce70e2c6f240ce2789069/test_DAN.py#L124

The performance of different epochs in the same training session is different, and we choose the best epoch for evaluation. https://github.com/scutpaul/DANet/blob/f0bc57d9b2641c4dda9ce70e2c6f240ce2789069/train_DAN.py#L164 By setting the number of “sample_per_class”, you can adjust...

1. You can estimate the performance of the training model by checking the performance in the validation set for several training sessions. 2. During testing, since each support set is...

Thanks for your interest. We train those models on Youtube-VIS. You can use our training code, the training process is similar to training our DAN model. The training config of...