Tal Barami

Results 12 issues of Tal Barami

### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question Hello, and thank you for this excellent repository. I...

question
Stale

Hey, I'd like to create the latent space animation with the model I have trained. However, I'm not sure how to create the following files required by your code: `sdf_net_latent_codes.to`...

Hey, I am looking for a pre-trained model of STGCN on kinetics dataset, but the link you refer to doesn't work.

Hello, I have followed the [AMASS_DNN](https://github.com/nghorbani/amass/blob/master/notebooks/02-AMASS_DNN.ipynb) tutorial. I have downloaded all npz files from your website and tried both splits you suggested: `amass_splits = { 'vald': ['SFU',], 'test': ['SSM_synced'], 'train':...

Hey, When I attempt to use the detector on a single image with a single face, I receive an IndexError coming from `detector.py`: `facepose_df = pd.DataFrame( [poses[i][j].flatten(order="F")], columns=self["facepose_model_columns"], index=[counter +...

Hey folks, Thanks for this impressive work. I couldn't execute the OpenGraphAU demo.py file, as the config file of the hybrid dataset is not included. I only need the inference...

Hello, I was trying to produce some skeletons from your test example, but it seems like I receive no information through skel_xyz. All 100 points of the skeleton are similar...

I can't get STAF to work on my new PC with RTX3080. According to another issue in the main openpose repository they made some changes to make it compatible, I...

Supporting body21 on windows

Hello, Your code tries to import: `from data import PartNetDataset` But there's no such file / class. Is there a solution? Thanks!