Tom Hemmes
Tom Hemmes
I followed these steps in the process of running Semantic segmentation on http://semantic3d.net/ dataset. 1. Download data 2. Unzip 3. Match data and labels 4. Read batches and write to...
@manik9000 Thanks for the reminder. I will publish some example notebooks later today. I put up some excerpts from my code here: https://github.com/themmes/pointcloud-example-notebooks/tree/master/pointnet-related. Note: for demonstration purposes I used the...
Absolutely my bad, the "enum" is missing a type definition!
Maybe I shouldn't close this, as it might be considered an issue that the library does not handle is very gracefully
@koxudaxi I see you want to receive feedback. What exactly would you like to know? My 2 cents: 1. Yes, error messages should always be actionable 2. I think by...
I've been building on an app to assist my dad to do his building inspections. It's been a great how IHP has enabled me to build this project with him...
Indeed the process of adding properties was something I would miss in your original proposal, really like this additional suggestion! On the function name, why `..with_properties` though? If `properties` is...
Dear @daavoo, you raised this issue adding PointNet, but included VoxNet so far. What direction is this going?
I have been trying to work my way around this, however no success so far. My use case, I have a large gzipped csv that I would like to split...
Btw, I am using `smart_open` because the goal is to be using this with data from AWS S3