Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ValueError: input tensor must have rank 5 at least #8

Copy link
Copy link
@Keepbright

Description

@Keepbright
Issue body actions

@Tamuel Hi,Tamuel, I try to run the code but something went wrong.
Just like the title , the Spyder positioned it in the following :
logits = segmentation.network(inputs=input_image, is_training=False) --prediction.py
decoded = slim_decoder(... output_depth=256) --lane_segmentator.segmentation.network
net = depthwise_conv2d_layer(inputs, 3) --tf_module.slim_decoder
output = depthwise_conv2d(inputs, kernel, bias, strides, padding, dilations, to_batch_norm, batch_norm_decay,is_training, activation_fn, name='conv') --tf_util.depthwise_conv2d_layer
output = tf.nn.depthwise_conv2d(
input=inputs,
filter=filters,
strides=strides,
padding=padding,
rate=dilations,
name=name
) --tf_util.depthwise_conv2d

I convert each frame of the original video into an image.The datafile is:
1

I did this for the first time.Could you please tell me what I missed?

TuringKi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.