MCD_DA icon indicating copy to clipboard operation
MCD_DA copied to clipboard

Results 27 MCD_DA issues
Sort by recently updated
recently updated
newest added

Hi, could you share the files of synth traffic dataset or where I can download it? I can't find this dataset in the Internet. Thanks.

`(pytorch1.1) zgm@zgm-icv:~/Lufei/MCD_DA/segmentation$ python adapt_trainer.py gta city --net drn_d_105 Downloading: "https://tigress-web.princeton.edu/~fy/drn/models/drn_d_105-12b40979.pth" to /home/zgm/.cache/torch/checkpoints/drn_d_105-12b40979.pth Traceback (most recent call last): File "adapt_trainer.py", line 69, in is_data_parallel=args.is_data_parallel) File "/home/zgm/Lufei/MCD_DA/segmentation/models/model_util.py", line 51, in get_models model_list...

I have tried to rerun the segmentation part of the code in python 2.7 and I was unable to reproduce the result in the paper. I have noticed several differences....

Hi, this link http://crcv.ucf.edu/data/adaptationseg/ICCV_dataset.zip is lost. Do you know where to download this dataset instead?

Typing error: replace self.opt.max_dataset_size with self.max_dataset_size

The paper said that the source-only accuracy of USPS->Mnist is 0.634. But I can only get the accuracy of nearly 0.2~0.3 in USPS->Mnist by using the same network. Does anyone...

could you give me the dataset in your paper named "misnt_data.mat"? I can't find it in the internet.

The classification code seems to be running "test" on every epoch and is printing the test accuracy. Which of these accuracies do you report? How is the model selection done?...

In Table 1 the paper shows very high scores (more than 90%) in the digit classification tasks. So the question is that the testing set is merely the target-domain testing...

Congratulations, you have done a great job. am confused that whether you can publish the codes about visualization in figure 4? As hown bellow: ![image](https://user-images.githubusercontent.com/27360803/69601836-7e437680-1050-11ea-9f69-6aa5774d67ce.png) Thank you very much. Looking...