MixNMatch icon indicating copy to clipboard operation
MixNMatch copied to clipboard

Pytorch implementation of MixNMatch

Results 12 MixNMatch issues
Sort by recently updated
recently updated
newest added

Hi, does the first p in the mutual information discriminator D(P|Pfm) used in the parent phase of FineGAN refer to the latent code p or the generated fake image p,I...

Hey, Thanks for the great work and releasing the code. I was wondering how to set the ratio(76/64) at the resize part here https://github.com/Yuheng-Li/MixNMatch/blob/21095b3581c7d47f67ed1bb360ca8ac3db6c299f/code/datasets.py#L57 , To extend the work to...

I finished reading this paper . the paper said we only require a loose bounding box around the object to model background, But the author didn't explain it in detail....

Hey, guys your work is so interesting, that I want to setting up this model but having issues in doing that, Can you please refer me some videos of it...

Thanks for a nice package! Just wanted to point out that there are more requirements than what is stated in the README file; in addition to the ones already listed:...

Hey ! Amazing work guys !!! I am able to download the data but when I try the pretrained models it says Error 404 page not found. Just wanted to...

Hello. I love this repo and I'd like to use it. Colab notebooks tend to be easy to set up, I tried doing it just now and was unable to....

Hii @Yuheng-Li @utkarshojha @kkanshul @Johnson-yue I am trying to generate full body human using this model but when we train this model on custom dataset result was bad after training...

I tried the sample code and concernd about how can I print the EG_Loss? Thank You.

@Yuheng-Li Can you explain how transfer learning can be done on this model.