Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Result of the demo is bad #7

Open
TongRao opened this issue Sep 27, 2023 · 2 comments
Open

Result of the demo is bad #7

TongRao opened this issue Sep 27, 2023 · 2 comments

Comments

@TongRao
Copy link

TongRao commented Sep 27, 2023

Hi, I just tried the camel demo, but the result I got was messed up, I tried modify some parameters but the result were the same, did I do something wrong or the demo model is for test only?

Thanks for any help!

image
@aharley
Copy link
Owner

aharley commented Oct 15, 2023

This looks like the weights did not get loaded. Can you paste some of the output from the terminal? It should say something like "loaded checkpoint" or "failed to load checkpoint", if the init_dir arg is not empty.

@Superviro
Copy link

Hi I encountered similar situation, the output of the demo is a mess and I don't know what gets wrong :(
Here is the output of the terminal after running demo.py:

filename ./stock_videos/camel.mp4
name camel
rgbs (372, 540, 960, 3)
model_name camel_48_1024_de00_15:04:47
reading ckpt from ./reference_model
...found checkpoint ./reference_model/model-000200000.pth
inference time: 3.52 seconds (13.6 fps)
camel_48_1024_de00_15:04:47; step 000001/4; itime 216.73
inference time: 7.33 seconds (6.5 fps)
camel_48_1024_de00_15:04:47; step 000002/4; itime 215.84
inference time: 7.04 seconds (6.8 fps)
camel_48_1024_de00_15:04:47; step 000003/4; itime 210.46
inference time: 6.97 seconds (6.9 fps)
camel_48_1024_de00_15:04:47; step 000004/4; itime 207.13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants