G-API: Tutorial: Face beautification algorithm implementation #15942
G-API: Tutorial: Face beautification algorithm implementation #15942alalek merged 2 commits intoopencv:masterfrom
Conversation
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
|
The introduction, the "New G-API features description" and "Algorithm" sections basic version has been completed; please review it @dmatveev @AsyaPronina @TolyaTalamanov @rgarnov |
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
0c3c1ae to
e580e96
Compare
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
| cv::GArray<Landmarks> garElems; // | | ||
| cv::GArray<Contour> garJaws; // |output arrays | ||
| //! [net_usg_ld] | ||
| cv::GArray<cv::GMat> landmOut = cv::gapi::infer<custom::LandmDetector>(garRects, gimgIn); |
There was a problem hiding this comment.
I think it's better to add more blank lines to separate remaining parts of the pipeline. BTW, why garElems and garJaws declared before landmOut?
There was a problem hiding this comment.
Oh, yes, they can be declared later, thank you! (blank lines added)
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
samples/cpp/tutorial_code/gapi/face_beautification/face_beautification.cpp
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
doc/tutorials/gapi/face_beautification/face_beautification.markdown
Outdated
Show resolved
Hide resolved
samples/cpp/tutorial_code/gapi/face_beautification/face_beautification.cpp
Outdated
Show resolved
Hide resolved
smirnov-alexey
left a comment
There was a problem hiding this comment.
The rest is good for me
- small typo issue in render_ocv.cpp
1e2e537 to
fb240d5
Compare
|
@rgarnov @smirnov-alexey, (pre-)final review can be started, sorry for the unconvenience |
dmatveev
left a comment
There was a problem hiding this comment.
👍 thanks for this hard work!
G-API: Tutorial: Face beautification algorithm implementation * Introduce a tutorial on face beautification algorithm - small typo issue in render_ocv.cpp * Addressing comments rgarnov smirnov-alexey
This pullrequest changes
("tutorials/gapi/table_of_content_gapi.markdown")