Spaces:
Runtime error
Runtime error
File size: 1,497 Bytes
14ee1a9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
.. VideoGenHub documentation master file, created by
sphinx-quickstart on Wed May 22 16:32:32 2024.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to VideoGenHub's documentation!
=======================================
VideoGenHub is a centralized framework to standardize the evaluation of conditional video generation models by curating unified datasets, building an inference library and a benchmark that align with real life applications.
.. _GitHub Code: https://github.com/TIGER-AI-Lab/VideoGenHub
.. _Pypi Page: https://pypi.org/project/videogen-hub/
* `GitHub Code`_
* `Pypi Page`_
.. toctree::
:maxdepth: 2
:caption: Overview
.. toctree::
:maxdepth: 2
:caption: Overview
Overview/intro
Overview/philosophy
Overview/models
Overview/datasets
.. toctree::
:maxdepth: 2
:caption: Guidelines
Guidelines/install
Guidelines/quickstart
Guidelines/custombenchmark
Guidelines/deepdive
.. toctree::
:maxdepth: 2
:hidden:
:caption: Researcher Guidelines
Guidelines/custommodel
Guidelines/humaneval
Guidelines/imagenmuseum
.. toctree::
:maxdepth: 2
:hidden:
:caption: Contributing
Contributing/basics
Contributing/coding
Contributing/docs
.. toctree::
:maxdepth: 2
:hidden:
:caption: API Reference
source/modules
source/videogen_hub.infermodels
source/videogen_hub.benchmark
source/videogen_hub.pipelines |