Skip to content

georgia-tech-db/sketchql-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

SketchQL Demonstration

SketchQL is a video database management system for retrieving video moments with a sketch-based query interface.This interface allows users to specify object trajectory events with simple mouse drag-and-drop operations. Using a pre-trained model that encodes trajectory similarity, SketchQL achieves zero-shot video moments retrieval by performing similarity searches over the video to identify clips that are the most similar to the visual query.

πŸš€ How to Run

Terminal Window 1: Backend Server

  1. First, set up the backend following the SketchQL installation guide.

  2. Start the backend server

# Navigate to SketchQL/
python3 server.py

Terminal Window 2: Frontend Application

  1. Clone the tldraw repository. Please clone v1 (original version) instead of the new tldraw.
git clone https://github.com/tldraw/tldraw-v1.git
  1. Replace the tldraw-v1/examples/core-example-advanced folder with the core-example-advanced folder from this repository

  2. Install dependencies

# Install yarn if not already installed
npm install -g yarn

# Navigate to project and install dependencies
cd tldraw-v1
yarn install
  1. Start the application
yarn start:core
  1. Open your browser and navigate to: http://localhost:5421. If you are seeing a blank canvas on Chrome, try Safari instead.

πŸŽ₯ Demonstration Video

A video demonstrating how SketchQL works can be found under the video/ folder

πŸ”— Related Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •