[Opencv.js doc] Init commit to add semantic segmentation example#359
Merged
huningxin merged 1 commit intohuningxin:gsoc_2020_dnnfrom Jul 25, 2020
Merged
[Opencv.js doc] Init commit to add semantic segmentation example#359huningxin merged 1 commit intohuningxin:gsoc_2020_dnnfrom
huningxin merged 1 commit intohuningxin:gsoc_2020_dnnfrom
Conversation
…pencv.js tutorial
Collaborator
Author
|
I have tested the models for semantic segmentation in the wiki. The ResNet101_DUC_HDC can't be read correctly. The output image of Enet doesn't look good visually, and the inference time of FCN is too long (need about six minutes). So I just use the deeplabV3 model you mentioned here for the js example. The results are shown below.
|
Owner
|
So let's use the deeplab v3 as the default model. BTW, did you see similar results in native python example? Please update that in #315 . And please report corresponding issues to upstream opencv for more guidelines. |
Collaborator
Author
|
Thanks for your reminder. I update the results and put the upstream issue into #315. |
Owner
|
That's good. Let's merge this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Fix #316