Yuki Koyama

Results 60 issues of 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...

It is better to support Linux as well.

enhancement

Some python scripts need to be developed to import characters from Maya and export edited motions to Maya.

enhancement

It is better to support Windows as well.

enhancement

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.

bug

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.

enhancement

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...