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.
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
Mentor: Đỗ Trần Nhật Tường
Leader: Nguyễn Hoàng Anh Tuấn
- Faiss
- BLIP
- TransnetV2
- Flask
- Fast API
- Intern Video
- Youtube Transcripts
- [HTML, CSS, JS]
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
python fastAPI_local.py
- Text search (Eng or Vietnamese)
- Image search
- ASR search
- Re-ranking
- Get video frame
- Show video frame
- Submit