dkoguciuk / ensemble_learning_for_point_clouds

Code snippets used in the paper: 3D Object Recognition with Ensemble Learning—A Study of Point Cloud-Based Deep Learning Models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pointnet tensorflow version

goog opened this issue · comments

it seems that pointnet has been tested only with Python 2.7, TensorFlow 1.0.1
but why do you use Tensorflow 1.5?

I believe that's not important from my point of view. Reproducibility is obviously a very important thing, but those minor changes between 1.0.1 and 1.5 should not make a big difference, especially in the terms of qualitative analysis.