Closed Ritchizh closed 2 years ago
Hi,
I use MatLab to visualize, you can also choose other tools.
For the progress:
@mutianxu thank you for the reply!
pred_choice = seg_pred.data.max(1)[1]
will produce output of bn1, points coordinates should be the same as in input - what do you mean by projection? @mutianxu thank you for the reply!
- b - is the number of batches in 1 epoch? n - number of points in 1 batch?
- As I understand, 3 in input are RGB, 50 in output are labels.
pred_choice = seg_pred.data.max(1)[1]
will produce output of bn1, points coordinates should be the same as in input - what do you mean by projection?
Hi! I'm following your 3D Shape Part Segmentation work. Could you please provide instuctions how to visualize predictions like in the paper:
In main.py
test()
we get predictions for batches: https://github.com/CVMI-Lab/PAConv/blob/696d36844e6b2f475f732579c24f67ae8059449d/part_seg/main.py#L370-L371 How to combine them into predictions for an individual test file?