Open jalayrupera opened 4 years ago
sys.path.insert(1, '/path/to/StackGAN-master') You have to set the system path for the StackGAN to access folders
@mubeen-ikram Hey - I am running into a similar issue when running:
sh demo/birds_demo.py
I am getting an error which says "ImportError: No module named misc.config"
I have confirmed that the "config.py" file is there in the folder "misc" - do you know why it is having issues finding this module?
I haven't work on the testing of project for quite a long time give me a day or two so i can work on it Thanks
@mubeen-ikram - thanks a lot for the reply! And no need, I have found the solution:
The reason was quite a simple one which was covered by the instructions - you're supposed to add the folder path to the linux PYTHONPATH so that it can find the modules.
Really appreciate you being willing to work on it though!
@mubeen-ikram @jdesouza-ai i am trying to train the model on google colab . How do i add the folder path ?
@mubeen-ikram @jdesouza-ai i am trying to train the model on google colab . How do i add the folder path ?
Brother import to gdrive and copy the path
can u please elobarte how to do it?
traceback (most recent call last): File "misc/preprocess_birds.py", line 10, in
from misc.utils import get_image
ModuleNotFoundError: No module named 'misc'