Stephan Schulz
Stephan Schulz
Thank you very much. In addition i also had to comment out these lines inside `def create_pipeline(self):` because they references `self.device` which at this point does not exists. `calib_data =...
thanks for the link. i will study how to do the whole bootloader flashing. This is my OSC sending code but i am not certain is it needs to be...
If I understand your code correctly you are currently using the RGB stereo camera to: - use blaze pose on a 2d image to get 3d points - then use...
I know this might be part of your advice about implementing my own tracking. I did that but still think close-duplicate filtering would be nice. https://github.com/LingDong-/PoseOSC#tracking
@LingDong- do you have any suggestions on how to be handle this issue? Maybe calculate an average point of all the skeleton points per pose and compare those to all...
so I can just add code to Contents/Resources/app/app.js and the already compiled binary will automatically use those changes?
it works indeed. ``` var media_constraints = { audio: false, video: { width: { min: 640, ideal: 1280, max: 1920 }, height: { min: 480, ideal: 720, max: 1080 },...
thanks. I switched to develop branch and ran the bootstrap.sh again. Now it compiles and app starts. But got new error. Something about loading image: See this Issue post: https://github.com/bakercp/ofxDlib/issues/33
Thanks again. You old post in the torch thread helped https://github.com/torch/image/issues/137#issuecomment-169689762 `Move the /Library/Frameworks/Mono.framework folder to a temporary folder` And after I ran the bootstrap.h again. Now app runs just...
found it ! :) https://github.com/bakercp/ofxDlib/blob/master/example_dlib_dnn_cars/src/ofApp.cpp#L38