Skip to content

Commit

Permalink
video
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshikakde committed Jan 11, 2022
1 parent cea013d commit d5bb60c
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/CurveFitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ def main():

Parser = argparse.ArgumentParser()
Parser.add_argument('--BasePath', default='./', help='Base path of project1, Default:./')
Parser.add_argument('--VideoFilePath', default='./Data/video1.mp4', help='MP4 file name, Default:video1.mp4')
Parser.add_argument('--SaveFolderName', default='graphs/video1', help='Folder to save graphs, Default:video1')
Parser.add_argument('--VideoFilePath', default='./Data/video2.mp4', help='MP4 file name, Default:video1.mp4')
Parser.add_argument('--SaveFolderName', default='graphs/video2', help='Folder to save graphs, Default:video1')
Args = Parser.parse_args()
BasePath = Args.BasePath
VideoFilePath = Args.VideoFilePath
Expand Down
Binary file modified graphs/video1/RANSACcurve.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed graphs/video2/LScurve.png
Binary file not shown.
Binary file removed graphs/video2/RANSACcurve.png
Binary file not shown.
Binary file removed graphs/video2/TLScurve.png
Binary file not shown.
Binary file removed graphs/video2/points.png
Binary file not shown.

0 comments on commit d5bb60c

Please sign in to comment.