facebookresearch / co3d

Tooling for the Common Objects In 3D dataset.
Other
946 stars 74 forks source link

get_eval_batches_map returns wrong shape of results #55

Closed jkulhanek closed 1 year ago

jkulhanek commented 1 year ago

The get_eval_batches_map returns just a single image per evaluation sequence as opposed to the entire eval. sequence as described in the README. I believe the problem is here: https://github.com/facebookresearch/co3d/blob/77ecf83f8cd17d52a3fc38217fe32e14bfd84446/co3d/challenge/io.py#L317

davnov134 commented 1 year ago

Hi, thanks a lot for spotting this. https://github.com/facebookresearch/co3d/commit/83ded49453f287f0a330e7fc4a1bd354878cb517 fixes the issue.