wtliao / text2image

Text to Image Generation with Semantic-Spatial Aware GAN
175 stars 34 forks source link

FileNotFoundError: File b'../data/coco\\CUB_200_2011/bounding_boxes.txt' does not exist #24

Open bodalapallepavansai opened 1 year ago

bodalapallepavansai commented 1 year ago

AttnGAN-master\code>python pretrain_DAMSM.py --cfg cfg/DAMSM/bird.yml --gpu 0 Using config: {'B_VALIDATION': False, 'CONFIG_NAME': 'DAMSM', 'CUDA': True, 'DATASET_NAME': 'birds', 'DATA_DIR': '../data/birds', 'GAN': {'B_ATTENTION': True, 'B_DCGAN': False, 'CONDITION_DIM': 100, 'DF_DIM': 64, 'GF_DIM': 128, 'R_NUM': 2, 'Z_DIM': 100}, 'GPU_ID': 0, 'RNN_TYPE': 'LSTM', 'TEXT': {'CAPTIONS_PER_IMAGE': 10, 'EMBEDDING_DIM': 256, 'WORDS_NUM': 18}, 'TRAIN': {'BATCH_SIZE': 48, 'B_NET_D': True, 'DISCRIMINATOR_LR': 0.0002, 'ENCODER_LR': 0.002, 'FLAG': True, 'GENERATOR_LR': 0.0002, 'MAX_EPOCH': 600, 'NET_E': '', 'NET_G': '', 'RNN_GRAD_CLIP': 0.25, 'SMOOTH': {'GAMMA1': 4.0, 'GAMMA2': 5.0, 'GAMMA3': 10.0, 'LAMBDA': 1.0}, 'SNAPSHOT_INTERVAL': 50}, 'TREE': {'BASE_SIZE': 299, 'BRANCH_NUM': 1}, 'WORKERS': 1} C:\Users\bodal\AppData\Local\Programs\Python\Python37\lib\site-packages\torchvision\transforms\transforms.py:285: UserWarning: The use of the transforms.Scale transform is deprecated, please use transforms.Resize instead. warnings.warn("The use of the transforms.Scale transform is deprecated, " + Traceback (most recent call last): File "pretrain_DAMSM.py", line 243, in transform=image_transform) File "C:\Users\bodal\Downloads\AttnGAN-master\code\datasets.py", line 110, in init self.bbox = self.load_bbox() File "C:\Users\bodal\Downloads\AttnGAN-master\code\datasets.py", line 126, in load_bbox header=None).astype(int) File "C:\Users\bodal\AppData\Local\Programs\Python\Python37\lib\site-packages\pandas\util_decorators.py", line 311, in wrapper return func(*args, kwargs) File "C:\Users\bodal\AppData\Local\Programs\Python\Python37\lib\site-packages\pandas\io\parsers\readers.py", line 586, in read_csv return _read(filepath_or_buffer, kwds) File "C:\Users\bodal\AppData\Local\Programs\Python\Python37\lib\site-packages\pandas\io\parsers\readers.py", line 482, in _read parser = TextFileReader(filepath_or_buffer, kwds) File "C:\Users\bodal\AppData\Local\Programs\Python\Python37\lib\site-packages\pandas\io\parsers\readers.py", line 811, in init self._engine = self._make_engine(self.engine) File "C:\Users\bodal\AppData\Local\Programs\Python\Python37\lib\site-packages\pandas\io\parsers\readers.py", line 1040, in _make_engine return mapping[engine](self.f, **self.options) # type: ignore[call-arg] File "C:\Users\bodal\AppData\Local\Programs\Python\Python37\lib\site-packages\pandas\io\parsers\c_parser_wrapper.py", line 51, in init self._open_handles(src, kwds) File "C:\Users\bodal\AppData\Local\Programs\Python\Python37\lib\site-packages\pandas\io\parsers\base_parser.py", line 229, in _open_handles errors=kwds.get("encoding_errors", "strict"), File "C:\Users\bodal\AppData\Local\Programs\Python\Python37\lib\site-packages\pandas\io\common.py", line 707, in get_handle newline="", FileNotFoundError: [Errno 2] No such file or directory: '../data/birds\CUB_200_2011/bounding_boxes.txt'

bodalapallepavansai commented 1 year ago

Hi,

I am facing this issue when using birds dataset. Please help me. I couldn't find Bounding_boxes.txt in cub 200 211 dataset.

Regards Pavan