Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jiepengwang/FIRES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Batch-based Model Registration for Fast 3D Sherd Reconstruction (ICCV2023)

In this work, we aim to develop a portable, high-throughput, and accurate reconstruction system for efficient digitization of fragments excavated in archaeological sites. To realize high-throughput digitization of large numbers of objects, an effective strategy is to perform scanning and reconstruction in batches. We show that our batch-based scanning and reconstruction pipeline can have a high throughput of imaging over 700 sherds per day (8 working hours) with 3D reconstruction accuracy of 0.16𝑚𝑚.

Usage

Dataset

Multi-view images of fragments used in the paper can be downloaded from here. The data is organized as follows:

<batch_name>
|-- top_images
    |-- cam1_image001.tif  # image for each view
    |-- cam1_image002.tif
    ...
|-- top_masks
    |-- cam1_image001.png  # mask for each view
    |-- cam1_image002.png
    ...
|-- bottom_images
    |-- cam1_image001.tif  # image for each view
    |-- cam1_image002.tif
    ...
|-- bottom_masks
    |-- cam1_image001.png  # mask for each view
    |-- cam1_image002.png
    ...

Setup

First, create a python environment. Then, compile the dependencies. More details to configure the running environment can be found here.

Test

python main_piecereg.py --dir_batch [Dir_Batch] --dir_gt [Dir_GT]

Citation

Cite as below if you find this repository is helpful to your project:

@inproceedings{wang2023sherd,
  title={Batch-based Model Registration for Fast 3D Sherd Reconstruction},
  author={Wang, Jiepeng and Zhang, Congyi and Wang, Peng and Li, Xin and Cobb, Peter J and Theobalt, Christian and Wang, Wenping},
  booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
  pages={14519--14529},
  year={2023}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •