cross-domain-detection icon indicating copy to clipboard operation
cross-domain-detection copied to clipboard

Cross-Domain Weakly-Supervised Object Detection through Progressive Domain Adaptation [Inoue+, CVPR2018].

Results 8 cross-domain-detection issues
Sort by recently updated
recently updated
newest added

Hi, thanks for sharing the datasets. I find a mismatch issue about an image and its annotation. The image `JPEGImages/681633840.jpg` in Clipart1k dataset has a size of 300*213. But its...

Hello @naoto0804 , Thanks for your good work and for the interesting paper. I would be interested in replicating the detection results you obtained aligning the features extracted by the...

I got an AssertionError when I ran pseudo_label.py: ``` python pseudo_label.py --root datasets/clipart --data_type clipart --det_type ssd300 --gpu 0 --load models/clipart_dt_ssd300 --result datasets/dt_pl_clipart 32 of 500 samples, 8.59 samples/sec, ETA...

There seems to be an issue with the curl command, maybe the file doesnt exist? Or something changed with the url? It's strange because it was working fine last week...

We downloaded the prepare_dt.sh but couldn't find the test set jpgs. It occurs to me that the train jpgs exists, but somehow the test ones are gone. I wonder where...

![image](https://user-images.githubusercontent.com/38450078/221599751-cdf801ed-0abd-4f76-affc-617ee2715893.png) I want to know how to do fine-tune?It's just use source domain FSD as a pre-train model,and start faster rcnn again?Maybe it will lead to catastrophic forgetting according to...

In order to run one of the demos I found that a line in demo.py had to be changed from voc0712 to the name of the model I used: watercolor_dt_ssd300....

--load parameter is now required because the current default voc from chainer can't be loaded and it's in the archived project: https://github.com/chainer/chainercv/blob/master/chainercv/links/model/ssd/ssd_vgg16.py _models = { 'voc0712': { 'param': {'n_fg_class': 20},...