Closed ruanjiyang closed 3 years ago
The current style images are from The Face of Art that's why they are in ljson
format.
If you want to introduce new style images, you could simply use standard library such as dlib
to detect the points and save as txt
files (such as using the face_landmark_detection.py
script), no need to create ljson
files.
Hope this helps.
The current style images are from The Face of Art that's why they are in
ljson
format.If you want to introduce new style images, you could simply use standard library such as
dlib
to detect the points and save astxt
files (such as using theface_landmark_detection.py
script), no need to createljson
files.Hope this helps.
Thanks! Azmarie. got it.
Dear Azmarie,
I want to add new style images. so I want to know how to create *.ljson files for new style face images? thanks!