Object detection and robotics
During my stay at FEI University Center, I was responsible for integrating object detection techniques into a domestic robot. I worked with libraries such as OpenCV and the TensorFlow Object Detection API as well as ROS, the Robot Operating System. This section provides a centralized collection of resources I’ve created during my years working with computer vision and object detection.
Since you’re here, take a look at the set of Python scripts I provide to help in the creation of TFRecord files and label maps for the TensorFlow Object Detection API, as well as TXT annotation files for YOLOv3. I also authored a brief tutorial on how to train a detection model using the TensorFlow Object Detection API with the help of my scripts.
dodo detector (Python)
dodo detector is a Python package that encapsulates OpenCV object detection via keypoint detection and feature matching, as well as the TensorFlow Object Detection API in a single place. See a simple tutorial here. [Relevant paper].
dodo detector ros (ROS)
I am also the creator of dodo detector ros, a ROS package that allows dodo detector to interface with USB cameras as well as both Kinects v1 and v2, in order to detect objects and place them in a 3D environment using the Kinect point cloud. [Relevant paper].
Computerized adaptive testing
For years, I have been a member of the Study and Research Group in Educational Assessment (a free translation of Grupo de Estudos e Pesquisas em Avaliação Educacional, Gepave), where I specialized in the study of Item Response Theory and computerized adaptive tests. While I am not active as of late, I had the opportunity to be a part in a few projects, listed below.
catsim
A Python package that simulates a set of examinees taking a computerized adaptive test. There are different options for initialization, selection and proficiency estimation methods as well as stopping criteria for the test. Useful for studying item exposure and can also be used to power other applications. Documentation here. ArXiv paper here.
jCAT
Publication in English and Portuguese.
jCAT is a Java EE web application whose purpose is to apply both an electronic version and a computerized adaptive test of Provinha Brasil, a nation-wide educational evaluation for Brazilian students in the second year of basic school.


Miscellaneous Projects
FEI LaTeX class
a LaTeX class used by FEI University Center students to author their term papers, masters dissertations and doctoral theses under the institution typographical rules. The document class, a .tex
template file and the PDF documentation are available on CTAN. There is also a wiki for miscellanoues tips and a Google group (in Portuguese) for me to communicate with users.
Algorithm Implementations
These were implemented in C++:
- machine learning and reinforcement learning algorithms
- numerical analysis procedures
- full-fledged matrix class
They may not be directly useful in third-party projects, as they are not as optimized as their commercial counterparts, but they are nonetheless well documented for those interested in learning.