在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):LisaAnne/LocalizingMoments开源软件地址(OpenSource Url):https://github.com/LisaAnne/LocalizingMoments开源编程语言(OpenSource Language):OpenEdge ABL 92.3%开源软件介绍(OpenSource Introduction):Localizing Moments in Video with Natural Language.Hendricks, Lisa Anne, et al. "Localizing Moments in Video with Natural Language." ICCV (2017). Find the paper here and the project page here.
License: BSD 2-Clause license Running the CodePreliminaries: I trained all my models with the BVLC caffe version. Before you start, look at "utils/config.py" and change any paths as needed (e.g., perhaps you want to point to a Caffe build in a different folder). Evaluation Look at "utils/eval.py" if you would like to evaluate a model that you have trained. Below are instructions to eval the models I proposed in my paper:
You should get the following outputs:
Training Use "run_job_rgb.sh" to train an RGB model and "run_job_flow.sh" to train a flow model. You should be able to rerun these scripts and get simiar numbers to those reported in the paper. DatasetAnnotationsTo access the dataset, please look at the json files in the "data" folder. Our annotations include descriptions which are temporally grounded in videos. For easier annotation, each video is split into 5-second temporal chunks. The first temporal chunk correpsonds to seconds 0-5 in the video, the second temporal chunk correpsonds to seconds 5-10, etc. The following describes the different fields in the json files:
Getting the Videos
There are 13 videos which are not on AWS which you may download from my website here (I don't have enough space to store all the videos on my website -- Sorry!)
Use the script download_videos.py:
When I originally released the dataset, ~3% of the original videos had been deleted from Flickr. You may access them here. If you find that more videos are missing, please download the videos via the AWS links above.
You can view the Creative Commons licenses in "video_licenses.txt". Pre-Extracted FeaturesYou can access preextracted features for RGB here and for flow here. These are automatically downloaded in "download/get_models.sh". To extract flow, I used the code here. I provide re-extracted features in the Google Drive above. You can use this script to create a dict with averaged RGB features and this script. The average features will be a bit different than the original release, but did not influence any trends in the results. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论