TransNetV2
TransNetV2 copied to clipboard
TransNet V2: Shot Boundary Detection Neural Network
hello, I'm running consolidate_datasets.py and got these errors, could you please tell me what cause them? Thank you sooo much. File "/Users/z/Desktop/transnetv2/consolidate_datasets.py", line 215, in clipshots_dataset(CLIPSHOTS_TRN_txt_files, CLIPSHOTS_TRN_mp4_files, CLIPSHOTS_TRN_target_dir) File "/Users/z/Desktop/transnetv2/consolidate_datasets.py",...
Added a flag to the inference functions to suppress statements
Hi, I download RAI from [https://drive.google.com/file/d/1YColUfc3ZuCbiAAHHMYRQVBF2yBikj4N/view](https://drive.google.com/file/d/1YColUfc3ZuCbiAAHHMYRQVBF2yBikj4N/view), but just found videos and scene annotation. I want to know where do you find the shot boundary annotation. Thanks a lot!
Thanks for this repo @soCzech, I've been using this for some personal projects and it's incredibly performant for all kinds of videos. I was wondering if you at any point...
Hi @soCzech Thank you for creating this repo. Do you think of publishing this library to Pypi? Wenbing
hello, in evaluate.py, files = glob.glob(os.path.join(args.directory, "*.npy")), we need to transform mp4 to npy? How to generate npy data? looking forward to your reply, thanks!
I'm too lazy for MR, so write here. I wrote new vesion: inference.py ``` import os import cv2 import torch import numpy as np import logging from tqdm import tqdm...
修复key,添加镜像加速
When building the docker file. You receive an error that the keys are out of date. If you add: "RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A4B469963BF863CC" In the Dockerfile, this...