Pytorch-Implemented-Deep-SR-ITM
Pytorch-Implemented-Deep-SR-ITM copied to clipboard
use the pretrained files to run ./test.py, generate the png with black color.
I try to run python test.py under env you mentioned. unlucky, the png is black. model_path=./checkpoint/full_net/full_net_270.pth 2 graphic hardwares : Quadro TRX 2000 only changed code is: validate=false.
maybe you got a 16bit YUV picture back. You need to reformat it inti RGB using CV2? Maybe my script can help you.