批处理:simple bash file for video folder batch processing#357
Open
Everloom-129 wants to merge 4 commits intoFoundationVision:mainfrom
Open
批处理:simple bash file for video folder batch processing#357Everloom-129 wants to merge 4 commits intoFoundationVision:mainfrom
Everloom-129 wants to merge 4 commits intoFoundationVision:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
增加了两个简单的文件方便使用demo_track.py 对videos/ 内的所有视频处理,目前支持mov格式,仅需替换为.mp4等对应格式即可轻松处理多个视频。
./run_tracking.sh 执行批处理的bashfile
./tools/post_rename.py 一个简单的运行后重命名的程序,方便对如JAAD数据集的大批量视频重命名操作
./models/.placeholder 增加一个官方的位置用于提示使用者放置参数
相信这个不影响其他函数的bash file可以有助于大家的科研
Batch processing adds two simple files to facilitate the use of demo_track.py for all video processing within videos/, currently supports mov format, just replace with.mp4 and other corresponding formats to easily process multiple videos.
./run_tracking.sh - Executes the batch bashfile
./tools/post_rename.py - A simple post processing program that facilitates renaming large volumes of videos such as JAAD datasets
./models/.placeholder - adds an official location to prompt users to place models.
I believe that this bash file does not affect other functions can help everyone's scientific research