-
Notifications
You must be signed in to change notification settings - Fork 174
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
how to make prediction on a floorplan image with pytorch version #18
Comments
@art-programmer Thanks for converting the code to
|
@manneshiva how did you run "pip install -r requirements.txt". I got this error message:
|
I am not sure the reason. Maybe you need to follow the official installation instruction on the pytorch website then. |
Sorry for the late response. I didn't have time to fully train and evaluate the model with the PyTorch code. I will work on the prediction code once I have time, but for now you may want to refer to the testOneEpoch function under train.py. You only need to change the data loading part in that function for inference. |
@chenliu-wustl Hi! |
@riti1302 I think I could run this prediction. You need to add try except in the source code below because by default, this code tries to load annotation data. FloorplanTransformation/pytorch/datasets/floorplan_dataset.py Lines 284 to 301 in 929e7a3
|
Hi chenliu ,how to make prediction on a floorplan image with PyTorch version???
The text was updated successfully, but these errors were encountered: