cleinc / bts

From Big to Small: Multi-Scale Local Planar Guidance for Monocular Depth Estimation
GNU General Public License v3.0
628 stars 177 forks source link

ImportError: No module named resnet_utils #78

Open liangwx opened 4 years ago

liangwx commented 4 years ago

I try many codes as follows, which didn't work at all:

  1. conda install resnet_utils: 图片

  2. anaconda search -t conda resnet_utils: 图片

  3. pip install resnet_utils: 图片

Maybe I could download the resnet_utils.py from other repository in github, which is Not authoritative? @cogaplex-bts

jucic commented 3 years ago

I tried the methods you mentioned above too, but they didn't work. and I tried to use resnet_utils.py from other repo. such as https://github.com/priya-dwivedi/Deep-Learning/blob/master/resnet_keras/resnets_utils.py, it reports AttributeError: module 'resnet_utils' has no attribute 'resnet_arg_scope', which means it's not the one we want.

pjckoch commented 3 years ago

I also encounter the same problem.

noamholz commented 3 years ago

This link may help https://github.com/tensorflow/models/blob/r1.13.0/research/slim/nets/resnet_utils.py