what happened?

Conflicts:
	Makefile
This commit is contained in:
Joseph Redmon
2015-06-15 23:22:44 -07:00
parent 1a53f268ac
commit f98efe6c32
10 changed files with 407 additions and 225 deletions

View File

@ -37,8 +37,5 @@ float mag_array(float *a, int n);
float **one_hot_encode(float *a, int n, int k);
float sec(clock_t clocks);
typedef struct{
float x, y, w, h;
} box;
#endif