Skip to content

This repo hosts files related to the PerspectiveFields model for single-image calibration to be used in GeoCalib.

Notifications You must be signed in to change notification settings

veichta/ParamNet-siclib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Perspective Fields Files for GeoCalib Evaluation

This repo hosts files related to the Perspective Fields models for single-image calibration to be used in GeoCalib.

Setup

To setup the Perspective Fields models for GeoCalib evaluation, clone this repository under third_party in the GeoCalib repository. Afterward, copy the siclib directory from this repository to the root of the GeoCalib repository. This can be done with the following commands (assuming you are in the root of the GeoCalib repository):

mkdir -p third_party && cd third_party
git clone https://github.com/veichta/ParamNet-siclib.git && cd ParamNet-siclib
cp -r siclib ../..
cd ../..

Afterwards you can follow the instructions in the GeoCalib repository to evaluate the Perspective Fields models.

🚨 Disclaimer 🚨

As this code is closely based on the original code from the Perspective Fields repository, using these files will require you to comply with the original license. Please refer to the original repository for more information.

About

This repo hosts files related to the PerspectiveFields model for single-image calibration to be used in GeoCalib.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages