Rejnald Lleshi
Rejnald Lleshi
hotfix glob search
Just a tiny change adding confusion matrix as an allowed metric as well as a basic visualization.
Currently, [array_to_images](https://github.com/open-mmlab/mmhuman3d/blob/2d39ccc15c6ebe1f1cf64fb4dc7f3bf1486272c7/mmhuman3d/utils/ffmpeg_utils.py#L173) converts all the array frames to images in one go (so loads them all in memory and then converts them). It might be better to convert them into...
``` Traceback (most recent call last): File "demo/estimate_smpl.py", line 595, in main(args) File "demo/estimate_smpl.py", line 493, in main single_person_with_mmdet(args, frames_iter) File "demo/estimate_smpl.py", line 221, in single_person_with_mmdet verts = smooth_process(verts, smooth_type=args.smooth_type)...
First of all, thanks for this SOTA project and the related codes! Currently, the model can only run on the CPU. This PR adds support for Cuda.
Hi guys, great project! It was suggested on [this](https://www.reddit.com/r/learnmachinelearning/comments/v3yvam/deep_learning_classifier_for_sex_positions/) Reddit post, that using a (sex) position classifier would be an interesting feature for this project. I basically build one with...
Hi, very helpful extension. Thanks for your work! There is just one problem that I have noticed. If I embed an image via HTML (`Image(filename = "my_file.png")`) then it will...
Currently `Reporting.best_params` will return an array containing the best parameter values. However, it will not return the corresponding parameter names and this makes it difficult to tell apart which value...
Any tips on how to convert the single `.obj` files to an animated sequence?
This is just a basic demo script that was useful for me while testing the model for different audios and configs. Providing a `--embed` flag will create a blank video...