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

Anyone can use the weight successful? #50

Open
Orbis36 opened this issue Nov 9, 2021 · 0 comments
Open

Anyone can use the weight successful? #50

Orbis36 opened this issue Nov 9, 2021 · 0 comments

Comments

@Orbis36
Copy link

Orbis36 commented Nov 9, 2021

I have downloaded the weight, however, when I run the tracking.py, it seems there are some parameter in the network which is missing in the weight. The error is:

2021-11-09 16:34:01.956864: W tensorflow/core/framework/op_kernel.cc:1192] Not found: Key MV3D/top_view_rpn/feature-extract-resnet/MV3D/top_view_rpn/feature-extract-resnet/batch_normalization_1/moving_mean/biased not found in checkpoint
2021-11-09 16:34:01.957170: W tensorflow/core/framework/op_kernel.cc:1192] Not found: Key MV3D/top_view_rpn/feature-extract-resnet/MV3D/top_view_rpn/feature-extract-resnet/batch_normalization_1/moving_mean/local_step not found in checkpoint
2021-11-09 16:34:01.957264: W tensorflow/core/framework/op_kernel.cc:1192] Not found: Key MV3D/top_view_rpn/feature-extract-resnet/MV3D/top_view_rpn/feature-extract-resnet/batch_normalization_1/moving_mean/biased not found in checkpoint
[[Node: save/RestoreV2 = RestoreV2[dtypes=[DT_FLOAT], _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_save/Const_0_0, save/RestoreV2/tensor_names, save/RestoreV2/shape_and_slices)]]
2021-11-09 16:34:01.957546: W tensorflow/core/framework/op_kernel.cc:1192] Not found: Key MV3D/top_view_rpn/feature-extract-resnet/MV3D/top_view_rpn/feature-extract-resnet/batch_normalization_10/moving_mean/local_step not found in checkpoint
2021-11-09 16:34:01.957715: W tensorflow/core/framework/op_kernel.cc:1192] Not found: Key MV3D/top_view_rpn/feature-extract-resnet/MV3D/top_view_rpn/feature-extract-resnet/batch_normalization_10/moving_mean/biased not found in checkpoint
2021-11-09 16:34:01.957756: W tensorflow/core/framework/op_kernel.cc:1192] Not found: Key MV3D/top_view_rpn/feature-extract-resnet/MV3D/top_view_rpn/feature-extract-resnet/batch_normalization_1/moving_variance/local_step not found in checkpoint
2021-11-09 16:34:01.957791: W tensorflow/core/framework/op_kernel.cc:1192] Not found: Key MV3D/top_view_rpn/feature-extract-resnet/MV3D/top_view_rpn/feature-extract-resnet/batch_normalization_1/moving_variance/biased not found in checkpoint
2021-11-09 16:34:01.957950: W tensorflow/core/framework/op_kernel.cc:1192] Not found: Key MV3D/top_view_rpn/feature-extract-resnet/MV3D/top_view_rpn/feature-extract-resnet/batch_normalization_10/moving_variance/local_step not found in checkpoint

Is there any other special setting I need to use in this file?
Since there is an error in 'import utils.batch_loading as ub', I change it with 'import utils.batch_loading_for_data_py_output as ub'.
Is it the reason for the error?
If yes, where can I find the batch_loading class?

Thanks for any help

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

1 participant