Skip to content

youngfly11/Stacked-Hourglass-for-Extrinsic-Camera-Parameters-Calibration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stacked Hourglass for extrinsic camera parameter calibration

Prepare the environment

pip install torch
pip install torchvision
pip install tensorboardX
pip install tensorflow-cpu
pip install tqdm, imageio, 

Prepare the dataset

The dataset can be found here. The author just provide the download link, So I download the image for your convenience, the image data can be found in BaiduYunDisk

mkdir checkpoints
mkdir VisImage
mkdir -p runninglogs/runs
mkdir -p runinglogs/save
ln -s /yourdata  ./data/processed/VP_Img_resize
    

Run the program

  • Training
    • sh train.sh
  • Test
    • sh test.sh

About

Extrinsic parameters calibration, Stacked hourglass, Traffic Images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published