🚀 Playground | 📃 ArXiv | 🏰 HomePage
This is the source code of the user study page used in Towards Real-world Video Face Restoration: A New Benchmark which supports relatively large-scale user studies.
Compiled and hosted webpage is in the 🚀 Playground. Use the user id test
to login.
- Server-end data loading
- User login verification
- Automatic cookie caching (for login states and rating records)
- 2024/05/02 - this repo is released.
npm install
npm start
For error like code: 'ERR_OSSL_EVP_UNSUPPORTED'
, try fix with
export NODE_OPTIONS=--openssl-legacy-provider
npm start
- Data. Prepare your own data in a public avaiavle server and .json file like the image template/video template. Remember to modify variables including
server_src
(and thejson
andjson_test
paths) in Constant.tsx. - Replace your webpage url with
homepage
in package.json. Run deploy command:
npm run deploy
This page is currently a front-end only SPA(single page application) developed on