Skip to content

Latest commit

 

History

History
63 lines (33 loc) · 1.48 KB

File metadata and controls

63 lines (33 loc) · 1.48 KB

Code and 2D pretrained models

This repository contains the code and 2D pretrained models.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/plbbl/code.git

2D Pretrained Models

Here, we provide the links to the pretrained models for various 2D models used in our paper. The majority of these pretrained models are provided by the original authors of the corresponding models.

Training

To train the model on your own dataset, follow these steps:

  1. Prepare the images restored by the 2D restoration model and use colmap to extract their point clouds.

  2. According to your requirements, modify the script/train.sh file.

  3. Run the training script:

    bash script/train.sh

Testing

After training, you can evaluate the model using the testing script.

  1. The train.sh file already includes the corresponding rendering code and test code. Please modify it according to your needs.

    bash script/train.sh