ReCoNet-PyTorch
ReCoNet-PyTorch copied to clipboard
Realtime Coherent Style Transfer for Videos
https://github.com/safwankdb/ReCoNet-PyTorch/blob/8d6d98a32968d87c5ae26aed0aae0adb3dfa94f6/totaldata.py#L112-L115 Here the shape of flow has been permuted, so it should be `flow[0, :, :] *= float(flow.shape[1])/originalflow.shape[0]`, `flow[1, :, :] *= float(flow.shape[2])/originalflow.shape[1]`
Hello, it's so luck to find the source code! I have a problem about the dataset. How do you get the mask data? > img1 = io.imread(path+"frame_"+num1+".png") img2 = io.imread(path+"frame_"+num2+".png")...
Great work! Could you share PyTorch's *.pth model files just for the ease of kick-starting with the project?