Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: Harighs
  • License: agpl-3.0
  • Language: Python
  • Default Branch: main
  • Size: 167 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Contributing License Citation

README.md

Checking the notebooks:

Due to nature of the architecture and inbuilt dependencies of the python script providing one single jupyter notebook is not feasible. so we share our repository so that you can clone and run the code on your local machine.

  1. Clone the repository using the following command git clone https://github.com/Harighs/autonomous_vechicle_project_1.git

  2. Install the required dependencies using the following command pip install -r requirements.txt

  3. Open the notebook called 'Training_Notebook.ipynb' and run the cells to train the model.

  4. Trained using Nvidia 4050ti (12Gb VRAM)

For running the training:

  1. First install the required dependencies using the following command pip install -r requirements.txt

  2. Run the following command to train the model python train.py --data_path <path to the data folder> --model_path <path to save the model> --batch_size <batch size> --epochs <number of epochs> eg: python train.py --data data/dataset/data.yaml --cfg models/yolov5s.yaml --epochs 1 --weights '' --batch-size 32 --name repo_testing

For running the Validation:

  1. First install the required dependencies using the following command pip install -r requirements.txt
  2. Run the following command to validate the model python val.py --data_path <path to the data folder> --model_path <path to the model> --batch_size <batch size> eg: python val.py --data data/dataset/data.yaml --weights runs/train/repo_testing/weights/best.pt --batch-size 32

Owner

  • Name: Hari Shankar
  • Login: Harighs
  • Kind: user
  • Location: Vienna
  • Company: Research Technician

Mechanical Engineer | 3D Printing | Machine Learning | Data Science | Industry 4.0

GitHub Events

Total
Last Year

Dependencies

.github/workflows/ci-testing.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • slackapi/slack-github-action v1.25.0 composite
.github/workflows/codeql-analysis.yml actions
  • actions/checkout v4 composite
  • github/codeql-action/analyze v3 composite
  • github/codeql-action/autobuild v3 composite
  • github/codeql-action/init v3 composite
.github/workflows/docker.yml actions
  • actions/checkout v4 composite
  • docker/build-push-action v5 composite
  • docker/login-action v3 composite
  • docker/setup-buildx-action v3 composite
  • docker/setup-qemu-action v3 composite
.github/workflows/format.yml actions
  • ultralytics/actions main composite
.github/workflows/greetings.yml actions
  • actions/first-interaction v1 composite
.github/workflows/links.yml actions
  • actions/checkout v4 composite
  • nick-invision/retry v3 composite
.github/workflows/stale.yml actions
  • actions/stale v9 composite