charlesCXK / TorchSSC

Implement some state-of-the-art methods of Semantic Scene Completion (SSC) task in PyTorch. [1] 3D Sketch-aware Semantic Scene Completion via Semi-supervised Structure Prior (CVPR 2020)
MIT License
62 stars 14 forks source link

No code released. #2

Closed renaissanceFinFan closed 4 years ago

renaissanceFinFan commented 4 years ago

I have read your CVPR'2020. Both the idea and the results are impressive. Will you release the code of this paper recently?

charlesCXK commented 4 years ago

Thanks for your attention. We will make our code and data public no later than the end of this year. Our plan is to release a unified framework, which contains multiple models such as SSCNet, DDRNet and our SketchAwareSSC. We'll do it as soon as possible!

charlesCXK commented 4 years ago

@renaissanceFinFan Our code and data on NYU dataset has been released.