Skip to content

Image Retrieval from Video - HCM AI Challenge 2024

Notifications You must be signed in to change notification settings

trungbac11/AIC-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Retrieval from Video - AICHCM 2024

System pipline

image

Usage

Data preparation

  • Download data_1 and data_2: we have applied various image compression methods.
  • Create models folder: have object, bins file and path to image.

Setup

python -m venv myenv 
.\myenv\Scripts\activate 
python.exe -m pip install --upgrade pip
pip install -r requirements.txt

Run

.\myenv\Scripts\activate
cd app
uvicorn main:app --reload

Demo

Run this URL in your browser: http://127.0.0.1:5500/app/index.html

image

About

Image Retrieval from Video - HCM AI Challenge 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published