How to get floorplan_test.json
SuroshAhmadZobair opened this issue · 7 comments
Hi
Thanks and congrats on this great repo!
When i run :
python run.py floorplan
I get FileNotFoundError: [Errno 2] No such file or directory: 'data/floorplan/floorplan_test.json'
Where can I get teh floorplan_test.json?
Thanks in advance
Hi, thanks for your interest!
As mentioned in the readme file, you can download all data files from here.
I downoaded the dataset from the link shared, yet I cannot find the floorplan_train.json file. Could you please direct me towards it?
yes,i'm also meet the same trouble, no train.json, have you solve it?
The json file for each stage is stored under each stage's "T5" subfolder, e.g., Tell2Design Data/Separated Data/1st_finetune_data/T5/floorplan_train_wo_human.json
where should I save the dataset files? if my project root is located in E:\8-Floorplan\Tell2Design-main, I extract all files from your dataset and put them into my root folder, right?
for this question, I need just create a data/floorplan/floorplan_test.json as subfolder and files? thanks for your kind reply
You can check the code for data loading paths. Thanks.
I have the same error message, did any one solve this issue? I'm wondering Which json files I need to put to data/floorplan/
@LengSicong Can you tell us which code we should look at?