warning fix

This commit is contained in:
Francesco Gatti
2020-04-09 20:05:10 +02:00
parent fc873c5219
commit 585f66e2f6
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ struct PR
void print();
};
void readmAPParams( char* config_filename, int& classes, int& map_points,
void readmAPParams( const char* config_filename, int& classes, int& map_points,
int& map_levels, float& map_step, float& IoU_thresh,
float& conf_thresh, bool& verbose);