Giter Site home page Giter Site logo

artnv's Introduction

ArtNV

This is the official implementation of "Artistic Style Novel View Synthesis Based on A Single Image" (CVPR 2022 Workshop).

Note: โš ๏ธ This project is still under construction. The code will be ready in mid June, 2022.

Installation

Our codes are tested on the following environment:

  • Python=3.8
  • PyTorch=1.8.0
  • PyTorch3D = 0.6.2
  1. Create a new virtual environment with conda.
conda create -n artnv python=3.8
conda activate artnv
  1. Install PyTorch with CUDA support.

Remember to check the compatbility between Python, PyTorch, and Pytorch3D. Do not use PyTorch 1.8.3 (LTS) as it is not compatbible with PyTorch3D.

conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cudatoolkit=11.1 -c pytorch -c conda-forge
  1. Install PyTorch3D

Follow the installation guideline in the official documents.

pip install scikit-image matplotlib imageio plotly opencv-python
pip install black usort flake8 flake8-bugbear flake8-comprehensions
conda install -c fvcore -c iopath -c conda-forge fvcore iopath
conda install -c bottler nvidiacub
conda install pytorch3d -c pytorch3d
  1. Clone and setup the project. Clone the project with all third-party submodules. Run setup.sh to download models for view synthesis and style transfer.
git clone --recurse-submodules https://github.com/Kuan-Wei-Tseng/ArtNV.git
cd ArtNV
sh setup.sh

Reference

If you find this code helpful, please cite

@InProceedings{Tseng_2022_CVPRW,
    author    = {Tseng, Kuan-Wei and Lee, Yao-Chih and Chen, Chu-Song},
    title     = {Artistic Style Novel View Synthesis Based on A Single Image},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},
    month     = {June},
    year      = {2022},
}

artnv's People

Contributors

kuan-wei-tseng avatar

Stargazers

 avatar  avatar Caroline Zhang avatar Jinming Su avatar  avatar Alan Tseng avatar Marshall_G avatar Yingshu CHEN avatar caiyongqi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.