JamesMcCullochDickens

Results 11 issues of JamesMcCullochDickens

**Description** Using the kabt_tracker_create() function, as used in the offline processor code [here](https://github.com/microsoft/Azure-Kinect-Samples/tree/master/body-tracking-samples/offline_processor). Running on an RTX 3090, the code stalls (up to 10 mintes! ), with the GPU enabled...

Bug
More Info Needed

Hello, Just thought that this paper: Self-Supervised Model Adaptation for Multimodal Semantic Segmentation by Valada et al. might be useful to add to this list, since they test on the...

What is the class name for Kitchen Knife? Is it: Kitchen Knife Kitchen-Knife Kitchen_Knife etc. Thanks!

Hello, thanks so much for your work. I have a few questions. 1. For two person training, are you using the same approach as CTR-GCN where the tensor data for...

I am following the install.md docs and getting the following error during my build: My OS is Ubuntu 22.04. Error compiling Cython file: ------------------------------------------------------------ ... # distutils: language = c...

Hello. I am a graduate student trying to understand your computeNormalsSquareSupport.m file. First it seems to me that for a given patch size, you are convolving A^TA and A^b with...

I'm curious what the motion path flag does is in the infer_wild_mesh argument parameters? How is this motion path obtained? Thanks for your hard work.

Hi, I just read your great survey and I am interested in getting some masks using the mhpv2 model on some images of people not included in any of the...

Hello, Thanks so much for this repo, very well done. Do you know where I can find the names of the parts for ShapePartNet, mapped onto the integer values?

I have to compute a lot of hungarian matchings between sets of points using their distance as the matching criterion. So far I have tried this hybrid Scipy (CPU) and...