mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Sources fixed - Yolo v2 can be used on Windows (MSVS 2015 + CUDA 8.0)
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user