You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install it on my PC but failed. I did not understand this part:
To infer single image, run:
make infer CODE=scripts/whiteboxirgfgan.py CKPT=[checkpoint path] EXTRA=image_path:[image path]
where checkpoint path is the path of the .ckpt file you want its weights e.g. logs/whiteboxirgf/version_3/checkpoints/epoch=19.ckpt and image path is the path of the image.
To infer all images in a directory, run:
make infer CODE=scripts/whiteboxirgfgan.py CKPT=[checkpoint path] EXTRA=image_path:[image dir]
On Anaconda Powershell I get only this message: Make not recognized as a name of Cmdlet etc.
Could you make a Google Colab notebook so that I can see how it runs with image sequences (for video input via single JPEGS or PNG)? Thank you!
The text was updated successfully, but these errors were encountered:
I tried to install it on my PC but failed. I did not understand this part:
To infer single image, run:
make infer CODE=scripts/whiteboxirgfgan.py CKPT=[checkpoint path] EXTRA=image_path:[image path]
where checkpoint path is the path of the .ckpt file you want its weights e.g. logs/whiteboxirgf/version_3/checkpoints/epoch=19.ckpt and image path is the path of the image.
To infer all images in a directory, run:
make infer CODE=scripts/whiteboxirgfgan.py CKPT=[checkpoint path] EXTRA=image_path:[image dir]
On Anaconda Powershell I get only this message: Make not recognized as a name of Cmdlet etc.
Could you make a Google Colab notebook so that I can see how it runs with image sequences (for video input via single JPEGS or PNG)? Thank you!
The text was updated successfully, but these errors were encountered: