File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 33This is the Face++ python SDK suite. Note that python3 has not been supported
44yet.
55
6- ## # . cmdtool.py
6+ ## 1 . cmdtool.py
77This is an interactive command line tool which could be used to experiment
88with Face++ APIs. It is recommended to have ipython installed so that you can
99have tab-completion and some other nice features.
1010
11- Please put your API key/secret in apikey.cfg before starting this program.
12- Then you can write something like
11+ First please put your API key/secret in apikey.cfg. Then you can start the program
12+ and you will drop into a python shell, where you can write something like:
1313
14- ` api.detection.detect(img = File(r'<path to the image file>'))`
14+ api.detection.detect(img = File(r'<path to the image file>'))
1515
1616Note that ` api ` here is a global variable.
1717
18- ## # . hello.py
18+ ## 2 . hello.py
1919This is a comprehensive demo for Face++ APIs. See the comments in the source
2020code for details.
2121
22- ## # . facepp.py
22+ ## 3 . facepp.py
2323
2424This is the underlying API implementation.
You can’t perform that action at this time.
0 commit comments