Modifikace README, zadání 1.0
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
/*
|
||||
* Prior boxes for RetinaNet
|
||||
* Tomas Goldmann,2023
|
||||
*/
|
||||
|
||||
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <cmath>
|
||||
|
@ -1,3 +1,8 @@
|
||||
/*
|
||||
* Functions for reading and processing txt file with floats
|
||||
* Tomas Goldmann,2024
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <iostream>
|
||||
|
@ -1,3 +1,9 @@
|
||||
/*
|
||||
* Non-maximum suppression
|
||||
* Tomas Goldmann,2024
|
||||
*/
|
||||
|
||||
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <cmath>
|
||||
|
Reference in New Issue
Block a user