-
Notifications
You must be signed in to change notification settings - Fork 56
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 do inferencing for a given 3d point cloud of room ? #17
Comments
Please refer to https://github.com/art-programmer/FloorNet/blob/master/RecordWriterCustom.py for writing your own data as a tfrecords file. Then you can run inference similar as did in evaluate.py. You don't have to provide images. However, if you don't have images, maybe better to also train the model without images. |
Hello!
By images I meant while writing data into tfrecords file do I have to also provide images which is captured during scanning? |
Yes, you are correct. If you have images, it should be better to provide. If not, you can leave zero values to the image_feature field. |
Hi! So I was trying to use the RecordWriterCustom.py file which you had pointed out earlier to convert custom point cloud scans to tfrecords file.
Now when I am using this file to evaulate :
' ' Thanks |
I am still not able to do prediction on my custom pointcloud data. A detailed insight on this will be greatly appreciated. |
|
Someone was able to solve this? I am getting the exact same problem |
Hello!
Once the model is trained how inferencing from the model is done? If I give an input 3d point cloud of a room can I get output as a floorplan? or do I also need to give images as well.
The text was updated successfully, but these errors were encountered: