├── README.md ├── Visualize_dataset.ipynb ├── assets ├── four_sae.gif ├── four_sae_boxes.png ├── four_sae_without_boxes.png ├── setup.txt ├── single_person.gif └── two_people.gif └── examples ├── numpy ├── test │ ├── frame0000000.npy │ ├── frame0000010.npy │ ├── frame0000062.npy │ └── frame0000136.npy ├── train │ ├── frame0000007.npy │ ├── frame0000074.npy │ ├── frame0013230.npy │ └── frame0017525.npy └── val │ ├── frame0000009.npy │ ├── frame0000092.npy │ ├── frame0001566.npy │ └── frame0003422.npy ├── xml ├── test │ ├── frame0000000.xml │ ├── frame0000010.xml │ ├── frame0000062.xml │ └── frame0000136.xml ├── train │ ├── frame0000007.xml │ ├── frame0000074.xml │ ├── frame0013230.xml │ └── frame0017525.xml └── val │ ├── frame0000009.xml │ ├── frame0000092.xml │ ├── frame0001566.xml │ └── frame0003422.xml └── yolo ├── test ├── frame0000000.txt ├── frame0000010.txt ├── frame0000062.txt └── frame0000136.txt ├── train ├── frame0000007.txt ├── frame0000074.txt ├── frame0013230.txt └── frame0017525.txt └── val ├── frame0000009.txt ├── frame0000092.txt ├── frame0001566.txt └── frame0003422.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/README.md -------------------------------------------------------------------------------- /Visualize_dataset.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/Visualize_dataset.ipynb -------------------------------------------------------------------------------- /assets/four_sae.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/assets/four_sae.gif -------------------------------------------------------------------------------- /assets/four_sae_boxes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/assets/four_sae_boxes.png -------------------------------------------------------------------------------- /assets/four_sae_without_boxes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/assets/four_sae_without_boxes.png -------------------------------------------------------------------------------- /assets/setup.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /assets/single_person.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/assets/single_person.gif -------------------------------------------------------------------------------- /assets/two_people.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/assets/two_people.gif -------------------------------------------------------------------------------- /examples/numpy/test/frame0000000.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/numpy/test/frame0000000.npy -------------------------------------------------------------------------------- /examples/numpy/test/frame0000010.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/numpy/test/frame0000010.npy -------------------------------------------------------------------------------- /examples/numpy/test/frame0000062.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/numpy/test/frame0000062.npy -------------------------------------------------------------------------------- /examples/numpy/test/frame0000136.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/numpy/test/frame0000136.npy -------------------------------------------------------------------------------- /examples/numpy/train/frame0000007.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/numpy/train/frame0000007.npy -------------------------------------------------------------------------------- /examples/numpy/train/frame0000074.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/numpy/train/frame0000074.npy -------------------------------------------------------------------------------- /examples/numpy/train/frame0013230.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/numpy/train/frame0013230.npy -------------------------------------------------------------------------------- /examples/numpy/train/frame0017525.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/numpy/train/frame0017525.npy -------------------------------------------------------------------------------- /examples/numpy/val/frame0000009.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/numpy/val/frame0000009.npy -------------------------------------------------------------------------------- /examples/numpy/val/frame0000092.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/numpy/val/frame0000092.npy -------------------------------------------------------------------------------- /examples/numpy/val/frame0001566.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/numpy/val/frame0001566.npy -------------------------------------------------------------------------------- /examples/numpy/val/frame0003422.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/numpy/val/frame0003422.npy -------------------------------------------------------------------------------- /examples/xml/test/frame0000000.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/xml/test/frame0000000.xml -------------------------------------------------------------------------------- /examples/xml/test/frame0000010.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/xml/test/frame0000010.xml -------------------------------------------------------------------------------- /examples/xml/test/frame0000062.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/xml/test/frame0000062.xml -------------------------------------------------------------------------------- /examples/xml/test/frame0000136.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/xml/test/frame0000136.xml -------------------------------------------------------------------------------- /examples/xml/train/frame0000007.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/xml/train/frame0000007.xml -------------------------------------------------------------------------------- /examples/xml/train/frame0000074.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/xml/train/frame0000074.xml -------------------------------------------------------------------------------- /examples/xml/train/frame0013230.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/xml/train/frame0013230.xml -------------------------------------------------------------------------------- /examples/xml/train/frame0017525.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/xml/train/frame0017525.xml -------------------------------------------------------------------------------- /examples/xml/val/frame0000009.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/xml/val/frame0000009.xml -------------------------------------------------------------------------------- /examples/xml/val/frame0000092.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/xml/val/frame0000092.xml -------------------------------------------------------------------------------- /examples/xml/val/frame0001566.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/xml/val/frame0001566.xml -------------------------------------------------------------------------------- /examples/xml/val/frame0003422.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/xml/val/frame0003422.xml -------------------------------------------------------------------------------- /examples/yolo/test/frame0000000.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/yolo/test/frame0000000.txt -------------------------------------------------------------------------------- /examples/yolo/test/frame0000010.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/yolo/test/frame0000010.txt -------------------------------------------------------------------------------- /examples/yolo/test/frame0000062.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/yolo/test/frame0000062.txt -------------------------------------------------------------------------------- /examples/yolo/test/frame0000136.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/yolo/test/frame0000136.txt -------------------------------------------------------------------------------- /examples/yolo/train/frame0000007.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/yolo/train/frame0000007.txt -------------------------------------------------------------------------------- /examples/yolo/train/frame0000074.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/yolo/train/frame0000074.txt -------------------------------------------------------------------------------- /examples/yolo/train/frame0013230.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/yolo/train/frame0013230.txt -------------------------------------------------------------------------------- /examples/yolo/train/frame0017525.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/yolo/train/frame0017525.txt -------------------------------------------------------------------------------- /examples/yolo/val/frame0000009.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/yolo/val/frame0000009.txt -------------------------------------------------------------------------------- /examples/yolo/val/frame0000092.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/yolo/val/frame0000092.txt -------------------------------------------------------------------------------- /examples/yolo/val/frame0001566.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/yolo/val/frame0001566.txt -------------------------------------------------------------------------------- /examples/yolo/val/frame0003422.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SSIGPRO/PEDRo-Event-Based-Dataset/HEAD/examples/yolo/val/frame0003422.txt --------------------------------------------------------------------------------