Code Monkey home page Code Monkey logo

object-detection-of-manufacturing-defects's Introduction

Introduction


The repo contains all the code and other files to run the Polaris Neural Network.

Getting Started


  1. ##Installation Process

    Copy and paste the following command in the terminal window of your local machine:

    git clone https://[email protected]/NorthstarPrecisionVietnam/PolarisNNet/_git/PolarisNNet
    

    When prompted for a password, click on the "Repos" tab and click "Clone" button in the top left corner .

    Click "Generate Git Credentials" and copy the password. Paste it into the terminal window on your local machine.

    You need to repeat this process exactly for the local_orch repo. Go to the top of the page and click the orange icon where it says PolarisNNet / Repos / Files /...

    Use this icon to switch between repos. Below is the command for cloning the local_orch repo:

    git clone https://[email protected]/NorthstarPrecisionVietnam/PolarisNNet/_git/local_orch
    

    You should now have both repos on your local machine.

  2. ##Creating a New Branch

    Create a new branch for each Jetson station:

    git checkout -b <insert branch name>
    

    Branch name should be the IP address. Or at least that is what the others are named after.

    Now save the changes to Azure Devops:

    git push --set-upstream origin <branch name>
    

    Replace with the actual branch name

Navigating Azure Devops


TODO: Describe the different functions of Azure Devops.

Git Commands


Listed below are common git commands needed for updating files as you edit:

Git Command Action
git clone Copies repository onto your local machine
git add Adds files to be commited
git commit -m "MESSAGE" Saves snapshots of files added to local machine only. Replace MESSAGE with edit message
git status States some difference between the local branch and the master file
git push Saves all committed files to the server. In this case that is Azure Devops
git pull Downloads the latest versions of all the files onto your local machine
git log Displays a log of all the changes in the repository
git branch States all the branches and which branch you currently reside in
git checkout -b Creates a new branch. Replace with the new branch name
git merge Merges the branch back to the master file on the server

Contribute


TODO: Explain how other users and developers can contribute to make your code better.

If you want to learn more about creating good readme files then refer the following guidelines. You can also seek inspiration from the below readme files:

object-detection-of-manufacturing-defects's People

Contributors

ksmit323 avatar

Watchers

Kostas Georgiou 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.