diffConvNet icon indicating copy to clipboard operation
diffConvNet copied to clipboard

about the 3D Scene Segmentation

Open CodeWZT opened this issue 2 years ago • 5 comments

Hi, thanks for sharing the code. I try to retrain the 3d scene segmentation task on my computer. I get some bugs when I start to train the model. show as below: `Train 0, loss: 1.834570, train acc: 0.527190, train avg acc: 0.112260, train iou: 0.075878, mean iou: 0.479272

Test 0, loss: 1.757209, test acc: 0.546379, test avg acc: 0.111111, test iou: 0.068297, mean iou: 0.692278

Train 1, loss: 1.718582, train acc: 0.581674, train avg acc: 0.111090, train iou: 0.072744, mean iou: 0.69713

Test 1, loss: 1.735542, test acc: 0.546379, test avg acc: 0.111111, test iou: 0.068297, mean iou: 0.692278` As you can see, the Test mean iou is not changed, it keeps the value stable (0.692278). Can you give me some suggestions?

CodeWZT avatar Aug 23 '22 05:08 CodeWZT

Hi, We appreciate your interest in our work! I have rerun the whole pipeline from zero, and unfortunately, there is no such bug from my side. Could you check the preprocessed dataset as well as the dependencies? I am training the network on a GTX 1080 Ti, with PyTorch==1.9.0, and CUDA==11.6.
image

mmmmimic avatar Aug 23 '22 08:08 mmmmimic

I have the same issue when running the code, with CUDA 11.6.

d62lu avatar Dec 06 '22 05:12 d62lu

I have the same issue when running the code, with CUDA 11.6.

Hi! Could you provide more details for me to reproduce the bug? Thank you!

mmmmimic avatar Dec 06 '22 08:12 mmmmimic

I have the same issue too, with ubuntu20, pytorch1.8, and cuda11.1.

Yellowshuohahaha avatar Jan 30 '23 08:01 Yellowshuohahaha

Hi! My apologies for the very late reply! if you are still interested please check issue #7

mmmmimic avatar Apr 11 '23 20:04 mmmmimic