Shubham Wagh

Results 24 comments of Shubham Wagh

Hello! Thanks for the reply. So I am actually trying to use the pre-trained model and want to do inferencing on my pointcloud datatset (2-3 pcd files). So what I...

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. 1) Initially I converted all...

I am still not able to do prediction on my custom pointcloud data. A detailed insight on this will be greatly appreciated.

That's really good. I will definitely take a look at it after holidays.

I was evaluating the performance of the trained model. I get an error `NUM_ICONS is not defined in IP.py` Is that the total number of icons in the icon folder?

Two things not included: 1) from floorplan_utils.py import * -> is not included in IP.py script 2) findMatches function is not included -> which I coped it from QP.py file...

@art-programmer there are lot of bugs in IP.py like NUM_ROOMS has been used instead of NUM_FINAL_ROOMS and similarly for icons etc. This creates index pout of bounds errors. It will...

Fixed the bugs, atleast I am able to evaluate the trained model with the provided dataset.

Now I am able to extract pointclouds from tfrecords. But what I see is the pointclouds have negative RGB values (for the ones I have checked). May I know if...

Yeah, this issue is not yet solved. @mrharicot if you could give some insight on this.