高峰

Results 60 comments of 高峰

> I followed your "Section 5.2. Multiway Registration" details and I implemented DGR as the pairwise registration module in [Open3D multiway registration](http://www.open3d.org/docs/latest/tutorial/Advanced/multiway_registration.html) example. When I tested on the [Indoor LIDAR...

> @lfxx please use Mozilla Firefox browser. Google Chrome has some issue (may be security risks). If you still cannot download it, please use this [link](https://1drv.ms/u/s!AlFYM4jwmzqrtottGOWE0_4JnaYr6w?e=FrzZva). It expires in 24...

> @JacobYuan7 Thank you for your reply. I agree. > For Q1, maybe it's just temporary code when debugging. Have you tested its influence on mAP about Q2?anyway,(0,0) is more...

Maybe you need a face detector to locate the target face and then feed its location into network

Do you mean that inference single image in wild?Use a detector to get the target face's location is useful.Here is my scrpts ,let me know if it works!@flynnamy ``` #...

> @lfxx Yes,I mean inference an image in wild.In you scripts, you use box and scale depends on points groudtruth I know it works well.But if you do not know...

> @lfxx Please try wflw model,I tried this with retinaface and a wild image.It failed! Please let me you know if it works! Fix this BUG,have a try~ ``` #...

> > 我的场景是: > > 希望在一块大显存GPU上开多个worker,然后每个worker支持批量推理 > > 应该是最适合使用RedisStreamer类,对么 > > > 我的场景是: > > 希望在一块大显存GPU上开多个worker,然后每个worker支持批量推理 > > 应该是最适合使用RedisStreamer类,对么 > > 最后问题解决了吗老哥 想知道问题解决了吗,官方的例子有点简陋,看不太懂

> > 我的场景是: > > 希望在一块大显存GPU上开多个worker,然后每个worker支持批量推理 > > 应该是最适合使用RedisStreamer类,对么 > > 这种可以用多进程的stream就够了 这个项目非常棒,不知您是否可以抽空更新一个可用的分布式web server例子,现有demo不是很懂,不知道在哪里添加cpu预处理函数,我看许多人也有这个疑问

> It depends on your batch size and image size. As for our training, we use 512x512 images with a batch size of 10 for each 2080Ti (11G) GPU. Use...