Closed EthanZhangYi closed 4 years ago
Hey @EthanZhangYi !
That is a very good question. We barely adapt the eval setup from rangenet++. Nevertheless, I will investigate and come back to you once I have a clear answer!
trainer.py
: projected images' pixel-wise IoU
infer.py
and evaluate_iou.py
: point-wise IoU
The latter will be suitable for point clouds SS.
@shinya7y Thanks~
@TiagoCortinhal , I train the SalsaNext and in the log folder three checkpoints are saved,
SalsaNext
,SalsaNext_train_best
andSalsaNext_valid_best
. InSalsaNext_valid_best
, thebest_val_iou
andvalid_iou
are 0.6101. However, I testSalsaNext_valid_best
usinginfer.py
andevaluate_iou.py
, the average iou is 0.590, which is different from 0.6101. Why are they different?