diff --git a/build.py b/build.py index 3737556..15ef0e0 100644 --- a/build.py +++ b/build.py @@ -75,7 +75,7 @@ class Website: parts = content.split('---') metadata = yaml.safe_load(parts[1]) md_content = ''.join(parts[2:]) - md_content = re.sub(r'\(([^)]+)\)\[([^\]]+)\]', r'\1', md_content) + md_content = re.sub(r'\(([^)]+)\)\[([^\]]+)\]', r'\1', md_content) html_content = markdown.markdown(md_content) about_modified_time = time.ctime(os.fstat(f.fileno()).st_mtime) return metadata, html_content, about_modified_time @@ -109,7 +109,7 @@ class Website: def format_content(self, content): # convert all (link)(src) to tags - content = re.sub(r'\(([^)]+)\)\[([^\]]+)\]', r'\1', content) + content = re.sub(r'\(([^)]+)\)\[([^\]]+)\]', r'\1', content) # convert all video links to embedded code return content diff --git a/content/posts/(o)machine.md b/content/posts/(o)machine.md index 6b7629a..eabc717 100644 --- a/content/posts/(o)machine.md +++ b/content/posts/(o)machine.md @@ -18,4 +18,6 @@ draft: false --- (O)MACHINE is a real-time generative performance that employs contemporary machine learning algorithms to explore how we humanise technologies.The architecture of this system was designed to emulate our stream of consciousness, where the machine is trapped in this perpetual cycle through processes of reflection and feedback. As questions begin to arise around the sentience or ‘intelligence’ of these thinking machines, it has become even more important to explore our relationship with machines, and how it continues to evolve. By engaging with its output, it positions artificial intelligence as both a subject and tool. Through this approach, we may begin to expand the dynamics of this connection through new methods of collaboration. From this interaction, we can continue to learn more about how these systems function, how they think, if they even think at all, or can it help us think? -Sound design by (Eoin O'Sullivan)[https://eoin-osullivan.bandcamp.com/] \ No newline at end of file +*Created in Unity using open-source NLPs & Text-to-Speech Synthesis Models.* + +
\ No newline at end of file diff --git a/content/posts/ai-x-body.md b/content/posts/ai-x-body.md index 38837ff..c531280 100644 --- a/content/posts/ai-x-body.md +++ b/content/posts/ai-x-body.md @@ -11,7 +11,7 @@ This publication was created in collaboration with AIxDesign, as part of their A The text explores the evolution of human pose estimation and recognition technologies through tracing their historical development, their contemporary applications, and how artists and creative practitioners have employed such tools in their artistic process. -(Article 📎)[https://nadiapiet.notion.site/AIxDesign-s-Guide-to-AI-x-Body-26ea1c78f253425a92f9269895ea6f46] +(Article ↗)[https://nadiapiet.notion.site/AIxDesign-s-Guide-to-AI-x-Body-26ea1c78f253425a92f9269895ea6f46] diff --git a/content/posts/beauty-and-the-beep.md b/content/posts/beauty-and-the-beep.md index 5f9d070..95a07ae 100644 --- a/content/posts/beauty-and-the-beep.md +++ b/content/posts/beauty-and-the-beep.md @@ -9,12 +9,12 @@ showcase: - name: Exposed Torino Foto Festival year: 2024 location: Turin - - name: Another Showcase Festival - year: 2025 - location: Rome credits: - Cailean: CT - Leon: Camera + Simone C Niquille: Scenography & Camera + Cailean Finn: Creative Technologist + Jeff Witscher, New Furniture Music & Pipe Dream: Music + Klankbeeld: Field Recordings + Voices: Oliver Lucas & Alexa, Amazon Echo references: - title: some-title link: https://www.caileanfinn.ie @@ -27,5 +27,32 @@ Wondering who would buy an automated mechanical pet to assist and live in their For this work, I collaborated with Simone C Niquille as a Creative Technologist. In the process of creating Beauty and The Beep, the chair was trained using reinforcement learning alogrthims in the Unity game engine. The training process took inspiration from Boston Dynamic's approach in the training of their SpotMini, as well as tradiontional (DeepMimic)[https://www.youtube.com/watch?v=vppFvq2quQ0] environments for Reinforcement Learning research. We chose to use Unity for this project, as it allowed us to work with the (ML-Agents Package)[https://github.com/Unity-Technologies/ml-agents] - an experimental Reinforcement Learning framework, which wraps complex reinforcement learning algorithms/methods into components which are more acessible for developers. Even though this package has been forgotten by Unity, for the most part, working with a user-friendly game engine was key in creating simuated environments for the 🪑 to explore. +![Beauty and the Beep - Treadmill](/images/beauty-and-the-beep/d_beep_9.jpg "Beauty and the Beep - Treadmill") +![Beauty and the Beep - Dumb Objects](/images/beauty-and-the-beep/d_beep_8.jpg "Beauty and the Beep - Dumb Objects") + +![Beauty and the Beep - Multiple Agents](/images/beauty-and-the-beep/beep_multiple_agents.png "Beauty and the Beep - Multiple Agents") + +![Beauty and the Beep - Utah](/images/beauty-and-the-beep/d_beep_2.jpg "Beauty and the Beep - Utah") + +
+ +__Early Experiments__ +![Beauty and the Beep - Training](/images/beauty-and-the-beep/gif/intial_experimentation_climbing.gif "Beauty and the Beep - Training") +![Beauty and the Beep - Training](/images/beauty-and-the-beep/gif/intial_experimentation_crawling.gif "Beauty and the Beep - Training") +![Beauty and the Beep - Training](/images/beauty-and-the-beep/gif/intial_experimentation_error.gif "Beauty and the Beep - Training") +![Beauty and the Beep - Training](/images/beauty-and-the-beep/gif/intial_experimentation_walk.gif "Beauty and the Beep - Training") + +__Depth Sensor__ +![Beauty and the Beep - Training](/images/beauty-and-the-beep/gif/depth_sensor.gif "Beauty and the Beep - Training") + +__Struggling Chair__ +![Beauty and the Beep - Training](/images/beauty-and-the-beep/gif/mid-struggle.gif "Beauty and the Beep - Training") + +__Final Training__ +![Beauty and the Beep - Training](/images/beauty-and-the-beep/gif/dm_scrambler.gif "Beauty and the Beep - Training") +![Beauty and the Beep - Training](/images/beauty-and-the-beep/gif/dm_walker.gif "Beauty and the Beep - Training") +![Beauty and the Beep - Training](/images/beauty-and-the-beep/gif/stairs.gif "Beauty and the Beep - Training") +![Beauty and the Beep - Training](/images/beauty-and-the-beep/gif/treadmill_flip.gif "Beauty and the Beep - Training") +![Beauty and the Beep - Training](/images/beauty-and-the-beep/gif/walking.gif "Beauty and the Beep - Training") diff --git a/content/posts/data.md b/content/posts/data.md index 6007434..5a7e9ce 100644 --- a/content/posts/data.md +++ b/content/posts/data.md @@ -5,23 +5,28 @@ image: data.png type: Project tags: [Web, ML, p5] date: 2024-06-07 -showcase: - - name: Exposed Torino Foto Festival - year: 2024 - location: Turin - - name: Another Showcase Festival - year: 2025 - location: Rome credits: - Cailean: CT - Leon: Camera + Cailean Finn: Coding & Web Design + Walt Nied: Interview & Script + Roisin Berg: Interview & Script + Scott Robinson: Interview & Script references: - title: some-title link: https://www.caileanfinn.ie draft: false --- -(🔗)[http://conceptnull.org/data] In 2023, Concept Null had the pleasure to chat with Paul, Tom, and Aisling, who lead the Dublin Art & Technology Association (D.A.T.A). Since 2022, D.A.T.A has been a hub for artists, makers, and thinkers to exchange ideas on digital culture in Ireland. During the conversation, D.A.T.A explored it's identity, evolution, and the intricacies of event curation and organisation. +In 2023, Concept Null had the pleasure to chat with Paul, Tom, and Aisling, who lead the Dublin Art & Technology Association (D.A.T.A). Since 2022, D.A.T.A has been a hub for artists, makers, and thinkers to exchange ideas on digital culture in Ireland. During the conversation, D.A.T.A explored it's identity, evolution, and the intricacies of event curation and organisation. The website presents the interview in both linear and non-linear formats. By utilising machine learning and natural language processing, text segments extracted from the interview were ranked against key topics; creating a higher-dimensional understanding, and projection of the interview - which is commonly referred to as the latent space. After, a t-SNE algorithm was applied to high-dimensional space, flattening it into two dimensions, represented in the interactive map; allowing the user to navigate the interview from the perspective of the machine. -Designed and developed using p5js, by Cailean Finn. +*Designed and developed using p5js, by Cailean Finn.* + +(Website ↗)[http://conceptnull.org/data] + +![DATA](/images/data/d_data_2.png "DATA") + +![DATA](/images/data/d_data_5.png "DATA") + +![DATA](/images/data/d_data_1.webp "DATA") + +![DATA](/images/data/d_tsne-data.gif "DATA") \ No newline at end of file diff --git a/content/posts/demo.md b/content/posts/demo.md index c160152..0508d84 100644 --- a/content/posts/demo.md +++ b/content/posts/demo.md @@ -14,7 +14,7 @@ credits: references: - title: some-title link: https://www.caileanfinn.ie -draft: false +draft: true --- (O)MACHINE is a real-time generative performance that employs contemporary machine learning algorithms to explore how we humanise technologies.The architecture of this system was designed to emulate our stream of consciousness, where the machine is trapped in this perpetual cycle through processes of reflection and feedback. As questions begin to arise around the sentience or ‘intelligence’ of these thinking machines, it has become even more important to explore our relationship with machines, and how it continues to evolve. By engaging with its output, it positions artificial intelligence as both a subject and tool. Through this approach, we may begin to expand the dynamics of this connection through new methods of collaboration. From this interaction, we can continue to learn more about how these systems function, how they think, if they even think at all, or can it help us think? diff --git a/content/posts/dwelling.md b/content/posts/dwelling.md index 2b56145..dbbb453 100644 --- a/content/posts/dwelling.md +++ b/content/posts/dwelling.md @@ -11,14 +11,37 @@ showcase: year: 2023 location: Dublin credits: - Cailean: CT - Leon: Camera -references: - - title: some-title - link: https://www.caileanfinn.ie + Peter Power & Leon Butler: Directors + Robyn Byrne: Choreographer + Roisie Stebbing: Choreographer & Performer + Cailean Finn: Creative Technologist + David Mathuna: Video Artist + Michael Hurley: Lighting Designer + Leon Denise: VFX Artist + Emma Nash: Singer + Rory Dempsey: Double Bass + Davie Ryan: Drums + Davie Ryan: Associate Producer + Molly Foley: Company Manager + Showscope: Production Management + Caelinn Ní Bhroin: Production Assistant + Aisling Murray: Producer + Maura O'Keeffe: Executive Producer --- Dwelling is a dynamic live performance and theatre installation created by (Peter Power)[https://peterpower.ie/] and (Leon Butler)[https://bold.ie/]. The performance explores the periphery of cultural isolation, and the dispersal of self across the multimedial, delving into themes of digital mortality, transformation, and rebirth. The performance takes place in the fragments of a home with dance performances by Robyn Byrne and Rosie Stebbing. The characters moves between the digital and real space through motion capture data in conjunction with live tracking. Over the duration of the performance, Rosie starts to form a connection between her physical self, and the digital divide. The virtual world was created entirely within Unity. Data was captured from Robyn's movement through various methods, such as the Perception Neuron mo-cap suit, as well as emerging monocular 3d human pose detection models. Unity's particle system was used extensively in the project, converting point cloud and positional data into emergent movement, and ethereal landscapes. +![Dwelling](/images/dwelling/d_dwelling_10.JPEG "Dwelling") + +![Dwelling](/images/dwelling/d_dwelling_9.JPEG "Dwelling") + +![Dwelling](/images/dwelling/d_dwelling_6.png "Dwelling") + +![Dwelling](/images/dwelling/d_dwelling_4.png "Dwelling") + +![Dwelling](/images/dwelling/d_dwelling_8.JPEG "Dwelling") + +![Dwelling](/images/dwelling/d_monocular.png "Dwelling") + diff --git a/content/posts/electronic-image.md b/content/posts/electronic-image.md index e43fb45..7a55743 100644 --- a/content/posts/electronic-image.md +++ b/content/posts/electronic-image.md @@ -10,16 +10,12 @@ showcase: year: 2022 location: Limerick credits: - Cailean: CT - Leon: Camera -references: - - title: some-title - link: https://www.caileanfinn.ie + Dr. Robin Parmar: Supervisor draft: false --- This video series comprises of three individual studies, namely Embedded Energy, Electronic Phase, and Omnidirectional Objects, with each video study exploring an inherent characteristic of the video signal that reflects the key phases of the development in the evolution of the medium’s structural, temporal and spatial capabilities. Created as part of my Thesis “The Electronic Image: An Object of Time and Energy” in Art and Technology MA, University of Limerick, Ireland. The three studies have been shaped by the experimental processes, techniques, and philosophies of the pioneering artists working with video. The artists in question, specifically the works of Steina and Woody Vasulka, who were driven by their yearning to understand the electronic signal and to formulate an electronic lexicon. The work, in its entirety, is an investigation of the unique set of “codes” embedded within the language of the video signal, consequently, recognising the electronic image as an object of time, energy, and it's programmable building element – the waveform. -(📎thesis.pdf)[./assets/pdfs/thesis.pdf] +(PDF ↗)[./assets/pdfs/thesis.pdf] diff --git a/public/articles/(o)machine.html b/public/articles/(o)machine.html index 7a6cb39..1fd2e90 100644 --- a/public/articles/(o)machine.html +++ b/public/articles/(o)machine.html @@ -38,7 +38,9 @@

(O)MACHINE is a real-time generative performance that employs contemporary machine learning algorithms to explore how we humanise technologies.The architecture of this system was designed to emulate our stream of consciousness, where the machine is trapped in this perpetual cycle through processes of reflection and feedback. As questions begin to arise around the sentience or ‘intelligence’ of these thinking machines, it has become even more important to explore our relationship with machines, and how it continues to evolve. By engaging with its output, it positions artificial intelligence as both a subject and tool. Through this approach, we may begin to expand the dynamics of this connection through new methods of collaboration. From this interaction, we can continue to learn more about how these systems function, how they think, if they even think at all, or can it help us think?

-

Sound design by Eoin O'Sullivan

+

Created in Unity using open-source NLPs & Text-to-Speech Synthesis Models.

+
+
@@ -76,7 +78,7 @@

Last Modified:

-

Fri Jun 21 09:27:25 2024

+

Fri Jun 21 10:54:06 2024

diff --git a/public/articles/ai-x-body.html b/public/articles/ai-x-body.html index 8f47ecb..e019929 100644 --- a/public/articles/ai-x-body.html +++ b/public/articles/ai-x-body.html @@ -37,7 +37,7 @@

This publication was created in collaboration with AIxDesign, as part of their AI Playground (S01) which ran from May 2022-February 2023.

The text explores the evolution of human pose estimation and recognition technologies through tracing their historical development, their contemporary applications, and how artists and creative practitioners have employed such tools in their artistic process.

-

Article 📎

+

Article ↗

@@ -49,7 +49,7 @@

Last Modified:

-

Thu Jun 20 17:23:18 2024

+

Fri Jun 21 10:56:49 2024

diff --git a/public/articles/beauty-and-the-beep.html b/public/articles/beauty-and-the-beep.html index 3302b58..b045b9f 100644 --- a/public/articles/beauty-and-the-beep.html +++ b/public/articles/beauty-and-the-beep.html @@ -42,6 +42,28 @@

Exploring the consequences of cohabiting with computer vision, Simone Niquille’s ( ᐛ )و Beauty and The Beep follows Bertil, a chair that is trying to find a place to sit. Inspired by the enchanted household objects from the fairy tale Beauty and The Beast, the film is set in a suburban home instead of a castle, and the beast has been replaced by the continuous notification sounds of smart devices. In the film, Bertil navigates through a virtual house — a recreation of the model home built by the robotics company Boston Dynamics in 2016 to showcase their robot dog SpotMini.

Wondering who would buy an automated mechanical pet to assist and live in their home, the film explores Boston Dynamics' datafied definition of a home or what it takes for such a personal and intimate space to be standardised for computer vision to function. Bertil — a synthetic chair inspired by IKEA’s first 3D rendered image for their print catalogue, which marked their shift to rendered imagery — wanders through this seemingly simple virtual home, interacting with its objects, in search of some answers. Navigating the home for Bertil is no easy task, as they encounter the daily life noise that is littered throughout the home. A banana trips them, they cannot sit, they get stuck on a treadmill and why is there a toy pony on the floor? Revealing how the impossibility of gathering training data in the home has led to the widespread use of synthetic data, Bertil reminds us that the home is private and not for capture.

For this work, I collaborated with Simone C Niquille as a Creative Technologist. In the process of creating Beauty and The Beep, the chair was trained using reinforcement learning alogrthims in the Unity game engine. The training process took inspiration from Boston Dynamic's approach in the training of their SpotMini, as well as tradiontional DeepMimic environments for Reinforcement Learning research. We chose to use Unity for this project, as it allowed us to work with the ML-Agents Package - an experimental Reinforcement Learning framework, which wraps complex reinforcement learning algorithms/methods into components which are more acessible for developers. Even though this package has been forgotten by Unity, for the most part, working with a user-friendly game engine was key in creating simuated environments for the 🪑 to explore.

+

Beauty and the Beep - Treadmill

+

Beauty and the Beep - Dumb Objects

+

Beauty and the Beep - Multiple Agents

+

Beauty and the Beep - Utah

+
+ + +

Early Experiments +Beauty and the Beep -  Training +Beauty and the Beep -  Training +Beauty and the Beep -  Training +Beauty and the Beep -  Training

+

Depth Sensor +Beauty and the Beep -  Training

+

Struggling Chair +Beauty and the Beep -  Training

+

Final Training +Beauty and the Beep -  Training +Beauty and the Beep -  Training +Beauty and the Beep -  Training +Beauty and the Beep -  Training +Beauty and the Beep -  Training

@@ -55,12 +77,6 @@

Turin

-
-

(2025)

-

Another Showcase Festival,

-

Rome

-
- @@ -72,14 +88,32 @@

-

Cailean,

-

CT

+

Simone C Niquille,

+

Scenography & Camera

+
+ +
+

+

Cailean Finn,

+

Creative Technologist

+
+ +
+

+

Jeff Witscher, New Furniture Music & Pipe Dream,

+

Music

+
+ +
+

+

Klankbeeld,

+

Field Recordings

-

Leon,

-

Camera

+

Voices,

+

Oliver Lucas & Alexa, Amazon Echo

@@ -91,7 +125,7 @@

Last Modified:

-

Sat Jun 8 22:14:44 2024

+

Fri Jun 21 11:32:37 2024

diff --git a/public/articles/data.html b/public/articles/data.html index 1b31b84..91f04ca 100644 --- a/public/articles/data.html +++ b/public/articles/data.html @@ -37,31 +37,17 @@
-

🔗 In 2023, Concept Null had the pleasure to chat with Paul, Tom, and Aisling, who lead the Dublin Art & Technology Association (D.A.T.A). Since 2022, D.A.T.A has been a hub for artists, makers, and thinkers to exchange ideas on digital culture in Ireland. During the conversation, D.A.T.A explored it's identity, evolution, and the intricacies of event curation and organisation.

+

In 2023, Concept Null had the pleasure to chat with Paul, Tom, and Aisling, who lead the Dublin Art & Technology Association (D.A.T.A). Since 2022, D.A.T.A has been a hub for artists, makers, and thinkers to exchange ideas on digital culture in Ireland. During the conversation, D.A.T.A explored it's identity, evolution, and the intricacies of event curation and organisation.

The website presents the interview in both linear and non-linear formats. By utilising machine learning and natural language processing, text segments extracted from the interview were ranked against key topics; creating a higher-dimensional understanding, and projection of the interview - which is commonly referred to as the latent space. After, a t-SNE algorithm was applied to high-dimensional space, flattening it into two dimensions, represented in the interactive map; allowing the user to navigate the interview from the perspective of the machine.

-

Designed and developed using p5js, by Cailean Finn.

+

Designed and developed using p5js, by Cailean Finn.

+

Website ↗

+

DATA

+

DATA

+

DATA

+

DATA

-
-
Exhibited:
-
- -
-

(2024)

-

Exposed Torino Foto Festival,

-

Turin

-
- -
-

(2025)

-

Another Showcase Festival,

-

Rome

-
- -
-
-
@@ -71,13 +57,25 @@

Cailean,

-

CT

+

Coding & Web Design

+
+ +
+

+

Walt Nied,

+

Interview & Script

+
+ +
+

+

Roisin Berg,

+

Interview & Script

-

Leon,

-

Camera

+

Scott Robinson,

+

Interview & Script

@@ -89,7 +87,7 @@

Last Modified:

-

Sat Jun 8 23:33:47 2024

+

Fri Jun 21 11:36:20 2024

diff --git a/public/articles/demo.html b/public/articles/demo.html index 5d33340..66e57a2 100644 --- a/public/articles/demo.html +++ b/public/articles/demo.html @@ -90,7 +90,7 @@

Last Modified:

-

Thu Jun 20 18:00:30 2024

+

Fri Jun 21 11:04:11 2024

diff --git a/public/articles/dwelling.html b/public/articles/dwelling.html index a1d4ead..9ac3f53 100644 --- a/public/articles/dwelling.html +++ b/public/articles/dwelling.html @@ -39,6 +39,12 @@

Dwelling is a dynamic live performance and theatre installation created by Peter Power and Leon Butler. The performance explores the periphery of cultural isolation, and the dispersal of self across the multimedial, delving into themes of digital mortality, transformation, and rebirth. The performance takes place in the fragments of a home with dance performances by Robyn Byrne and Rosie Stebbing. The characters moves between the digital and real space through motion capture data in conjunction with live tracking. Over the duration of the performance, Rosie starts to form a connection between her physical self, and the digital divide.

The virtual world was created entirely within Unity. Data was captured from Robyn's movement through various methods, such as the Perception Neuron mo-cap suit, as well as emerging monocular 3d human pose detection models. Unity's particle system was used extensively in the project, converting point cloud and positional data into emergent movement, and ethereal landscapes.

+

Dwelling

+

Dwelling

+

Dwelling

+

Dwelling

+

Dwelling

+

Dwelling

@@ -63,14 +69,92 @@

-

Cailean,

-

CT

+

Peter Power & Leon Butler,

+

Directors

-

Leon,

-

Camera

+

Robyn Byrne,

+

Choreographer

+
+ +
+

+

Roisie Stebbing,

+

Choreographer & Performer

+
+ +
+

+

Cailean Finn,

+

Creative Technologist

+
+ +
+

+

David Mathuna,

+

Video Artist

+
+ +
+

+

Michael Hurley,

+

Lighting Designer

+
+ +
+

+

Leon Denise,

+

VFX Artist

+
+ +
+

+

Emma Nash,

+

Singer

+
+ +
+

+

Rory Dempsey,

+

Double Bass

+
+ +
+

+

Davie Ryan,

+

Associate Producer

+
+ +
+

+

Molly Foley,

+

Company Manager

+
+ +
+

+

Showscope,

+

Production Management

+
+ +
+

+

Caelinn Ní Bhroin,

+

Production Assistant

+
+ +
+

+

Aisling Murray,

+

Producer

+
+ +
+

+

Maura O'Keeffe,

+

Executive Producer

@@ -82,7 +166,7 @@

Last Modified:

-

Sat Jun 8 23:36:42 2024

+

Fri Jun 21 11:53:28 2024

diff --git a/public/articles/electronic-image.html b/public/articles/electronic-image.html index 865857d..a1a1b9b 100644 --- a/public/articles/electronic-image.html +++ b/public/articles/electronic-image.html @@ -41,7 +41,7 @@

This video series comprises of three individual studies, namely Embedded Energy, Electronic Phase, and Omnidirectional Objects, with each video study exploring an inherent characteristic of the video signal that reflects the key phases of the development in the evolution of the medium’s structural, temporal and spatial capabilities. Created as part of my Thesis “The Electronic Image: An Object of Time and Energy” in Art and Technology MA, University of Limerick, Ireland.

The three studies have been shaped by the experimental processes, techniques, and philosophies of the pioneering artists working with video. The artists in question, specifically the works of Steina and Woody Vasulka, who were driven by their yearning to understand the electronic signal and to formulate an electronic lexicon. The work, in its entirety, is an investigation of the unique set of “codes” embedded within the language of the video signal, consequently, recognising the electronic image as an object of time, energy, and it's programmable building element – the waveform.

-

📎thesis.pdf

+

PDF ↗

@@ -66,14 +66,8 @@

-

Cailean,

-

CT

-
- -
-

-

Leon,

-

Camera

+

Dr. Robin Parmar,

+

Supervisor

@@ -85,7 +79,7 @@

Last Modified:

-

Sun Jun 9 00:02:18 2024

+

Fri Jun 21 11:55:05 2024

diff --git a/public/gallery.html b/public/gallery.html index f5c1d1b..bfcf654 100644 --- a/public/gallery.html +++ b/public/gallery.html @@ -43,6 +43,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/images/beauty-and-the-beep/beep_multiple_agents.png b/public/images/beauty-and-the-beep/beep_multiple_agents.png new file mode 100644 index 0000000..c5dbe07 Binary files /dev/null and b/public/images/beauty-and-the-beep/beep_multiple_agents.png differ diff --git a/public/images/beauty-and-the-beep/d_beep_1.png b/public/images/beauty-and-the-beep/d_beep_1.png new file mode 100644 index 0000000..33f7549 Binary files /dev/null and b/public/images/beauty-and-the-beep/d_beep_1.png differ diff --git a/public/images/beauty-and-the-beep/d_beep_2.jpg b/public/images/beauty-and-the-beep/d_beep_2.jpg new file mode 100644 index 0000000..ff0c788 Binary files /dev/null and b/public/images/beauty-and-the-beep/d_beep_2.jpg differ diff --git a/public/images/beauty-and-the-beep/d_beep_3.jpg b/public/images/beauty-and-the-beep/d_beep_3.jpg new file mode 100644 index 0000000..c6627c0 Binary files /dev/null and b/public/images/beauty-and-the-beep/d_beep_3.jpg differ diff --git a/public/images/beauty-and-the-beep/d_beep_4.jpg b/public/images/beauty-and-the-beep/d_beep_4.jpg new file mode 100644 index 0000000..d64409a Binary files /dev/null and b/public/images/beauty-and-the-beep/d_beep_4.jpg differ diff --git a/public/images/beauty-and-the-beep/d_beep_5.jpg b/public/images/beauty-and-the-beep/d_beep_5.jpg new file mode 100644 index 0000000..20e005f Binary files /dev/null and b/public/images/beauty-and-the-beep/d_beep_5.jpg differ diff --git a/public/images/beauty-and-the-beep/d_beep_6.jpg b/public/images/beauty-and-the-beep/d_beep_6.jpg new file mode 100644 index 0000000..6714e3d Binary files /dev/null and b/public/images/beauty-and-the-beep/d_beep_6.jpg differ diff --git a/public/images/beauty-and-the-beep/d_beep_7.jpg b/public/images/beauty-and-the-beep/d_beep_7.jpg new file mode 100644 index 0000000..2061d65 Binary files /dev/null and b/public/images/beauty-and-the-beep/d_beep_7.jpg differ diff --git a/public/images/beauty-and-the-beep/d_beep_8.jpg b/public/images/beauty-and-the-beep/d_beep_8.jpg new file mode 100644 index 0000000..666f2ef Binary files /dev/null and b/public/images/beauty-and-the-beep/d_beep_8.jpg differ diff --git a/public/images/beauty-and-the-beep/d_beep_9.jpg b/public/images/beauty-and-the-beep/d_beep_9.jpg new file mode 100644 index 0000000..2dc21f7 Binary files /dev/null and b/public/images/beauty-and-the-beep/d_beep_9.jpg differ diff --git a/public/images/beauty-and-the-beep/dev.png b/public/images/beauty-and-the-beep/dev.png new file mode 100644 index 0000000..5b42022 Binary files /dev/null and b/public/images/beauty-and-the-beep/dev.png differ diff --git a/public/images/beauty-and-the-beep/gif/depth_sensor.gif b/public/images/beauty-and-the-beep/gif/depth_sensor.gif new file mode 100644 index 0000000..5e05c0e Binary files /dev/null and b/public/images/beauty-and-the-beep/gif/depth_sensor.gif differ diff --git a/public/images/beauty-and-the-beep/gif/dm_scrambler.gif b/public/images/beauty-and-the-beep/gif/dm_scrambler.gif new file mode 100644 index 0000000..4379d59 Binary files /dev/null and b/public/images/beauty-and-the-beep/gif/dm_scrambler.gif differ diff --git a/public/images/beauty-and-the-beep/gif/dm_walker.gif b/public/images/beauty-and-the-beep/gif/dm_walker.gif new file mode 100644 index 0000000..2deb185 Binary files /dev/null and b/public/images/beauty-and-the-beep/gif/dm_walker.gif differ diff --git a/public/images/beauty-and-the-beep/gif/intial_experimentation_climbing.gif b/public/images/beauty-and-the-beep/gif/intial_experimentation_climbing.gif new file mode 100644 index 0000000..ff3b71d Binary files /dev/null and b/public/images/beauty-and-the-beep/gif/intial_experimentation_climbing.gif differ diff --git a/public/images/beauty-and-the-beep/gif/intial_experimentation_crawling.gif b/public/images/beauty-and-the-beep/gif/intial_experimentation_crawling.gif new file mode 100644 index 0000000..330b1cb Binary files /dev/null and b/public/images/beauty-and-the-beep/gif/intial_experimentation_crawling.gif differ diff --git a/public/images/beauty-and-the-beep/gif/intial_experimentation_error.gif b/public/images/beauty-and-the-beep/gif/intial_experimentation_error.gif new file mode 100644 index 0000000..100ca17 Binary files /dev/null and b/public/images/beauty-and-the-beep/gif/intial_experimentation_error.gif differ diff --git a/public/images/beauty-and-the-beep/gif/intial_experimentation_walk.gif b/public/images/beauty-and-the-beep/gif/intial_experimentation_walk.gif new file mode 100644 index 0000000..1d77ad9 Binary files /dev/null and b/public/images/beauty-and-the-beep/gif/intial_experimentation_walk.gif differ diff --git a/public/images/beauty-and-the-beep/gif/mid-banana.gif b/public/images/beauty-and-the-beep/gif/mid-banana.gif new file mode 100644 index 0000000..1ff1862 Binary files /dev/null and b/public/images/beauty-and-the-beep/gif/mid-banana.gif differ diff --git a/public/images/beauty-and-the-beep/gif/mid-getup.gif b/public/images/beauty-and-the-beep/gif/mid-getup.gif new file mode 100644 index 0000000..25d4384 Binary files /dev/null and b/public/images/beauty-and-the-beep/gif/mid-getup.gif differ diff --git a/public/images/beauty-and-the-beep/gif/mid-struggle.gif b/public/images/beauty-and-the-beep/gif/mid-struggle.gif new file mode 100644 index 0000000..cc05b61 Binary files /dev/null and b/public/images/beauty-and-the-beep/gif/mid-struggle.gif differ diff --git a/public/images/beauty-and-the-beep/gif/stairs.gif b/public/images/beauty-and-the-beep/gif/stairs.gif new file mode 100644 index 0000000..f9a2698 Binary files /dev/null and b/public/images/beauty-and-the-beep/gif/stairs.gif differ diff --git a/public/images/beauty-and-the-beep/gif/treadmill_flip.gif b/public/images/beauty-and-the-beep/gif/treadmill_flip.gif new file mode 100644 index 0000000..8bc64a2 Binary files /dev/null and b/public/images/beauty-and-the-beep/gif/treadmill_flip.gif differ diff --git a/public/images/beauty-and-the-beep/gif/walking.gif b/public/images/beauty-and-the-beep/gif/walking.gif new file mode 100644 index 0000000..20130ac Binary files /dev/null and b/public/images/beauty-and-the-beep/gif/walking.gif differ diff --git a/public/images/data/d_data_1.webp b/public/images/data/d_data_1.webp new file mode 100644 index 0000000..e30676c Binary files /dev/null and b/public/images/data/d_data_1.webp differ diff --git a/public/images/data/d_data_2.png b/public/images/data/d_data_2.png new file mode 100644 index 0000000..ab9f956 Binary files /dev/null and b/public/images/data/d_data_2.png differ diff --git a/public/images/data/d_data_5.png b/public/images/data/d_data_5.png new file mode 100644 index 0000000..8763cc6 Binary files /dev/null and b/public/images/data/d_data_5.png differ diff --git a/public/images/data/d_data_7.png b/public/images/data/d_data_7.png new file mode 100644 index 0000000..4177617 Binary files /dev/null and b/public/images/data/d_data_7.png differ diff --git a/public/images/data/d_tsne-data.gif b/public/images/data/d_tsne-data.gif new file mode 100644 index 0000000..9c49af5 Binary files /dev/null and b/public/images/data/d_tsne-data.gif differ diff --git a/public/images/dwelling/d_dwelling_10.JPEG b/public/images/dwelling/d_dwelling_10.JPEG new file mode 100644 index 0000000..559020e Binary files /dev/null and b/public/images/dwelling/d_dwelling_10.JPEG differ diff --git a/public/images/dwelling/d_dwelling_4.png b/public/images/dwelling/d_dwelling_4.png new file mode 100644 index 0000000..7fb284a Binary files /dev/null and b/public/images/dwelling/d_dwelling_4.png differ diff --git a/public/images/dwelling/d_dwelling_6.png b/public/images/dwelling/d_dwelling_6.png new file mode 100644 index 0000000..c96efee Binary files /dev/null and b/public/images/dwelling/d_dwelling_6.png differ diff --git a/public/images/dwelling/d_dwelling_8.JPEG b/public/images/dwelling/d_dwelling_8.JPEG new file mode 100644 index 0000000..11f122c Binary files /dev/null and b/public/images/dwelling/d_dwelling_8.JPEG differ diff --git a/public/images/dwelling/d_dwelling_9.JPEG b/public/images/dwelling/d_dwelling_9.JPEG new file mode 100644 index 0000000..06039b1 Binary files /dev/null and b/public/images/dwelling/d_dwelling_9.JPEG differ diff --git a/public/images/dwelling/d_monocular.png b/public/images/dwelling/d_monocular.png new file mode 100644 index 0000000..371d7e2 Binary files /dev/null and b/public/images/dwelling/d_monocular.png differ