Simple-Robotics / cosypose

Code for "CosyPose: Consistent multi-view multi-object 6D pose estimation", ECCV 2020.
MIT License
69 stars 15 forks source link

"Encountered 1 file(s) that should have been pointers, but weren't" #9

Open swtyree opened 1 year ago

swtyree commented 1 year ago

Hi all, simple issue here: it looks like the file notebooks/gifs/scene_ds=ycbv.test.keyframes-scene=55-nviews=5-scene_group=334.gif should be using LFS but isn't. I haven't seen any downstream effects beyond the warning message from git.

$ git clone https://github.com/Simple-Robotics/cosypose.git
Cloning into 'cosypose'...
remote: Enumerating objects: 323, done.
remote: Counting objects: 100% (36/36), done.
remote: Compressing objects: 100% (31/31), done.
remote: Total 323 (delta 14), reused 21 (delta 5), pack-reused 287
Receiving objects: 100% (323/323), 46.39 MiB | 30.01 MiB/s, done.
Resolving deltas: 100% (85/85), done.
Encountered 1 file(s) that should have been pointers, but weren't:
        notebooks/gifs/scene_ds=ycbv.test.keyframes-scene=55-nviews=5-scene_group=334.gif
swtyree commented 1 year ago

I just realized that I didn't clone with --recurse-submodules, so the git output above is incomplete. But the LFS issue is still present when cloning recursively.

STaliani commented 7 months ago

Hi @swtyree, I am encountering the same issue. Did you find any solution to the problem?