microsoft / O-CNN

O-CNN: Octree-based Convolutional Neural Networks for 3D Shape Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with implementation of loss_function_seg() in ocnn.py

rnpatien opened this issue · comments

I was getting incorrect results for label_mask when I change ">" to use tf.greater that corrected the problem.

After the change there was an improvement to the rate of convergence.

Note the following comment about using python logic operations https://stackoverflow.com/questions/57056951/using-conditional-expressions-for-tensorflow

Thanks, I will fix this issue in the future commits.