NVIDIA / MinkowskiEngine

Minkowski Engine is an auto-diff neural network library for high-dimensional sparse tensors
https://nvidia.github.io/MinkowskiEngine
Other
2.43k stars 358 forks source link

RGB vs all-one vector features #386

Open WilliamKRobert opened 3 years ago

WilliamKRobert commented 3 years ago

Should we expect to get better performance when add RGB as the feature in the sparse tensor? For my application, instead I found performance drop when using RGB ( I did normalize the values to [-0.5, 0.5] as shown in given examples). Any thoughts?

Coinc1dens commented 1 year ago

Have you ever solved this problem or figure anything out?