lpk
lpk
Could I ask you a question? I trained a network and then used this network to process the image sequence and the Caffe framework is adopted. When I started one...
Hi, I find it doesn't work well for high resolution pictures (1280x853), the performance is terrible. So, this work is limited to small pictures ? Thanks.   
Excuse me. I am confused by the vgg_loss, why 2e-6 is multiplied in the vgg loss? vgg_loss = 2e-6 * tl.cost.mean_squared_error(feature_fake, feature_real, is_mean=True) I try to remove the 2e-6 in...
Hi, thanks for your contribution. I want to use tensorrt with tftrt to accelerate my code on windows, does the tensorflow_cc.dll contain tensorrt ? Thanks in advance.
Hi I build the codes on windows successfully, but when I Run the exe, there is nothing. How can I input videos to the exe ? I'm a new bee...
when I run training code, it reports ModuleNotFoundError: No module named 'torchvision.transforms.functional_tensor' my environment: Mac M1 chip python 3.9 torch 1.10.2 torchvision 0.2.2 Should torchvision.transforms.functional_tensor be torchvision.transforms.functional ? Need help
I encounter the error when I run the command "butterflow -r 2x test.mp4". I use python 2, and i compile and install the butterflow on centos 7.2 . [root@master_node butterflow]#...
Hi, Thanks for your codes at the first. I am confused by a phenomenon. I have trained 3 nets with sigma = 5,10,15 respectively and I get a noised picture...