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
Hi, I unpacked DeepMosaics_0.5.1_gpu and installed Cuda, but an error message always appears. When I want to unpixelate a video, I get this message:
..\DeepMosaics\DeepMosaics_0.5.1_gpu\core\torchvision_init_.py:26: UserWarning: You are importing torchvision within its own root folder (..\DeepMosaics\DeepMosaics_0.5.1_gpu\core). This is not expected to work and may give errors. Please exit the torchvision project source and relaunch your python interpreter.
Please check mosaic_position_model_path!
In Step 2 I loaded the clean_youknow_resnet_9blocks.pth and that's what's at the bottom of the window:
That's probably related to a PyTorch update. I didn't use the DeepMosaics for a long time, in the meanwhile I've updated Python's components several times and today I've started experiencing the same issue.
Hey, I got the fix.
Just like it said, they can't be in the same root folder.
You need to move the "pretrained_models" folder to completely outside the "DeepMosaics_0.5.1_gpu" folder.
Hi, I unpacked DeepMosaics_0.5.1_gpu and installed Cuda, but an error message always appears. When I want to unpixelate a video, I get this message:
..\DeepMosaics\DeepMosaics_0.5.1_gpu\core\torchvision_init_.py:26: UserWarning: You are importing torchvision within its own root folder (..\DeepMosaics\DeepMosaics_0.5.1_gpu\core). This is not expected to work and may give errors. Please exit the torchvision project source and relaunch your python interpreter.
Please check mosaic_position_model_path!
In Step 2 I loaded the clean_youknow_resnet_9blocks.pth and that's what's at the bottom of the window:
cd ./core&start deepmosaic.exe --mode auto --media_path (videopfad).mp4 --model_path ...\DeepMosaics\clean_youknow_resnet_9blocks.pth --fps 0 --gpu_id -1 -ss 00:00:00 -t 00:00:00 --result_dir ../result --mask_threshold 64
The text was updated successfully, but these errors were encountered: