meongeun

Results 7 issues of meongeun

Hello Thank you for the Excellent work! However I could not reproduce the results on the Pseudo-Stereo paper. To check if the baseline code the problem I trained the LIGA-Stereo...

I have this error message. Do you know why this error message appears? Traceback (most recent call last): File "train.py", line 72, in import models.distillator File "/home/LGD/models/distillator.py", line 13, in...

I confront this error. How can I fix this? Repository Not Found for url: https://huggingface.co/ckpt/moviechat_llama7b/resolve/main/tokenizer_config.json. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to...

Running python app_gradio.py --cfg-path eval_configs/MovieChat.yaml --gpu-id 0 command gave this error. ModuleNotFoundError: No module named 'MovieChat' How can I fix this?

RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory how can I fix this?

An issue arises in the code at line 3284 of modeling_utils.py, specifically with the following snippet: ``` with safe_open(resolved_archive_file, framework="pt") as f ``` Have you encountered this error before, and...

Why do you use different joint index for thetas(pose) and joints3d? In the code you used different joint index and I am curious about it. Shouldn't it be the same?...