Computer vision

Results 34 issues of Computer vision

Hi guys, thanks for your great contribution. I tested with your v1.3 model on 4x SR, the result is un-natural and the result person is much more happy than the...

I tested pedestrian with this command: curl -F source=@"pedestrian.jpg" -F model="pedestrian" localhost:3350/dpm/detect.objects and this is the source image, which saved as pedestrian.jpg: http://special.scol.com.cn/12shijiao/pic/2013/8/5/979452_201385151635_2.jpg with 1200x800 pixels. It took almost 2...

Hi, Liuliu, I have compiled ccv in MinGW successfully, and want to integrate libccv.a into Visual Studio 2013 project, just as you said, I need a C-99 compatible compiler, so...

Hi, I found a description on the dede website that resnet_50 need 6G+ memory to run, is it a "MUST" requirement or just a "PREFER" one? thanks.

type:question
kind:neural net

Hi@tpys , you align the face image into 112x96, however,I need to align it into 112x112(insight face, which is similar with sphereface), so I simply changed the ReferenceWidth and ReferenceHeight...

Hi, guys, thank you so much for your great contribution, could please share the files under the data directory? especially the facedb file, I suppose that it is a sqlite...

Hi @ZhaoJ9014 , first, thank you for your great work!!! I have a problem on c++ inference, maybe it is not related with your repo, however, I really appreciate if...

我看到代码有gpen的restoration实现,请问你们试过SR么?比如4x的效果,谢谢

## 🚀 Feature Requests ### Contextualize the feature Popup dialog with checkbox needed in a project ### Describe the feature Add checkboxes into a popup dialog ### Platforms affected (mark...

"label_paths=image_paths=instance_paths = files label_paths = label_paths[:opt.max_dataset_size] image_paths = image_paths[:opt.max_dataset_size] instance_paths = instance_paths[:opt.max_dataset_size]" image path == label path? :)