TUI-NICR / ESANet

ESANet: Efficient RGB-D Semantic Segmentation for Indoor Scene Analysis
Other
236 stars 51 forks source link

About confusion_matrix.py #54

Closed finetune-master closed 1 year ago

finetune-master commented 1 year ago

Could I use ConfusionMatrixPytorch in confusion_matrix.py to replace ConfusionMatrixTensorflow?

danielS91 commented 1 year ago

If I remember correctly, yes you can. The TensorFlow version was faster at the time of the release.