NTURGB-D icon indicating copy to clipboard operation
NTURGB-D copied to clipboard

Info and sample codes for "NTU RGB+D Action Recognition Dataset"

Results 22 NTURGB-D issues
Sort by recently updated
recently updated
newest added

Which python tool should I use to open the depth image .png file? I use cv2 imread() to read the depth file: cv2img = cv2.imread('MDepth-00000031.png', cv2.IMREAD_GRAYSCALE) But the value of...

> (2) I want to align RGB and depth frames. Are there any camera calibration data recorded? Unfortunately no camera calibration info is recorded. However, one applicable solution for this...

Hi, thank you for providing awesome dataset! I want to re-project 3D skeleton to 2D. How do I get the information of intrinsic parameters of each Kinect? Thanks in advance...

Can you provide the three cameras' parameters?

Hi, I just have trained a model on your normalized data and need to pass it my videos data. I have a skeleton file with non normalized 3D joint coordinates...

Hello, I would like to know what is the specific number of training sets and the number of test sets for the nturgbd120 dataset X-Sub. I'm a little scared that...

Dear all, sample *.skeleton file contain `52 1 72057594037932358 0 0 0 0 0 0 0.33916 -0.5899565 2 25 0.2410551 -0.171228 4.294691 283.0309 224.2974 1027.245 581.2726 -0.2574076 0.123495 0.9539005 -0.09254229...

Hi, can you provide a separate dataset for the two-person interaction part? Appreciate it if you can.

hi, i want to ask how to create .skeleton file

Let's say I want to have a fall detection solution that recognizes the action by skeleton information. Since that program doesn't consider any other class actions, is it better to...