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 4fe2668 commit e5b821e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ of outlier rejection technique for each case.

## Running the code
- Change the directory to the root folder
- Run the following command:
- 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
Expand Down Expand Up @@ -62,5 +62,5 @@ of outlier rejection technique for each case.
Mathematically compute Homograpjhy matrix for given points.
## Running the code
- Change the directory to the root folder
- Run the following command:
``` python3 Homography.py
- Run the following command:
``` python3 Homography.py ```

0 comments on commit e5b821e

Please sign in to comment.