Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
ucacaxm committed Nov 20, 2024
1 parent 826d129 commit 6058af1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
data/taichi1
data/taichi1/*
*_pycache_*
src/_pycache_*
src/__pycache_*
5 changes: 3 additions & 2 deletions src/VideoSkeleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ def draw(self):


if __name__ == '__main__':
force = True
#force = False
#force = True
force = False
modFRame = 10 # 10=>1440 images, 25=>560 images, 100=>140 images, 500=>280 images
modFRame = 100

Expand All @@ -214,6 +214,7 @@ def draw(self):
modFRame = int(sys.argv[3])
else:
filename = "data/taichi1.mp4"
print("force="+str(force) + " modFrame="+str(modFRame))
print("Current Working Directory: ", os.getcwd())
print("Filename=", filename)

Expand Down
Binary file removed src/__pycache__/Skeleton.cpython-38.pyc
Binary file not shown.
Binary file removed src/__pycache__/Vec3.cpython-38.pyc
Binary file not shown.
Binary file removed src/__pycache__/VideoReader.cpython-38.pyc
Binary file not shown.

0 comments on commit 6058af1

Please sign in to comment.