sudo mkdir -p /mnt/v1
sudo mount /dev/vdc /mnt/v1
mkdir -p ~/miniconda3
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda3/miniconda.sh
bash ~/miniconda3/miniconda.sh -b -u -p ~/miniconda3
rm ~/miniconda3/miniconda.sh
source ~/miniconda3/bin/activate
conda init --all
cd /mnt/v1
git clone https://github.com/workelaina/PerVFI.git
cd PerVFI
conda env create -f environment.yaml
conda activate pervfi
git pull
python infer_2x.py -m raft+pervfi
# python infer_video.py -m raft+pervfi --xx 2
scp -r [email protected]:/mnt/v1/PerVFI/result ./
forked from mulns/PerVFI
-
Notifications
You must be signed in to change notification settings - Fork 0
Official code base of "Perception-Oriented Video Frame Interpolation via Asymmetric Blending" (CVPR 2024), also denoted as ''PerVFI''.
License
workelaina/PerVFI
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Official code base of "Perception-Oriented Video Frame Interpolation via Asymmetric Blending" (CVPR 2024), also denoted as ''PerVFI''.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%