luis-gonzales / pointnet_own

Personal implementation of PointNet in TF 2.0
80 stars 27 forks source link

Transform 1 .off file to .npy #5

Closed albertotono closed 3 years ago

albertotono commented 3 years ago

Dear @luis-gonzales. awesome work .

I tested the inference with your airplane, and it works great, I saw that on utils there is the process to convert

.off --> .ply .ply --> .pcd .pcd --> .np.py

Can I use this workflow with a single file?

I did this python utils/off_to_ply.py 'chair.off'but I got nothing

If so how?

Thanks again

albertotono commented 3 years ago

I was able to translate to a .npy but I got this

plant   0.2865370512008667
flower_pot      0.18252810835838318
bookshelf       0.12776464223861694
piano   0.113689124584198
monitor 0.08911019563674927

Even if it was a chair -.-

Here my file chair.zip

albertotono commented 3 years ago

Screenshot from 2020-11-23 21-44-02

This is how it looks in Pytorch3d , this is a sampled from a reconstruction.

I guess pointnet, is not that good in recognizing partial reconstructions.