gautam678 / Pix2Depth

DEPRECATED: Depth Map Estimation from Monocular Images
GNU General Public License v3.0
354 stars 83 forks source link

import inf_cycle error #21

Closed Heng14 closed 3 years ago

Heng14 commented 6 years ago

Hello, really thank you for the nice job. I tried to run app.py but got a 'No module named 'inf_cycle'' error. Is that a file you forgot to release? Thank you for your help~

adam-dziedzic commented 6 years ago

Yes, I think that you didn't commit inf_cycle into your repo. It'd be nice if you could add it.

abhijay9 commented 5 years ago

Hi, The issue is still there,

Traceback (most recent call last):
  File "main.py", line 12, in <module>
    from inf_cycle import test, test_dep
ImportError: No module named inf_cycle

Please can you commit that file. It'll be really helpful.

ShubhamMandwe commented 5 years ago

Hi @gautam678 can you please fix this issue. We're not able to find this module. Please commit it asap

Your idea and scripts are really nice. Look forward to get more help from you.

Thanks & Regards, Shubham.

keacifer commented 5 years ago

the same error

gautam678 commented 5 years ago

@maximus009 Could you help with this?

maximus009 commented 5 years ago

I think we need to link the cycle-gan implementation to solve this issue.

As most of you guessed, this implementation sits in another file that (for security reasons) could not be committed.

@gautam678 We can isolate the implementation and include it with what we can make publicly available.

MeghaMaheshwari commented 5 years ago

@gautam678 : Is this issue resolved?

amirea commented 4 years ago

Hello @maximus009, can't you link the same cycleGan implementation used for training? I'm missing something...

lzq2369 commented 4 years ago

PS C:\Pix2Depth-master> python .\app.py Using TensorFlow backend. Traceback (most recent call last): File ".\app.py", line 2, in from main import pix2depth, portrait_mode, depth2pix File "C:\Pix2Depth-master\main.py", line 11, in from config import CONFIG ModuleNotFoundError: No module named 'config'

I can't find the config .could you help me?

anasr91 commented 4 years ago

@gautam678 & @Heng14 what should we do about this?

MAli-Farooq commented 3 years ago

@gautam678 it still seems to be un-resolved ..

gautam678 commented 3 years ago

@MAli-Farooq It's been a while since I looked at this repo. I don't plan on supporting this repo anymore.

jencyraj commented 3 years ago

pip install config