Skip to content

transcend-lzy/G-GOP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

G-GOP

G-GOP is a new feature-to-image pose estimation method so as to deal with the discrete template substitution error (DTS error) and the center approximation substitution error (CAS error).

Installation

  1. Set up the python environment:

    conda create -n G-GOP python=3.7
    conda activate G-GOP
    

    install other requirements

    pip install -r requirements.txt
    

Training

Before training and testing, you need to modify config.py to specify the train_data_root and test_data_root. run

python main.py --train True

Testing

run

python main.py --scene_dir_name your_scene_dir_name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages