Skip to content

Fix TF Split layer#15071

Merged
opencv-pushbot merged 1 commit intoopencv:3.4from
l-bat:tf_split
Jul 18, 2019
Merged

Fix TF Split layer#15071
opencv-pushbot merged 1 commit intoopencv:3.4from
l-bat:tf_split

Conversation

@l-bat
Copy link
Copy Markdown
Contributor

@l-bat l-bat commented Jul 17, 2019

Merge with extra: opencv/opencv_extra#637
Related: #15056

force_builders=Custom,Custom Win,Custom Mac
build_image:Custom=ubuntu-openvino-2019r1:16.04
build_image:Custom Win=openvino-2019r1
build_image:Custom Mac=openvino-2019r1

test_modules:Custom=dnn,python2,python3,java
test_modules:Custom Win=dnn,python2,python3,java
test_modules:Custom Mac=dnn,python2,python3,java

buildworker:Custom=linux-1
test_opencl:Custom=ON
test_bigdata:Custom=1
test_filter:Custom=*

Copy link
Copy Markdown
Member

@dkurt dkurt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Thanks!

@dkurt dkurt self-assigned this Jul 17, 2019
@opencv-pushbot opencv-pushbot merged commit 0d2bc7b into opencv:3.4 Jul 18, 2019
opencv-pushbot pushed a commit that referenced this pull request Jul 18, 2019
@alalek alalek mentioned this pull request Jul 18, 2019
@wolflion521
Copy link
Copy Markdown

Hi, @l-bat , I write tf.split() into graph and the node in the pbtxt file named as "SplitV". And I check the src code, there is a class named as "SplitLayer" in cv2.dnn module. I tried writing "cv2.dnn_registerLayer('SplitV',cv2.dnn.SplitLayer)" , and get the error, "module 'cv2.dnn' has no attribute 'SplitLayer' "
I want to ask how can I get this class in python. Thank you.

@l-bat
Copy link
Copy Markdown
Contributor Author

l-bat commented Jan 9, 2020

Hi, @wolflion521, can you please provide a model?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants