jdyjjj / All-in-One-Gait

TrackGait is a sub project of OpenGait. Implemented a gait recognition system.
74 stars 12 forks source link

add `demo/output/.gitignore` and `demo/output/clean.sh` #11

Closed DavidLee528 closed 1 year ago

DavidLee528 commented 1 year ago

The new file demo/output/.gitignore ignores all input video, intermediate results and final output of demo program, which is unnecessary to track and not conform to the file tracking regulation in git.

The new file demo/output/clean.sh let developer clean all intermediate results and final outputs using one single command ./clean.sh after executing chmod +x clean.sh on Linux.