3dlg-hcvc / cage

[CVPR 2024] Official Implementation of the paper "CAGE: Controllable Articulation GEneration"
https://3dlg-hcvc.github.io/cage/
MIT License
40 stars 2 forks source link

Lack of OODPredDataset in datamodules.datasets #2

Closed YexiongLin closed 3 months ago

YexiongLin commented 3 months ago

Hi, I found this code lacks a module (OODPredDataset) in datamodules.datasets.

ImportError: cannot import name 'OODPredDataset' from 'datamodules.datasets'

SevenLJY commented 3 months ago

Hi @YexiongLin! Thanks for your interest in our work and for pointing this out. We will update our codebase and fix this issue soon while preparing for the camera-ready version.

zcczhang commented 3 months ago

I just wonder if there's any estimated time for this fix? Thank you!

SevenLJY commented 3 months ago

OODPredDataset has been added to the code base. Thanks for your patience.