sushant097

Results 6 issues of sushant097

This is the Simple chat Demo. But how to make the group chat in this case.

I am trying to implement The LSTM conditional GAN architecture from this paper [Generating Image Sequence From Description with LSTM Conditional GAN](https://arxiv.org/pdf/1806.03027) to generate the handwritten data. The main architecture...

I am wondering about the application of image translation by SinGAN as discussed by @tamarott in: https://www.youtube.com/watch?v=j9id4UpN9BI&t=571s [![SinGAN](https://img.youtube.com/vi/j9id4UpN9BI/0.jpg)](https://www.youtube.com/watch?v=j9id4UpN9BI&t=571s) How to modify code and achieve that similar output. Any help would...

I am trying to implement The LSTM conditional GAN architecture from this paper [Generating Image Sequence From Description with LSTM Conditional GAN](https://arxiv.org/pdf/1806.03027) to generate the handwritten data. The main architecture...

I want to extract the vessels of brain CTA image. But got this error: `AttributeError: module 'SimpleITK' has no attribute 'VesselnessMeasureImageFilter'`. My code is: ```python import SimpleITK as sitk #...

I try to fine-tune the available InceptionResNet-v2 weights. But only generator weights are available. Is there a way you can provide the full generator and discriminator weights, which can be...