diff --git a/docs/cspell.json b/docs/cspell.json index b1c2b778370e..34cc782f61e6 100644 --- a/docs/cspell.json +++ b/docs/cspell.json @@ -16,6 +16,7 @@ "andreas", "Angjoo", "Ankush", + "arflow", "arkit", "arkitscene", "arkitscenes", @@ -45,6 +46,7 @@ "binstall", "binutils", "Birkl", + "booktitle", "braindump", "bringup", "callstack", @@ -139,12 +141,14 @@ "Hawksbill", "Heewoo", "hickups", + "HOTMOBILE", "howto", "hstack", "Huggingface", "icosphere", "imgmsg", "impls", + "inproceedings", "interner", "intrinsics", "ipynb", @@ -222,6 +226,7 @@ "Nikhila", "nohash", "noqa", + "numpages", "numpy", "nuScenes", "nyud", @@ -340,6 +345,7 @@ "Tewari", "Texcoord", "thiserror", + "Tian", "timepanel", "timepoint", "timepoints", @@ -401,11 +407,14 @@ "xyzw", "Yifan", "Yilun", + "Yiqin", "yourdfpy", "yourname", "Yusuf", "YXHW", "YXYX", + "zhao", + "Zhao", "zipfile", "Zisserman", "zrezke", diff --git a/examples/manifest.toml b/examples/manifest.toml index 1c988b38d047..8638e49769b0 100644 --- a/examples/manifest.toml +++ b/examples/manifest.toml @@ -75,6 +75,7 @@ examples = [ "slahmr", "tapir", "widebaseline", + "arflow", ] [categories.setup] diff --git a/examples/python/arflow/README.md b/examples/python/arflow/README.md new file mode 100644 index 000000000000..64409706dae5 --- /dev/null +++ b/examples/python/arflow/README.md @@ -0,0 +1,48 @@ + + + +[Paper](https://doi.org/10.1145/3638550.3643617) | [BibTeX](#bibtex) | [Project Page](https://cake.wpi.edu/ARFlow/) | [Video](https://youtu.be/mml8YrCgfTk) + + +ARFlow is designed to lower the barrier for AR researchers to evaluate ideas in hours instead of weeks or months, following: +- **Efficient AR experiment data collection** from various data sources, including camera, depth sensors, and IMU sensors with an efficient thin mobile client. +- Flexible AR runtime data **management** with **real-time visualization** (powered by Rerun). +- **Easy integration** with existing AR research projects without breaking the experimentation logic. + +Watch our demo video: + +[![Demo video](https://img.youtube.com/vi/mml8YrCgfTk/maxresdefault.jpg)](https://youtu.be/mml8YrCgfTk) + + +## Get Started + +Please check our [project repo](https://github.com/cake-lab/ARFlow/blob/main/README.md), and refer to the individual [server](https://github.com/cake-lab/ARFlow/blob/main/python/README.md) and [client](https://github.com/cake-lab/ARFlow/blob/main/unity/README.md) installation guides. + +## Citation + +Please add the following citation in your publication if you used our code for your research project. + +```bibtex +@inproceedings{zhao2024arflow, +author = {Zhao, Yiqin and Guo, Tian}, +title = {Demo: ARFlow: A Framework for Simplifying AR Experimentation Workflow}, +year = {2024}, +isbn = {9798400704970}, +publisher = {Association for Computing Machinery}, +address = {New York, NY, USA}, +url = {https://doi.org/10.1145/3638550.3643617}, +doi = {10.1145/3638550.3643617}, +abstract = {The recent advancement in computer vision and XR hardware has ignited the community's interest in AR systems research. Similar to traditional systems research, the evaluation of AR systems involves capturing real-world data with AR hardware and iteratively evaluating the targeted system designs [1]. However, it is challenging to conduct scalable and reproducible AR experimentation [2] due to two key reasons. First, there is a lack of integrated framework support in real-world data capturing, which makes it a time-consuming process. Second, AR data often exhibits characteristics, including temporal and spatial variations, and is in a multi-modal format, which makes it difficult to conduct controlled evaluations.}, +booktitle = {Proceedings of the 25th International Workshop on Mobile Computing Systems and Applications}, +pages = {154}, +numpages = {1}, +location = {, San Diego, CA, USA, }, +series = {HOTMOBILE '24} +} +```