Skip to content

michalwelna0/FlowerCountingDetector-DNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flower Counting Detection using Deep Neural Networks project

GPU and OpenCL acceleration of vision algorithms - AGH UST 2022

Please follow the instructions below to set up the environment


Project has been created using python in version 3.8.x - click here to download and install in your machine.

  1. Install python 3.8.x on your machine (if satisfied please follow the next step).
  2. Install pip via commands: (if you are having troubles with installation click here).
    1. py -m ensurepip --upgrade for Windows.
    2. python -m ensurepip --upgrade for Linux | MacOS.
  3. Create virtual environment using command python -m venv <name_of_your_venv>.
  4. Activate your virtual environment:
    1. <name_of_your_venv>\Scripts\activate for Windows.
    2. source/bin/activate for Linux | MacOS.
  5. Then run the pip install -r requirements.txt command to install necessary libraries and modules.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages