You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a couple of questions regarding training, inference and learning map from semantic-kitti.yaml. The number of classes are hard coded in cfgs/<MODEL>.yaml and semantickitti_utils.py, while the class probabilities (See 'content' in this config file) are not used for loss regularization? Did I understand this correctly?
For example, SalsaNext accepts a user specified semantic-kitti.yaml that contains learning map, class probabilities, color information etc during training. For inference, the same file has to be used for accurate results. Do you plan on supporting this? I am willing to help you with this, under the assumption that I understand your codebase correctly
Thank you for this great repo!
I have a couple of questions regarding training, inference and learning map from
semantic-kitti.yaml
. The number of classes are hard coded incfgs/<MODEL>.yaml
andsemantickitti_utils.py
, while the class probabilities (See 'content' in this config file) are not used for loss regularization? Did I understand this correctly?For example, SalsaNext accepts a user specified
semantic-kitti.yaml
that contains learning map, class probabilities, color information etc during training. For inference, the same file has to be used for accurate results. Do you plan on supporting this? I am willing to help you with this, under the assumption that I understand your codebase correctlyUpdate: found the hardcoded weights
The text was updated successfully, but these errors were encountered: