hturki / suds

Scalable Urban Dynamic Scenes
MIT License
199 stars 16 forks source link

Static and dynamic decomposing quality #45

Open ntaquan0125 opened 9 months ago

ntaquan0125 commented 9 months ago

Dear authors,

I attempted to re-conduct the experiments on the Virtual KITTI dataset and observed that the quality of decomposition is good only within the ego-static sequence. However, when the ego car is in motion, it degrades significantly, as illustrated below:

*The model was trained on Scene06 using the file configs/vkitti2-06.yaml

000000-rgb Fig. 1: Clear separation (frame 0)

000535-rgb Fig. 2: Bad separation (frame 267)

000535-forward_flow Fig. 3: Forward flow (frame 267)

In my opinion, the flow estimated from ego motion is mainly the cause here. Could you tell me what adjustment I need to do in order to achieve better separation in this case?

The modification I made in the configuration to suite my hardware:

Thank you!