mmskeleton icon indicating copy to clipboard operation
mmskeleton copied to clipboard

Custom Skeleton-based Dataset

Open sdustdk1427 opened this issue 5 years ago • 10 comments

when I run this command:mmskl configs/utils/build_dataset_example.yaml --gpus 1 it will show:Load configuration information from configs/utils/build_dataset_example.yaml [ ] 0/3, elapsed: 0s, ETA: There was no progress for a long time,what should I do?

sdustdk1427 avatar Jan 07 '20 02:01 sdustdk1427

TBH I don't know what is wrong with your dataset. Maybe providing more inforamation will make it easier for others to help you.

yjxiong avatar Jan 08 '20 20:01 yjxiong

This is not my dataset,I just followed the author's steps,the author extracted the skeleton sequence of each video by running the video to perform character detection and posture estimation for all frames in the CUSTOM_DATASET.md。I want to try it out by running the video provided by the author, and if it works I want to use my own data.So how do I customize a skeleton-based dataset?thanks!

sdustdk1427 avatar Jan 09 '20 02:01 sdustdk1427

If the annotation is not in the same format, a quick way is to process your annotation to fit the openpose format.

imduygusarikaya avatar Jan 11 '20 20:01 imduygusarikaya

when I run this command:mmskl configs/utils/build_dataset_example.yaml --gpus 1 it will show:Load configuration information from configs/utils/build_dataset_example.yaml [ ] 0/3, elapsed: 0s, ETA: There was no progress for a long time,what should I do?

Hi, I met the same problem. Do you know how to solve it ?

aoluming avatar Mar 30 '20 09:03 aoluming

when I run this command:mmskl configs/utils/build_dataset_example.yaml --gpus 1 it will show:Load configuration information from configs/utils/build_dataset_example.yaml [ ] 0/3, elapsed: 0s, ETA: There was no progress for a long time,what should I do?

Hi, I met the same problem. Do you know how to solve it ? I met it too with some dataset.But there are other datasets which can be continued.

mytk2012 avatar Jul 15 '20 02:07 mytk2012

when I run this command:mmskl configs/utils/build_dataset_example.yaml --gpus 1 it will show:Load configuration information from configs/utils/build_dataset_example.yaml [ ] 0/3, elapsed: 0s, ETA: There was no progress for a long time,what should I do?

Have you fixed it?

mytk2012 avatar Jul 15 '20 02:07 mytk2012

when I run this command:mmskl configs/utils/build_dataset_example.yaml --gpus 1 it will show:Load configuration information from configs/utils/build_dataset_example.yaml [ ] 0/3, elapsed: 0s, ETA: There was no progress for a long time,what should I do?

Have you fixed it?

same problem. have you solve it?

xwr96 avatar Oct 12 '20 07:10 xwr96

如果注释的格式不同,一种快速的方法是处理注释以适合openpose格式

如果注释的格式不同,一种快速的方法是处理注释以适合openpose格式。 How to process my annotation to fit the openpose format?

June-0814 avatar Dec 02 '20 14:12 June-0814

mmskl configs/utils/build_dataset_example.yaml --gpus 1 maybe u can run with args like --gpus 1, cause that function processor.skeleton_dataset.build fork worker processes by gpus * num_per_gpu, --gpus 0 may fork no worker process then block the result queue.

xtyDoge avatar Dec 15 '20 13:12 xtyDoge

您是否找到有关此问题的解决方案?谢谢!

zekun718 avatar Jan 29 '21 01:01 zekun718