Junyi42 / monst3r

Official Implementation of paper "MonST3R: A Simple Approach for Estimating Geometry in the Presence of Motion"
https://monst3r-project.github.io/
850 stars 43 forks source link

Tartan-C-T-TSKH-spring540x960-M.pth #25

Open RZHeJunChen opened 1 month ago

RZHeJunChen commented 1 month ago

Dear Authors, Thank you for sharing this amazing work! I have a question when running 'precomputing flow...', Pycharm prompts' FileNotFoundError: [Errno 2] No such file or directory: ='third_party/RAFT/models/Tartan-C-T-TSKH-spring540x960-Mpth' .But I cannot find the file from your contents. May I ask how I can solve this problem. Thank you in advance! 屏幕截图 2024-10-25 213929

JanRiebe commented 1 month ago

I think you are missing some checkpoints. I found them here under the google drive link: https://github.com/princeton-vl/SEA-RAFT Hope that helps!

RZHeJunChen commented 1 month ago

Thank you very much for your help in resolving the issue. But I seem to have encountered a new problem. 屏幕截图 2024-10-25 233706

我认为你错过了一些检查点。我在 google drive 链接下找到了它们:https://github.com/princeton-vl/SEA-RAFT 希望有帮助!

@Junyi42

Junyi42 commented 1 month ago

Hi @RZHeJunChen,

Thanks for your interest in our work! The SEA-RAFT checkpoint should be downloaded by https://github.com/Junyi42/monst3r/blob/main/data/download_ckpt.sh#L11.

As for the recent error message, could you please share more about where it fails? Thanks.

Best.

RZHeJunChen commented 1 month ago

Hi @Junyi42 Thank you very much for your reply to guide me. The new issue is that when I reached the 'flow precomputed' step,pycharm unexpectedly reports an error message, stating 'Runtime Error: PytorchStreamReader failed reading zip archive: failed finding central directory'. 屏幕截图 2024-10-26 153908 How can I solve this problem. Appreciate it if you could help!

Junyi42 commented 1 month ago

Runtime Error: PytorchStreamReader failed reading zip archive: failed finding central directory'

Hi @RZHeJunChen,

I just searched Google and here's one discussion I found regarding this problem: https://stackoverflow.com/questions/71617570/pytorchstreamreader-failed-reading-zip-archive-failed-finding-central-directory.

It seems that this is because the checkpoint is not properly downloaded. You might try to re-download the checkpoint for sam (https://github.com/Junyi42/monst3r/blob/main/data/download_ckpt.sh#L16).

Thanks.

huddyyeo commented 3 weeks ago

I ran into this error too, and it was because i did not have gdown installed. once I installed it and ran the download_ckpt script, it was fine