-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ray Song
committed
Mar 12, 2024
1 parent
ef5a1f0
commit b072d3e
Showing
50 changed files
with
46 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: FIDELIS | ||
draft: false | ||
tags: | ||
- Fab | ||
- FDM | ||
--- | ||
# FIDELIS: Fine Detail Enhancement Layer for Intelligent Slicing | ||
FIDELIS revolutionizes 3D printing by introducing an innovative layer of intelligence to traditional slicing processes. This groundbreaking tool enhances G-code files, enabling 3D printers to achieve unprecedented levels of detail and precision. By integrating seamlessly with existing slicer software, FIDELIS empowers makers, engineers, and designers to transcend the limitations of current 3D printing technology, unlocking the potential to create intricate designs that were previously impossible. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: Finite-State Machine | ||
draft: false | ||
tags: | ||
- Robotics | ||
- NLP | ||
--- | ||
## Automatic Finite-State Machine Generation for Robotic Tasks from Natural Language Specifications | ||
Guided by Maya Cakmak | ||
|
||
Finite State Machines (FSMs) are a common representation used in programming robots due to their expressivity and alignment with how robot tasks tend to be modularized. However creating complete, robust FSMs for different tasks is tedious and error-prone. Further, for any high level preference change, such as level of desired human assistance, many parts of an FSM needs to be re-written. In this project we will explore generation of robot FSMs from specifications, using large language models (LLMs). |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Poster | ||
![[DiffSinger_onsite.jpeg]] | ||
|
||
![[Diffsinger_poster.jpeg]] | ||
# Report | ||
![[DiffSinger_Final_Report.pdf]] | ||
# Backup Files | ||
- [Project Files](https://drive.google.com/drive/folders/1PeiqJu7w6yDMuU8WOwvcmT6bMogVWaO2?usp=sharing) | ||
- [Poster File](https://docs.google.com/presentation/d/1V_-B94GnuYvHmKPHEFAnztEXdyFL7qtK/edit?usp=sharing&ouid=112307527150697216077&rtpof=true&sd=true) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
content/Nera/Nera Outcome.md → content/2024/WI/Nera/Nera Outcome.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- 02-06-2024: To improve code readability, transfer all documentations from Google Doc to Obsidian, and hosting with [Quartz](https://quartz.jzhao.xyz/) online. Simple and good. Love it. | ||
- 02-08-2024: Start document [[Diffsinger]] notes. | ||
- 02-09-2024: Start document [[FIDELIS]] notes. | ||
- 02-09-2024: Start document [[2024/WI/FDM/FIDELIS]] notes. |