pierinim / tutorials

Tutorials on Deep Learning applications to particle physics
GNU General Public License v3.0
11 stars 23 forks source link

Where is the source of the data.h5 #3

Open mk123qwe opened 4 years ago

mk123qwe commented 4 years ago

Where is the source of the data.h5? I noticed that all the cited papers used the same data, but they are not H5 files. I am not a physics major, only familiar with H5 and DL. Thank you for your great work!

pierinim commented 4 years ago

The full dataset is not public. It might become available on the CERN OpenData portal. Working on that

mk123qwe commented 4 years ago

The full dataset is not public. It might become available on the CERN OpenData portal. Working on that

Where did you get this data?I noticed that some repositories used the same data.h5. Thanks again!

pierinim commented 4 years ago

Hello

The dataset was created using Monte Carlo simulation libraries (i.e., these are synthetic data, not from real LHC collisions) for

https://arxiv.org/abs/1804.06913

and adapted to different formats (images, lists, etc) for

https://arxiv.org/abs/1908.05318

These tutorials are derived from this paper.

mk123qwe commented 4 years ago

Hello

The dataset was created using Monte Carlo simulation libraries (i.e., these are synthetic data, not from real LHC collisions) for

https://arxiv.org/abs/1804.06913

and adapted to different formats (images, lists, etc) for

https://arxiv.org/abs/1908.05318

These tutorials are derived from this paper.

I want to find benchmark dataset for those problem.ie,image challenge benchmark dataset such as imagenet & coco Thanks again!