You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
find frames/ | sort > framelist
len=$(wc -l framelist)
head -n $(echo $len - 1|bc) framelist > first
tail -n $(echo $len - 1|bc) framelist > second
paste first second >pairs
rm first second
After converting a video into individual frames, every frame has to be compared with its follower
The text was updated successfully, but these errors were encountered: