-
Thank you very much for publishing this work and sharing the models and dataset. I am one of the authors of SalGAN [28] and I was wondering how you fine-tuned SalGAN to this dataset. We developed it i…
-
https://medium.com/vithelper/spatial-and-frequency-domain-image-processing-83ffa3fc7cbc
https://homepages.inf.ed.ac.uk/rbf/HIPR2/fourier.htm
-
Is your model supervised training? How is your L1/perception loss calculated in your model?
- Paired images are needed to calculate L1, and the images in the dataset of `NTIRE2020 Challenge` are a…
-
I conducted a reproduction experiment of domain adaptation from PASCAL VOC to Clipart 1k,
but the loss became NaN during learning.
I am using 4 RTX 2080 Ti and changing the parameters as follows.
…
-
According to my own understanding, when setting "self_train=True" meanwhile "source_sample_mode=True", the source domain needs to use "nway_kshot_dataloader", and the target domain needs to sample acc…
-
Thanks you for sharing the code implementation with the committee. But, the core file, trainer.py, seems not being uploaded here.
-
I have read the paper “Transferable Attention for Domain Adaptation” published in AAAI 2019 and interested a lot. The paper wrote the code and datasets would be available at github.com/thuuml, that is…
-
Hi there,
First of all, nice work!
I'd like to add some labels from target domain for training (pick 100 shapes from target domain to assign the GT labels for training). However, it turns out t…
YiruS updated
4 years ago
-
## タイトル: プロンプト駆動型時間領域適応による夜間UAV追跡
## リンク: https://arxiv.org/abs/2409.18533
## 概要:
低照度環境下での夜間UAV追跡は、ドメイン適応(DA)によって大きな進歩を遂げました。しかし、従来のDAトレーニングベースの手法は、UAVトラッカーの時間的コンテキストの差異を狭めるには不十分でした。この問題に対処するため、本研…
-
Beside the well-kown ChatGPT, now more and more startups and researchers note the great value and potential in OpenAI embedding API (https://platform.openai.com/docs/guides/embeddings). It enables man…