Skip to content

jamixlee/placenet

Repository files navigation

PyTorch Implementation of PlaceNet

placenet_teaser

Dependencies

  • python>=3.6
  • torch==1.6.0
  • torchvision==0.7.0
  • Pillow==7.2.0
  • numpy==1.19.5

(optional)

  • tensorboard
  • libnccl2==2.7.8-1+cuda11.0
  • libjemalloc-dev

How to run

  • Train: run.sh

    • This script basically uses all GPUs installed in the computer.
    • To use single GPU,
      • remove ddp, and
      • add gpu=<the number of gpu you want to use>

How to monitor the training progress

  • tensorboard --logdir=<log path>

How to download the House dataset

  • TBD

House-Traveler

Note

To be shared

  • Pretrained models
  • Visualization codes
  • Input data template

About

Implementation of PlaceNet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published