Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 595 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 595 Bytes

Acupuncture_Points_Positioning

Acupuncture points positioning system of human forearm with the assistant of Artificial Intelligence with Tensorflow background. Object detection is used to find the human forearm. Meanwhile, there is an active shrinking system and form a map to locate different acupuncture points on huam forearm.

Put your image into test_imgs and edit the file path of python scripts.

Analyze steps: image_prediction.py is used to load custom trained network to detect human forearm. acupuncture_analyze.py is used to locate different acupuncture points using AI output.