Skip to content

MING410/how

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

original github link: https://github.com/gtolias/how

I Changed some file for evaluate the dataset I made, and is debugging now. The dataset is about automobile mechanical drawings, aim to search for the same mechanical drawings.

Running the Code

pip3 install pyaml numpy faiss-gpu
cd asmk
python3 setup.py build_ext --inplace
rm -r build
cd ..
export PYTHONPATH=${PYTHONPATH}:$(realpath asmk)
  1. Install pip3 requirements
pip3 install -r requirements.txt
  1. Run examples/demo_how.py with two arguments – mode (train or eval) and any .yaml parameter file from examples/params/*/*.yml
cd how/examples
python demo_how.py eval params/eccv20/eval_how_r50-_1000.yml -e official_how_r50-_1000 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages