pixelite1201 / BEDLAM

206 stars 19 forks source link

could you provide annotations for reimplementing the orig_cliff yaml config file #1

Closed ssssholmes closed 1 year ago

ssssholmes commented 1 year ago

Hi, thanks for your work! Could you provide the coco, mpii, h36m, and mpi_inf_3dhp annotations for reimplementing the orig_cliff yaml config file?

ssssholmes commented 1 year ago

By the way, there seem many corrupted images in the following subsets (downloaded from https://bedlam.is.tue.mpg.de/):

'static-office-hair': 'data/training_labels/all_npz_12_training/20221022_3_250_batch01handhair_static_bigOffice_30fps.npz',
'zoom-suburbd-hair': 'data/training_labels/all_npz_12_training/20221024_10_100_batch01handhair_zoom_suburb_d_30fps.npz',
'static-gym-hair':'data/training_labels/all_npz_12_training/20221024_3_10_100_batch01handhair_static_highSchoolGym_30fps.npz',

it is appreciated if you could help me check it.

pixelite1201 commented 1 year ago

By the way, there seem many corrupted images in the following subsets (downloaded from https://bedlam.is.tue.mpg.de/):

'static-office-hair': 'data/training_labels/all_npz_12_training/20221022_3_250_batch01handhair_static_bigOffice_30fps.npz',
'zoom-suburbd-hair': 'data/training_labels/all_npz_12_training/20221024_10_100_batch01handhair_zoom_suburb_d_30fps.npz',
'static-gym-hair':'data/training_labels/all_npz_12_training/20221024_3_10_100_batch01handhair_static_highSchoolGym_30fps.npz',

it is appreciated if you could help me check it.

Hello,

Could you please provide more details? What do you mean by corrupted images? Also, can you make sure that the files were properly unzipped?

ssssholmes commented 1 year ago

By the way, there seem many corrupted images in the following subsets (downloaded from https://bedlam.is.tue.mpg.de/):

'static-office-hair': 'data/training_labels/all_npz_12_training/20221022_3_250_batch01handhair_static_bigOffice_30fps.npz',
'zoom-suburbd-hair': 'data/training_labels/all_npz_12_training/20221024_10_100_batch01handhair_zoom_suburb_d_30fps.npz',
'static-gym-hair':'data/training_labels/all_npz_12_training/20221024_3_10_100_batch01handhair_static_highSchoolGym_30fps.npz',

it is appreciated if you could help me check it.

Hello,

Could you please provide more details? What do you mean by corrupted images? Also, can you make sure that the files were properly unzipped?

I download the 20221024_3-10_100_batch01handhair_static_highSchoolGym_30fps.tar. 20221022_3_250_batch01handhair_static_bigOffice_30fps.tar and 20221024_10_100_batch01handhair_zoom_suburb_d_30fps.tar and unzipped them use tar xvf filename, then I find many images are broken like: seq_000000_0008

seq_000000_0010

ssssholmes commented 1 year ago

I don't find broken images in other subsets.

pixelite1201 commented 1 year ago

Could you please provide few names of the corrupted image files so that I can check them at my end?

ssssholmes commented 1 year ago

for example


20221022_3_250_batch01handhair_static_bigOffice_30fps/png/seq_000000/seq_000000_0002.png
20221022_3_250_batch01handhair_static_bigOffice_30fps/png/seq_000000/seq_000000_0008.png

20221024_10_100_batch01handhair_zoom_suburb_d_30fps/png/seq_000000/seq_000000_0000.png
20221024_10_100_batch01handhair_zoom_suburb_d_30fps/png/seq_000000/seq_000000_0001.png
20221024_10_100_batch01handhair_zoom_suburb_d_30fps/png/seq_000000/seq_000000_0002.png
20221024_10_100_batch01handhair_zoom_suburb_d_30fps/png/seq_000000/seq_000000_0005.png
20221024_10_100_batch01handhair_zoom_suburb_d_30fps/png/seq_000000/seq_000000_0010.png

20221024_3-10_100_batch01handhair_static_highSchoolGym_30fps/png/seq_000002/seq_000002_0000.png
20221024_3-10_100_batch01handhair_static_highSchoolGym_30fps/png/seq_000002/seq_000002_0012.png
pixelite1201 commented 1 year ago

I just downloaded and checked at my end. There seems to be no corrupted files. It seems to be an issue of download. Could you please try downloading again?

ssssholmes commented 1 year ago

Thanks for your help. I will try to download them again.

pixelite1201 commented 1 year ago

Hi, thanks for your work! Could you provide the coco, mpii, h36m, and mpi_inf_3dhp annotations for reimplementing the orig_cliff yaml config file?

The instructions are here

ssssholmes commented 1 year ago

Thanks for your work! @pixelite1201 The problem is resolved.