FengHuo Gesture Recognition System.
.
βββ LICENSE
βββ README.md
βββ fenghuo-client #client code
β βββ callbacks
β β βββ callback.py #event callbacks
β βββ context
βΒ Β βΒ Β βββ context.py
βΒ Β βββ hand_inference_graph
βΒ Β βΒ Β βββ frozen_inference_graph.pb
βΒ Β βΒ Β βββ hand_label_map.pbtxt.txt
βΒ Β βββ protocol
βΒ Β βΒ Β βββ predict_protocol.py
βΒ Β βββ requirements.txt
βΒ Β βββ simhei.ttf
βΒ Β βββ start.py
βΒ Β βββ start_v2.py
βΒ Β βββ start_v2.py.bak
βΒ Β βββ utils
βΒ Β βββ detector_utils.py
βΒ Β βββ label_map_util.py
βββ fenghuo-server #server code
βββ c3d_model_deep_deep.py
βββ configs
βΒ Β βββ model_config.json
βββ model
βΒ Β βββ model_best.pth.tar #pre-trained gesture recognition model.
βββ protocol # data exchange protocol between client and server.
βΒ Β βββ predict_protocol.py
βββ readme.md
βββ remote_server.py
βββ remote_server.py.bak
βββ requirements.txt