Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshikakde authored Jan 11, 2022
1 parent 42f3aa9 commit 17870a1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ of outlier rejection technique for each case.

## Running the code
- Change the directory to the root folder
- Run the following command:
``` python3 CurveFitting.py --BasePath='./' --VideoFilePath='./Data/Ball_travel_10fps.mp4' --SaveFolderName='graphs/video1' ```
- Run the following command:
```
python3 CurveFitting.py --BasePath='./' --VideoFilePath='./Data/Ball_travel_10fps.mp4' --SaveFolderName='graphs/video1'
```
## Parameters
- BasePath - This is the base folder path
- VideoFilePath - By default, the path is set as ./Data/Ball_travel_2_updated.mp4
Expand Down Expand Up @@ -59,4 +61,6 @@ Mathematically compute Homograpjhy matrix for given points.
## Running the code
- Change the directory to the root folder
- Run the following command:
``` python3 Homography.py ```
```
python3 Homography.py
```

0 comments on commit 17870a1

Please sign in to comment.