victordibia / skyfall

Gesture Controlled Web based Game using Tensorflow Object Detection Api
https://medium.com/@victor.dibia/how-to-build-a-gesture-controlled-web-based-game-using-tensorflow-object-detection-api-587fb7e0f907
MIT License
77 stars 24 forks source link

Why switch from Node to Python for this? #5

Closed jkeys-ecg-nmsu closed 4 years ago

jkeys-ecg-nmsu commented 5 years ago

Hi Victor,

I'm leveraging your handtrack.js wrapper library to get some rough real-time handtracking bounding boxes. (By the way, handtrack.js resolves faces as hands, which is probably a separate issue lol.)

Why did you implement this game instead of Node/JS, if I might ask? (I have more experience temporally as a Python dev than a JS dev, but my day-to-day job involves developing backend JavaScript applications.)