Skip to content

Removed torch7 models #1097

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

Merged
merged 1 commit into from
Oct 26, 2023
Merged

Conversation

alexlyulkov
Copy link

@alexlyulkov alexlyulkov commented Sep 21, 2023

Merge wtih opencv/opencv#24294

Removed torch7 models, because torch7 will not be supported in OpenCV 5:

removed Openface face recognition .t7 checkpoint
removed ENet image segmentation .net checkpoint
replaced Fast Neutral Style .t7 checkpoint by .onnx checkpoint

(this PR is a copy of the closed PR #1096 but with a proper branch name)

Copy link
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.

@asmorkalov
Copy link
Contributor

@alexlyulkov Friendly reminder.

@asmorkalov asmorkalov force-pushed the al/remove-torch7-from-dnn branch from 352c234 to 0f17fd8 Compare October 24, 2023 10:03
@asmorkalov asmorkalov merged commit 28e3fba into opencv:5.x Oct 26, 2023
asmorkalov pushed a commit to opencv/opencv that referenced this pull request Oct 26, 2023
Remove torch (old torch7) from dnn in 5.x #24294

Merge with opencv/opencv_extra#1097

Completely removed torch (old torch7) from dnn:
- removed modules/dnn/src/torch directory that contained torch7 model parser
- removed readNetFromTorch() and readTorchBlob() public functions
- removed torch7 references from comments and help texts
- replaced links to t7 models by links to similar onnx models in js_style_transfer turtorial (similar to https://github.com/opencv/opencv/pull/24245/files)
@dkurt dkurt mentioned this pull request Oct 27, 2023
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.

4 participants