Mert

Results 52 issues of Mert

## Description This PR uses the new pgvecto.rs VBASE feature to implement paginated smart search. It updates the web app to take advantage of this for infinite scroll. Additionally, it...

🖥️web
🗄️server

This is a tracking issue for adding hardware decoding and tone-mapping support for transcoding. ### What Hardware-accelerated decoding loads videos to an acceleration device to decode with the device's built-in...

🗄️server

### Description Models are optimized for processing inputs in batches, but until now the ML service has processed each input individually without any batching. This is particularly consequential when using...

feature

Hi! I notice that the accuracy of antelopev2 isn't reported in the table [here](https://github.com/deepinsight/insightface/tree/master/model_zoo). There are reported results for a Glint360k R100 model on this page, but per #1820, these...

## Description The codebase currently hardcodes the formats of preview and thumbnail images, down to the thumbnail path being `webpPath` in the DB. This PR does two things: 1. Standardize...

🗄️server

### Description This is a test branch to compare performance characteristics.

🗄️server

## Description This PR adds a new job to detect duplicate assets and aggregate them with a new `duplicateId` column. This PR only implements the backend for duplicate detection. It...

🗄️server

## Description This is a work-in-progress PR that sets up the configuration for Prisma and switches the asset and search repositories to use it. ## Impressions - Query-building is *very*...

🗄️server

### Description This PR adds the ability to define custom prefixes for metrics. This prefix can be set for custom individual metrics, or for all API metrics. Host metrics are...

## Description The internal typing for this flag expects `exclusionPatterns`, so it will always consider it to be `undefined`. ## How Has This Been Tested? Tested that it actually ignores...

cli