Skip to content

Commit f9fbc1f

Browse files
authored
Update Prototype.ipynb
edits
1 parent f173c34 commit f9fbc1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vision/Prototype.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@
10981098
"id": "aad83b45-7125-4b6b-b068-8e4d83fd74c2",
10991099
"metadata": {},
11001100
"source": [
1101-
"**Note:** The InkML pipeline is designed to handle trace annotations by parsing each <trace> element, which captures pen strokes as (X, Y, T) sequences. These traces are then rasterized into image representations and optionally used to extract dynamic features (e.g., stroke velocity, acceleration). The dataloader stores these images in the image column, and the corresponding LaTeX is tokenized into latex_ids.\n",
1101+
"**Final Notes:** The InkML pipeline is designed to handle trace annotations by parsing each <trace> element, which captures pen strokes as (X, Y, T) sequences. These traces are then rasterized into image representations and optionally used to extract dynamic features (e.g., stroke velocity, acceleration). The dataloader stores these images in the image column, and the corresponding LaTeX is tokenized into latex_ids.\n",
11021102
"\n",
11031103
"The InkML `traceFormat` and `trace` elements are used to create raster images representing handwritten formulas. These images are stored in the image column of a dataset. I did not keep raw traces as separate columns, because they are transformed and integrated into the image representation pipeline. However, if needed, you can also retain raw trace data for further analysis or visualization."
11041104
]

0 commit comments

Comments
 (0)