-
由于Windows系统不支持ParallelExecutor这个API,在window环境下跑模型训练,很多都会报如下错误:
![image](https://user-images.githubusercontent.com/37854899/56736539-fa17d080-679a-11e9-85a9-69f72aa25fd5.png)
包括:face_detection、cycle_…
-
You can use this [notebook](https://github.com/BlueBlaze6335/Illicit-Illustrations/blob/main/machine%20learning/Van%20Gogh/CycleGAN_vangogh.ipynb) to generate new filters.
Change the dataset name @…
-
Hi there, 1st of all thanks for this awesome work !
Since we've 'doxed' it in our [HyMPS project](https://forart.it/HyMPS) (under [AUDIO section](https://github.com/FORARTfe/HyMPS#- ) \ [AI-based c…
-
Hello,
I have tried to implement cycle gans on my custom dataset.
I get this error :RuntimeError: Given groups=1, weight of size [64, 1, 7, 7], expected input[5, 64, 70, 70] to have 1 channels, bu…
-
Hello,
we have been using cycle_gan to train on some microscopy tasks but I wanted to know if it were possible to change the code to allow loading of a multi-color image as separate files.
Righ…
-
# Abstract
Generative Adversarial Networks(GAN)은 데이터 생성에서 뛰어난 모습을 보이고 있다. 많은 영역에서 쓰이고 있지만 여전히 안정적인 학습에는 어려움이 따른다. 문제점으로는 Nash-equilibrium, internal covariate shift, mode collapse, vanishing gradient,…
-
First of all, thanks for the great work.
Recently i have implemented an image-level adaptation from CARLA(a simulator) to real urban scenarios using cycle_gan_model.py. But the results are suboptima…
-
发现一个Bug,HPDA/models/cycle_gan_multiD_st_concat_pseudo_causal_model.py line 313,temporal feature和spatial feature位置反了。
修复之后依然无法复现出结果,恳请作者check训练代码无误并放出训练log及预训练模型。
-
**Problem: model always switch from GPU to CPU**
Modifications done for adding the perceptual loss:
So if you want to use perceptual loss while using this amazing CycleGAN do the following:
In …
-
老师你好,我主要研究方向是医学图像融合处理的。在你这篇UMF-CMGR中,请问一下,一般我们是不可知或者根本无法完
全获得形变图像的位移矢量信息(比如,图像发生了局部形变或者全局变换的,以及对于更加复杂的形变中我们一般是无法预知
其自由度大小的),你这种方式相当于提前知道了图像的形变参数,然后在画出相应的形变网格图或者稠密光流图的。但如果不
知道形变参数,只有网络的预测形…