Modifikace README, zadání 1.0

This commit is contained in:
Tomas G.
2024-03-16 21:54:58 +01:00
parent 78fe5fe47d
commit 74688f6ff3
31 changed files with 13252 additions and 28 deletions

View File

@ -1,3 +1,9 @@
/*
* Prior boxes for RetinaNet
* Tomas Goldmann,2023
*/
#include <iostream>
#include <vector>
#include <cmath>

View File

@ -1,3 +1,8 @@
/*
* Functions for reading and processing txt file with floats
* Tomas Goldmann,2024
*/
#pragma once
#include <iostream>

View File

@ -1,3 +1,9 @@
/*
* Non-maximum suppression
* Tomas Goldmann,2024
*/
#include <iostream>
#include <vector>
#include <cmath>