8000 GitHub - pittcps/sat2pc
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pittcps/sat2pc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sat2PC

By Yoones Rezaei, Stephen Lee

Citation

If you find our paper helpful in your work, please consider citing:

@misc{https://doi.org/10.48550/arxiv.2205.12464,
  doi = {10.48550/ARXIV.2205.12464},
  
  url = {https://arxiv.org/abs/2205.12464},
  
  author = {Rezaei, Yoones and Lee, Stephen},
  
  keywords = {Computer Vision and Pattern Recognition (cs.CV), Artificial Intelligence (cs.AI), Machine Learning (cs.LG), FOS: Computer and information sciences, FOS: Computer and information sciences},
  
  title = {sat2pc: Estimating Point Cloud of Building Roofs from 2D Satellite Images},
  
  publisher = {arXiv},
  
  year = {2022},
  
  copyright = {arXiv.org perpetual, non-exclusive license}
}

Introduction

In this repository we release the code and data for our paper "sat2pc: Generating Building Roof's Point Cloud from a Single 2D Satellite Images" in ICCPS 2023. You can find the original paper here.

Installation

To use this repository you need an environemnt with python 3.7.9. We suggests creating a conda environment with the following command:

conda create -n "sat2pc" python=3.7.9

Next, activate the environemnt and cd to the direcotry of the downloaded repository then run the following command:

python create_conda_environemt.py

This command will install the required packages.

Data

The dataset from the paper can be dowloaded from here.

Usage

To train the model you can run the following command:

python train.py --config ./configs/sat2pc.gin --data-dir ./datasets/

To test the model you can run the following command:

python test.py --config ./configs/sat2pc.gin --data-dir ./datasets/ --ckpt-path [location of the saved weights]

Visualization

To visualize the predictions from the model you can use the following command:

python visualize.py --data-dir ./datasets --results [location of the .res file generated by running the test script]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0