K. S. Ernest (iFire) Lee
K. S. Ernest (iFire) Lee
I want to remove the idea of sub anything. There should only be tasks. Each task may have a dependency of a number of tasks or be a dependent.
You can think of other link types. https://www.jetbrains.com/help/youtrack/standalone/Link-Issues.html ``` Depend | Directed Duplicate | Aggregation Relates | Undirected Subtask | Aggregation ``` https://confluence.atlassian.com/adminjiraserver073/configuring-issue-linking-861253998.html ``` relates to / relates to duplicates...
By having a dag structure, you can do stuff like pretty graphs.  https://stackoverflow.com/questions/40668022/plott-a-dag-in-a-dot-layout-using-ggnet (source of image, no information useful in question) Graph layout is a solved problem, but not...
Can you give an update to this?
In my research on video codex's I have found mention of this NUT mux format from ffmpeg. Maybe it is a small enough problem to be useful. Other possible candidates...
Having a cmake file means any cmake project author can keep the jsmn project as full project in source control, copying the jsmn.c and jsmn.h destroys the history. Yes, it's...
Proposing using Google mediapipe facemesh integration.
Can you sketch a way to map from this Google Mediapipe to FACS? I have no idea where to start.
Let's keep in contact. I'll write up what we have so far.
Heres a sketch of my approach. I have tooling to bake any vertex cache animation to a skeleton anim, but we need to encode the mesh vertices from mediapipe back...