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

Problem with testing on my data #222

Open
Nazaninpdk opened this issue Oct 1, 2023 · 0 comments
Open

Problem with testing on my data #222

Nazaninpdk opened this issue Oct 1, 2023 · 0 comments

Comments

@Nazaninpdk
Copy link

I want to test DenseDepth on a specific dataset but I got this error:

 return tf.concat([to_dense(x) for x in tensors], axis)

    ValueError: Exception encountered when calling layer 'up1_concat' (type Concatenate).

    Dimension 1 in both shapes must be equal, but are 32 and 33. Shapes are [?,32,48] and [?,33,49]. for '{{node model_1/up1_concat/concat}} = ConcatV2[N=2, T=DT_FLOAT, Tidx=DT_INT32](model_1/up1_upsampling2d/resize/ResizeBilinear, model_1/pool3_pool/AvgPool, model_1/up1_concat/concat/axis)' with input shapes: [?,32,48,1664], [?,33,49,256], [] and with computed input tensors: input[2] = <3>.

    Call arguments received by layer 'up1_concat' (type Concatenate):
      • inputs=['tf.Tensor(shape=(None, 32, 48, 1664), dtype=float32)', 'tf.Tensor(shape=(None, 33, 49, 256), dtype=float32)']

The dataset is Enrich: https://github.com/davidemarelli/ENRICH ENRICH-Statue, cityW
Can you please help me with this problem?

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