Visit chuhaozhou99.github.io/marslab.github.io.dev 🚀
Built with Lab Website Template
Please add your paper to the _data/sources.yaml file. The format is as follows:
- id: #doi#
publisher: #Conference/Journal#
date: #YYYY-MM-DD#
image: #Upload the cover image to images/papers/#
buttons:
- type: paper
link: #Paper URL#
- type: github
text: Github
link: #Github URL#
- type: website
text: Website
link: #Website URL#
tags:
- #tag1#
- #tag2#
- #tag3#For example:
- id: arxiv:2305.10345
type: paper
publisher: NeurIPS 2023 Datasets and Benchmarks Track
description: The world-first multi-modal non-intrusive 4D human dataset (RGB, Depth, LiDAR, mmWave, WiFi).
date: 2023-05-11
image: https://ntu-aiot-lab.github.io/static/images/setup.png
buttons:
- type: paper
link: https://arxiv.org/pdf/2305.10345
- type: github
text: Github
link: ybhbingo/MMFi_dataset
- type: website
text: Website
link: https://ntu-aiot-lab.github.io/mm-fi
tags:
- multimodal dataset
- 4D human sensing
- human pose estimation
- non-intrusive sensingAdditional information (e.g., paper title and authors) will be automatically generated in _data/citations.yaml based on the id and paper link provided in the _data/source.yaml file.
To add paper into Highlighted under RESEARCH, just add group: highlighted to the format:
- id: #doi#
publisher: #Conference/Journal#
date: #YYYY-MM-DD#
image: #Upload the cover image to images/papers/#
group: highlighted
buttons:
- type: paper
link: #Paper URL#
- type: github
text: Github
link: #Github URL#
- type: website
text: Website
link: #Website URL#
tags:
- #tag1#
- #tag2#
- #tag3#To add paper to Project, please add your paper to the _data/projects.yaml file. The format is as follows:
- title: #Paper Title#
subtitle: #Paper Subtitle#
image: #Paper Teaser Image#
link: #Paper Code Link#
description: #Paper Brief Description#
tags:
- #Tag 1#
- #Tag 2#For example:
- title: MM-Fi Dataset
subtitle: Multimodal 4D Human Dataset
image: images/gif/mm-fi-dataset.gif
link: https://ntu-aiot-lab.github.io/mm-fi
description: The world-first multi-modal non-intrusive 4D human dataset (RGB, Depth, LiDAR, mmWave, WiFi).
tags:
- dataset
- human-sensingTo add a project into Featured under PROJECT, just add group: featured to the format:
- title: #Paper Title#
subtitle: #Paper Subtitle#
image: #Paper Teaser Image#
link: #Paper Code Link#
description: #Paper Brief Description#
group: featured
tags:
- #Tag 1#
- #Tag 2#