A dead simple python wrapper for darknet that works with OpenCV 4.1, CUDA 10.1

Dead simple python wrapper for Yolo V3 using AlexyAB’s darknet fork. Works with CUDA 10.1 and OpenCV 4.1 or later (I use OpenCV master as of Jun 23, 2019) OpenCV’s DNN module, as of today, does not support NVIDIA GPUs. There is a GSOC WIP that will change this. Till then, this library is what I needed. I used Alexy’s fork because he keeps it more updated with required changes (like using std++-11 etc.).W Other excellent libraries such as pyyolo, […]

Read more

Multi-Scale Geometric Consistency Guided Multi-View Stereo

ACMM ACMM is a multi-scale geometric consistency guided multi-view stereo method for efficient and accurate depth map estimation. If you find this project useful for your research, please cite: @article{Xu2019ACMM, title={Multi-Scale Geometric Consistency Guided Multi-View Stereo}, author={Xu, Qingshan and Tao, Wenbing}, journal={Computer Vision and Pattern Recognition (CVPR)}, year={2019} } Dependencies The code has been tested on Ubuntu 14.04 with GTX Titan X. Usage cmake . make Use script colmap2mvsnet_acm.py to convert COLMAP SfM result to ACMM input Run ./ACMM $data_folder […]

Read more

Registration form with RDS AWS database and facial recognition via OpenCV

Formulario_Cadastro_RDS_OpenCV The algorithm performs a simple user registration (Name, CPF, E-mail and Telephone) in an Amazon RDS database and also performs the storage, training and facial recognition of the user’s face to identify the users already registered in the system in a next time the user is seen. You will need to install the libraries below: numpy OpenCV mysql-connector Creating RDS-MySQL instance on AWS Access the “AWS Management Console” Open the services menu and select the RDS option Select the […]

Read more
1 2