Skip to content

aTunass/AIC_2023

Repository files navigation

HCM AI CHALLENGE 2023
Event Retrieval from Video

Introduction

The contest was organized in collaboration with the Department of Information and Communications of Ho Chi Minh City. Ho Chi Minh City and National University of Ho Chi Minh City. Ho Chi Minh City, Department of Science and Technology, Informatics Association, City Youth Union. Ho Chi Minh City, Vietnam Association of Software and Information Technology Services (VINASA).

In this contest, the goal is to find the event video with known information. Specifically, for each query that provides a short excerpt or an image in advance, the goal is to find the video containing that information in the news video database of newspapers and television stations in Vietnam.

Timeline:

31/07/2023: Thời gian đăng ký
07-08/2023: Tổ chức tập huấn
07/2023: Công bố nội dung, yêu cầu của vòng sơ tuyển
16-18-20/09/2023: Thời gian diễn ra vòng sơ tuyển (30 ngày)
08/10/2023: Thời gian diễn ra vòng chung kết

SPK Sandbox Team

Mentor: Đỗ Trần Nhật Tường

Leader: Nguyễn Hoàng Anh Tuấn


To do task


Setup

pip install -r requirements.txt (faiss gpu or faiss cpu depend your device)

  • Folder tree

├── AIC_2023/ 
│   ├── static/
         └── team3
	      └── css/styles.css
	      └── js/script.js
	 └── Video
	      └── video_scenes_L01
	      └── video_scenes_L02
	      └── ...
         └── Data
              └── Keyframes_L01
                      └── 000000.jpg
                      └── 000001.jpg
              └── Keyframes_L02
                      └── 000000.jpg
                      └── 000001.jpg
     ├── blip_bin_json
	        └── file.bin
	        └── file.json
     ├── interb_bin_json
	        └── file.bin
	        └── file.json
     ├── video_summary
	        └── model
	              └── file.ckpt

Data

File bin/json

Keyframes

Video scenes

Inference

python fastAPI_local.py

Main Functions of the web

  • Text search (Eng or Vietnamese)
  • Image search
  • ASR search
  • Re-ranking
  • Get video frame
  • Show video frame
  • Submit

Demo

web

  • UI

video

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages