thusiyuan / cooperative_scene_parsing

Code for NeurIPS 2018: Cooperative Holisctic Scene Understanding: Unifying 3D Object, Layout, and Camera Pose Estimation
http://siyuanhuang.com/cooperative_parsing/main.html
MIT License
101 stars 19 forks source link

Error: [Errno 2] No such file or directory: 'metadata/sunrgbd/train.json' #17

Open DING606 opened 3 years ago

DING606 commented 3 years ago

First, thx for your wonderful work.

I couldn't find the train.json file when compiling the code.The error was reported as follows:

Traceback (most recent call last): File "train.py", line 89, in train_loader = sunrgbd_train_loader(opt) File "/home/yd/cooperative/data/sunrgbd.py", line 134, in sunrgbd_train_loader return DataLoader(dataset=SUNRGBDDataset(op.join(opt.metadataPath, opt.dataset, 'train.json'), random_flip=True, random_shift=False), File "/home/yd/cooperative/data/sunrgbd.py", line 34, in init with open(list_file, 'r') as f: IOError: [Errno 2] No such file or directory: 'metadata/sunrgbd/train.json'

How do I get a train.json file?

Thanks in advance.

thusiyuan commented 3 years ago

Hi,

Did you download all the preprocessed data provided in the repo?

Best,

On Tue, Apr 13, 2021 at 8:22 PM DING606 @.***> wrote:

First, thx for your wonderful work.

I couldn't find the train.py file when compiling the code.The error was reported as follows:

Traceback (most recent call last): File "train.py", line 89, in train_loader = sunrgbd_train_loader(opt) File "/home/yd/cooperative/data/sunrgbd.py", line 134, in sunrgbd_train_loader return DataLoader(dataset=SUNRGBDDataset(op.join(opt.metadataPath, opt.dataset, 'train.json'), random_flip=True, random_shift=False), File "/home/yd/cooperative/data/sunrgbd.py", line 34, in init with open(list_file, 'r') as f: IOError: [Errno 2] No such file or directory: 'metadata/sunrgbd/train.json'

How do I get a train.py file?

Thanks in advance.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/thusiyuan/cooperative_scene_parsing/issues/17, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADGVPF3VAWK7FFEKX22PNVLTIUC7JANCNFSM424QMFAQ .

DING606 commented 3 years ago

Dear SiYuan,       My name is DingYang.First of all, thanks so much for your work,and thank you for getting back to me on such short notice.After I downloaded all the preprocessed files on Github, I could not find any train.json files.As shown in the attached two graphs, only 1. Json these.Could you send me a copy of the train.json file, please.        Thanks in advance.

------------------ 原始邮件 ------------------ 发件人: "thusiyuan/cooperative_scene_parsing" @.>; 发送时间: 2021年4月14日(星期三) 晚上7:05 @.>; @.**@.>; 主题: Re: [thusiyuan/cooperative_scene_parsing] Error: [Errno 2] No such file or directory: 'metadata/sunrgbd/train.json' (#17)

Hi,

Did you download all the preprocessed data provided in the repo?

Best,

On Tue, Apr 13, 2021 at 8:22 PM DING606 @.***> wrote:

> First, thx for your wonderful work. > > I couldn't find the train.py file when compiling the code.The error was > reported as follows: > > Traceback (most recent call last): > File "train.py", line 89, in > train_loader = sunrgbd_train_loader(opt) > File "/home/yd/cooperative/data/sunrgbd.py", line 134, in > sunrgbd_train_loader > return DataLoader(dataset=SUNRGBDDataset(op.join(opt.metadataPath, > opt.dataset, 'train.json'), random_flip=True, random_shift=False), > File "/home/yd/cooperative/data/sunrgbd.py", line 34, in init > with open(list_file, 'r') as f: > IOError: [Errno 2] No such file or directory: 'metadata/sunrgbd/train.json' > > How do I get a train.py file? > > Thanks in advance. > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > <https://github.com/thusiyuan/cooperative_scene_parsing/issues/17&gt;, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/ADGVPF3VAWK7FFEKX22PNVLTIUC7JANCNFSM424QMFAQ&gt; > . >

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.