Skip to content

morizin/LandmarkNetv3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LandmarkNetv3

Running the Script

To run the src/main.py script, follow these steps:

  1. Clone the repository:

    git clone https://github.com/morizin/LandmarkNetv3.git
    cd LandmarkNetv3
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Download and extract the dataset:

    ./get_dataset.sh
  4. Run the script:

    python src/main.py --data_dir <path_to_dataset> --output_dir <path_to_output>

Arguments

  • --data_dir: Path to the dataset directory.
  • --output_dir: Path to the output directory where results will be saved.

Example

python src/main.py --data_dir ./essentials/loftr-repo --output_dir ./output

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published