Skip to content

tryiris-ai/fastreid.tensorjs.webgpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastReID for tensorflow js

Javascript project that loads a fastreid model using tensorflow js with webgpu support. The model wrote in this repo is the ResNet50 custom architecture based on Bag of tricks: BoT(R50)

Installation

This project can be installed and tested through npm and webpack config:

$ npm install
$ npm start

The main entry points are in ./src/index.html and ./src/index.ts. The repo is ready to load the binary model and test images from an http server. You can run this other server cloning the model server repo.

About

Fastreid resnet 50 bot architecture ready to run in the web browser

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors