-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No such file or directory: '../data/train.txt' #26
Comments
We can no longer provide the training data due to permission issues. Sorry about that. |
Can I take a look at the structure of train.txt ? I got some other floorplan images, but I dont know how to apply them to this code. |
There is another branch in this repo, add-license-1. There one can find FloorplanTransformation/data/train.txt. The structure is:
and so on. |
@art-programmer Could you at least provide some dummy data to run the code with |
Hello! When I run python train.py --restore=0 I have:
keyname=floorplan task=train started
Traceback (most recent call last):
File "train.py", line 171, in
main(args)
File "train.py", line 25, in main
dataset = FloorplanDataset(options, split='train', random=True)
File "/home/user/FloorplanTransformation-master/pytorch/datasets/floorplan_dataset.py", line 236, in init
with open(self.dataFolder + split + '.txt') as f:
IOError: [Errno 2] No such file or directory: '../data/train.txt'
Tell me please, where can I find this file?
The text was updated successfully, but these errors were encountered: