Yuki Hashimoto
Yuki Hashimoto
The original code just occupy multiple GPUs but actually did use only one GPU. I modified model.lua and made it possble to use multi-GPU by introducing nn.DataParallelTable.
I found that function drawGaussian in util/img.lua, if the coordinate of a body part is near leftest of the image, the center of gaussian does not match the coordinate of...
**Describe the bug** When NodeJS is configured The combination of `utc` and `timezone` plugins does not handle `.valueOf` function properly Code to reproduce ```javascript process.env.TZ = 'Europe/Amsterdam'; await import('dayjs').then(m =>...
I just found the answer to this question: # For some reason OpenCV just won't see hdf5.h without updating the CFLAGS https://github.com/opencv/opencv_contrib/pull/532 The bug was reported in OpenCV issue, and...