-
Hi, I noticed that in this repo, you used the detached enhanced feature to calculate content loss:
https://github.com/Flashkong/Source-Free-Object-Detection-by-Learning-to-Overlook-Domain-Style/blo…
-
Where can I get a pre-trained models, decoder.pth and vgg_normalised.pth
-
Hi, friend, your work is very exciting and wonderful. But I want to know that if the code for different task especially local editing is included in the code you reaveal? Or your code is just used to …
-
Hi, I train the vae model as the readme part tells. But the training loss become nan. I use 4 gpu and 40 batchsize. And I keep the left the same in the repo.
-
Environment:
TensorFlow 2.8
4 vCPUs, 15 GB RAM
NVIDIA Tesla T4 x 1 (GPU)
OOM happens quickly at around 10th step of the first epoch.
Error message:
-----------------------------…
-
Hi, thanks for sharing the codes from your research.
In the pre-trained model preparation, do you know where I can find the files (vgg_normalised.pth, decoder.pth, vae.pth, etc)? Thanks!
-
@SerialLain3170
Sorry, my english is poor.
I train a reference_adain model (15 epochs), and test it using Adeliene GUI.
**However, In testing stage, the generated result looks very strange.**
…
-
In my experience [CodeFormer](https://github.com/sczhou/CodeFormer) can work a fair bit better than GFPGAN (aside from the lack of smooth blending with the background). May be worth implementing as an…
-
Hi,
I encountered bugs when I try to switch from resnet-18 to resnet-50 on PACS dataset using DDG (i.e., set 'resnet18' to False in hparams_registry.py). Problem seems to appear in the AdaINGen mod…
-
I reproduced the network arch of animeganv3's generator, could I release it in my repo?
by the way, I notice that you modified the AdaIN with self-adaptive affine transform directly from 3x3_conv out…