swstarlab / placenet

2022 work - 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

2022 work - 1


Languages

Language:Python 99.2%Language:Shell 0.8%