/CoSpeech3D

Primary LanguageJupyter Notebook

CoSpeech3D

CoSpeechGesture

ECCV Logo

Welcome to the ECCV Project Repository. This project focuses on [brief description of your project], presented at the [ECCV Year]. The repository includes the implementation details, datasets, and results.


Table of Contents


Installation

To install and set up the environment for this project, follow these steps:

# Clone the repository
git clone 

# Navigate into the repository directory
cd CoSpeech3D


# Install the required dependencies
conda create -n t2c python=3.9
conda activate t2c
conda install nvidia/label/cuda-11.6.0::cuda
conda install pytorch=1.13.1 torchvision=0.14.1 pytorch-cuda=11.6 -c pytorch -c nvidia
conda install -c "nvidia/label/cuda-11.6.1" libcusolver-dev
pip install -r requirements.txt