MagicSource

Results 902 issues of MagicSource

Does it able to run realtime on mobile device?

![image](https://user-images.githubusercontent.com/21303438/123730668-5c177780-d8c9-11eb-8987-49e8ec65d415.png) yolov5解码函数这里,为什么说mmdetection的anchor已经偏移了0.5? 咋看出来的? 我用detecton2发现的时候, ``` # 由于mmdetection的anchor已经偏移了0.5,故*2的操作要放在外面 x_center_pred = (pred_bboxes[..., 0] - 0.5) * 2 * stride + x_center y_center_pred = (pred_bboxes[..., 1] - 0.5) * 2 * stride +...

Do u know how to achieve this?

Hi, Do you have any implementation of do this text to speech on Chinese corpus? Really wish to see a workable TTS engine on Chinese.

which one is more faster?

Hi, how to use it visualize human mesh regressed from SMPL realtime? Something just like opencv imshow in waitKey(0). It just show frame by frame with fastest render speed. Does...

enhancement
question

如何设置自动接受好友请求啊

Usage examples, comparations using tvm or vanilla pytorch?

enhancement
help wanted