Frank (Haofan) Wang

Results 272 comments of Frank (Haofan) Wang

[htc](https://github.com/open-mmlab/mmdetection/tree/master/configs/htc) mmdetection tensorrt

[segmenter](https://github.com/open-mmlab/mmsegmentation/tree/master/configs/segmenter) mmsegmentation tensorrt

> > [segmenter](https://github.com/open-mmlab/mmsegmentation/tree/master/configs/segmenter) mmsegmentation tensorrt > > @haofanwang Have you tried segmenter with mmdeploy? @RunningLeon , Yes, but I receive error messages as below ``` TypeError: upsample_bicubic2d() received an invalid...

FP32 works. Please let me know if there any update in FP16, thx.

@UlionTse Thanks for the reply. Below is the code I called the method ``` novel_sentenses = ['在一次做小白鼠的实验中'] for sent in novel_sentenses: print(ts.google(sent, if_use_cn_host=True)) ``` The result is "In the experiment...

Any update? @UlionTse

Hi, @matheushent, implementation of Score-CAM has been released in https://github.com/haofanwang/Score-CAM, I hope this can help.

https://github.com/haofanwang/mxnet-Head-Pose Here is a mxnet/gluon implement, star it if it is helpful to you.

Can u check whether `video_to_images` works well? This function just save image frames. I guess it may be a problem of ffmpeg.