Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.41 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.41 KB

ShadowSkinning

Automatic shadow skinning

Required Module

This project uses tf-pose-estimation.
You should install tf_pose module according to instructions.

Usage

draw_contour.py

contour

polygon_division.py

polygon_division

draw_skeleton.py

skeleton

nearest_neighbour_skinning.py

nearest

skinning

draw_augmented_vertices_and_polygon.py

augmented_polygon

shadowFactory.py

  • Assign the directory path you want to watch to TARGET_DIRECTORY_PATH.
  • When you create a image which name is like 2018-11-02-22-49-19_*.jpg under TARGET_DIRECTORY_PATH, that image will be analyzed automatically.
  • The shadow analysis is continued in an endless loop.