AGN-pytorch icon indicating copy to clipboard operation
AGN-pytorch copied to clipboard

Adversarial Generative Network (AGN) implementation in PyTorch

Results 5 AGN-pytorch issues
Sort by recently updated
recently updated
newest added

when i run the video_inference_cv.py, there is an error: No such file or directory: 'data\\tmp\\G_20epochs_09132019.pth.tar' ` parser.add_argument( '--modelA', type=str, default=os.path.join('data', 'tmp', 'G_20epochs_09132019.pth.tar'), help='Path to model file') parser.add_argument( '--modelB', type=str, default=os.path.join('data',...

As [article](https://towardsdatascience.com/finetune-a-facial-recognition-classifier-to-recognize-your-face-using-pytorch-d00a639d9a79) mentioned, we need build a facial recognition classifier first. ![image](https://user-images.githubusercontent.com/30014931/190190960-42c627cb-fa91-4980-8fcd-642eb2c71f59.png) But as the picture shows, the FRT Loss didn't drop during training. Thank you for your time and...

Dear sir , I have trouble running your code since I have not found the IMG_2411.MOV, and I was a little confused about the generation of 'agn_me_extras160/Michael_Chaykowsky/*.png' because it depends...

![image](https://github.com/user-attachments/assets/cbc2caec-d566-4266-a6ea-d5a69b975ea5) Hi, i tried running the sample inference code provided `python video_inference_cv.py --file camera`, but was met with this error, is there a missing .tar file?