SkillAgentSearch skills...

Query2Geom

Query2box-like box embeddings using exact geometric box intersections, rather than an attention-based intersection method

Install / Use

/learn @Jeffrey-Sardina/Query2Geom
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Geometric Intersection Calculation

Folders

geom/

  • this is where all the code goes. It's bundled in here so that it can be mounted easily in Docker

install/

  • manages initialising Docker image. It may require modification for different hardware, depending on which Torch binaries are supported by your GPU

geom/query2geom/

  • this is for our modified system, using exact geometrical calculations for both box centre (something the original paper did) and offset (something the original paper did not seem to do).
  • the original query2box system (using their attention mechanism) can still be run as well

Root files

.gitignore

  • files and folders to be ignored by Git

docker-compose.yml

  • for creating and launching a Docker container. Note: this is not the best way to do it, but it works

readme.md

  • yo dawg, I heard you liked readmes. So I put a readme in your readme, so you can read a readme while you read a readme
View on GitHub
GitHub Stars4
CategoryDevelopment
Updated11mo ago
Forks0

Languages

Python

Security Score

67/100

Audited on Apr 14, 2025

No findings