SfSNet-PyTorch
SfSNet-PyTorch copied to clipboard
No module named 'sfs_net_model'
Hi there!
I was trying to run your implementation, but it seems there is a dependency missing on my side, specifically the SfSNet from line 22 of main_mix_training.py
from sfs_net_model import SfSNet as sfsnet_pretrained_model
do you know how can I obtain this dependency? I did not find it in the project and I wasn't successful in finding it with pip.
Cheers!