This last two weeks were mainly used to introduce a way to start to obtain statistics from the application. The results obtained from both the Net (neural network detections) and the Tracker are now logged into .yaml files. The format of the file has the following structure:
[Read More]
Week 21 - New trackers and some bugs solved
This week was dedicated to the introduction of the MOSSE and CSRT trackers included in recent OpenCV versions, also the dlib tracker was tested. To use the new OpenCV trackers I installed the last OpenCV version from source available at the moment (4.0.1) to work along with the jderobot environment....
[Read More]
Week 20 - Revisiting the previous work on the project report
The work done in Week 4 was reviewed to check the possible updates needed according to the State of the Art. I also had a look over the structure of the final report to continue its writing in parallel with the last changes in the application.
[Read More]
Week 19 - Keras models
This week the Keras network models were finally introduced into the application. The supported models include SSD_300x300 and SSD_512x512 architectures. The next step is going to be the test of new trackers.
[Read More]
Week 18 - Offline mode and close
Last week I solved some small pending tasks. I have refactorized the offline mode to adapt it to the new architecture of the Network side. This mode was working at the very beginning of the project to allow the user to have an option of running the program without GUI....
[Read More]