Yuki Koyama
                                            Yuki Koyama
                                        
                                    Considering machine learning applications, it would be useful to have something like `pose2vec`, i.e., given a BVH file and user-specified frame, it returns a corresponding vector. The vector definition should...
Some python scripts need to be developed to import characters from Maya and export edited motions to Maya.
They were added originally for testing purposes and so are not useful for general users.
The current code assumes that FFmpeg is installed in the environment where OptiMo is running, but some users might not have FFmpeg. This should be handled correctly.
Currently, no visual feedback is provided to users when selecting joints. It would be nice if it provides some visual feedback, e.g., changing the color.
Recently I added a new `parallel_for` function: ``` template void queue_based_parallel_for(int n, Callable function, int target_concurrency = 0); ``` This function uses a task queue and each thread takes a...
TeX is used in the test of the python scripts, but it is not essential. It should be removed for easier maintenance.
## Problem When generating an Xcode project file by ```sh cmake -G Xcode /path/to/repository ``` we get the following error seemingly caused by nlopt: ``` CMake Error in external/nlopt/CMakeLists.txt: The...