Coder Social home page Coder Social logo

yolov4's Introduction

YOLOv4:Optimal Speed and Accuracy of Object Detection

https://hoya012.github.io/blog/yolov4/

https://medium.com/visionwizard

https://github.com/AlexeyAB/darknet

abstract

논문 링크

해설 영상 링크

필요조건

  • Tensorflow 2.1.0
  • tensorflow_addons 0.9.1 (required for mish activation)

how to install

설치방법

download

yolov4 tutorial

<< best requirment >>

weight file

yolov4 tutorial

  1. Downloading DarkNet
  1. Copying Open files into DarkNet

  2. Copying CuDNN files into DarkNet

  3. Changing the CuDNN version in DarkNet

  4. Compile YOLOv4 with update CUDA version

  5. compiling DarkNet

  6. Run Detction on Images

  7. Detection on Videos

https://blog.naver.com/shuna11/221979528693

problem1

include / library 디렉토리 잡는 법

프로젝트 > 속성 > VC++ directories include directories

  • (cuda 설치 디렉토리)\include
  • (opencv\빌드\인스톨)\include

library directories

  • (cuda 설치 디렉토리)\lib\x64
  • (opencv\빌드\인스톨)\x64\vc14\lib

problem2

CUDA10.0.props & CUDA10.0.targets 잡는 법

line56

<Import Project="(cuda 설치 디렉토리)\extras\visual_studio_integration\MSBuildExtensions\CUDA10.0.props"/>

line308

<Import Project="(cuda 설치 디렉토리)\extras\visual_studio_integration\MSBuildExtensions\CUDA10.0.targets"/>

yolov4's People

Contributors

comicom avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.