VDD-DAOD
VDD-DAOD copied to clipboard
Vector-Decomposed Disentanglement for Domain-Invariant Object Detection
大佬,我看训练文件中有这句代码:im_cls_lb.resize_(data_s[2].size()).copy_(data_s[2]),im_cls_lb是表示什么意思,我有点不太明白,希望能解答一下,谢谢
Thank you for your code. However, when I download the datasets from your shared link, I found that there's no "val.txt". As a result, what's your approach to evaluate these...
When I run CUDA_VISIBLE_DEVICES=4 python3.6 da_train_net_gl.py --max_epochs 20 --cuda --dataset dc --dataset_t nr --bs 1 --da_use_contex --lc --gc, I meet the following error ImportError: /home/lbb/DLProjects/VDD-DAOD/lib/model/_C.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN6caffe28TypeMeta21_typeMetaDataInstanceIdEEPKNS_6detail12TypeMetaDataEv my environment...
Thanks for your great work. I have a question that how to get the heatmap posted on Figure 8 in your paper. Could you give me some advice, maybe it's...
Hi,Thanks for your great work. It seems that the implementation of vgg16 is not complete?
Thank you for your code release and management. I'd like to run your code. Could you let me know the environment of your setting? such as python, torch version, cuda,...
Thanks for your interesting work. I'm impressed with your method which is simple and effective. I'm looking forward to your code release. Also, I have a question about your method....