activity_detection
activity_detection copied to clipboard
Feature Extraction for Human Activity Detection from RGBD Images
demo
could you release demo of feature extraction?or one of sample your dataset?
In Dataset CAD-60, it offers the joint position (x,y,z) and the unit is mm. Could I convert it to RGB image coordinate likes (x, y) and the unit is pixel?
I in the FeatureExtractor I am not able to pass through `make` command. I get the following error: ``` g++ main.cpp HOG.cpp HOGFeaturesOfBlock.cpp -I/usr/include/opencv -lml -lcvaux -lhighgui -lcv -lcxcore -o...
I am compling the program, however, i have got the following errors:could you please fix the problem? many thanks! ^ /usr/bin/ld: cannot find -lml /usr/bin/ld: cannot find -lcvaux /usr/bin/ld: cannot...
I have tested the code with CAD-60 , it work but i have a problem: i can visualize only 11 frames and the first frame was visualized is the 48th...
I've been trying to use these projection formulas: https://github.com/jysung100/activity_detection/blob/master/FeatureExtractor/featuresRGBD.cpp#L26 ``` cpp // Given (x,y,z) coordinates, converts that point into its x pixel number in the 2D image. int xPixelFromCoords(double x,...