Coder Social home page Coder Social logo

e-manuele / cropandweeddetection Goto Github PK

View Code? Open in Web Editor NEW

This project forked from daraan/cropandweeddetection

0.0 0.0 0.0 1.61 GB

Using YOLOv7 for crop and weed detection

Home Page: https://tensorboard.dev/experiment/wSv2959hQkCRQ34EAY4KzQ/#

Python 0.49% Jupyter Notebook 99.51%

cropandweeddetection's Introduction

Using YOLOv7 for crop and weed detection

Used dataset: The Crop and Weed dataset

Used YOLOv7 version: https://github.com/Chris-hughes10/Yolov7-training/issues


Installation


Choose a python version and set a location for the environment

python3.9 -m venv $TMP/tempenv
source $TMP/tempenv/bin/activate

Assure there is a pip in the environment

python3.9 -m pip install -U pip --no-cache-dir --force-reinstall  

This is not so well maintained and might downgraded to a PyTorch version < 2

pip install pytorch-accelerated==0.1.40 --no-dependencies  

Installing these can make problems under Windows -> clone them

git clone https://github.com/Chris-hughes10/Yolov7-training.git
git clone https://github.com/cropandweed/cropandweed-dataset.git

Alternatively my fork:

https://github.com/Daraan/cropandweed-dataset

Note: Note the currently liknked yolov7 variant is not compatible with half precision training. A fork will be added or contact me.

For the notebook

pip install -r requirements.txt 

Optional not needed for this notebook but optionally for supplementary code. There might be CUDA path problems therefore not putting it into requirements

pip install deepspeed 

Light version

For the .py files a lighter version

pip install -r pipreqs_requirements.txt 

Todos:

  • Update readme
  • Create fork for half precision support of Yolov7
  • ...

cropandweeddetection's People

Contributors

daraan 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.