Sources fixed - Yolo v2 can be used on Windows (MSVS 2015 + CUDA 8.0)

This commit is contained in:
AlexeyAB
2016-12-02 17:13:40 +03:00
parent 2710d63257
commit 5b6dd3a07c
17 changed files with 1571 additions and 358 deletions

View File

@ -7,7 +7,10 @@
#include "box.h"
#include "image.h"
#include "demo.h"
#include <sys/time.h>
//#include <sys/time.h>
#include <time.h>
#include <winsock.h>
#include "gettimeofday.h"
#define FRAMES 3