Skip to content

Testdata tf: crop2d model with test data added.#704

Merged
alalek merged 3 commits intoopencv:3.4from
ashishkrshrivastava:opencv_extratf
Feb 9, 2020
Merged

Testdata tf: crop2d model with test data added.#704
alalek merged 3 commits intoopencv:3.4from
ashishkrshrivastava:opencv_extratf

Conversation

@ashishkrshrivastava
Copy link
Copy Markdown
Contributor

@ashishkrshrivastava ashishkrshrivastava commented Feb 5, 2020

Relating PR: opencv/opencv#16473

@dkurt
Copy link
Copy Markdown
Member

dkurt commented Feb 6, 2020

Looks like changes in generate_tf_model are missed

@ashishkrshrivastava
Copy link
Copy Markdown
Contributor Author

@dkurt changes in generate_tf_model has been made along with addition of crop2d_net.pbtxt file.

@dkurt
Copy link
Copy Markdown
Member

dkurt commented Feb 7, 2020

Please replace also writeBlob(outputData, name + '_out') to writeBlob(np.ascontiguousarray(outputData), name + '_out') and regenerate crop2d_out.npy. Looks like the tests are failed because of it.

@ashishkrshrivastava
Copy link
Copy Markdown
Contributor Author

Please replace also writeBlob(outputData, name + '_out') to writeBlob(np.ascontiguousarray(outputData), name + '_out') and regenerate crop2d_out.npy. Looks like the tests are failed because of it.

@dkurt , Build successfully without using np.ascontiguousarray. Do you still want me to do this ?

@alalek alalek merged commit a24224b into opencv:3.4 Feb 9, 2020
@alalek alalek mentioned this pull request Feb 10, 2020
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

Successfully merging this pull request may close these issues.

3 participants