Step-by-step installation instructions

March 25, 2025 · View on GitHub

Use MoME with Docker

a. We provide Docker Image.

docker pull kyparkk/mome:python3.8_torch1.11.0_cu113
docker run --gpus all --shm-size=512g -it -v {DATA_DIR}:{DATA_DIR} kyparkk/mome:python3.8_torch1.11.0_cu113 /bin/bash

b. Clone MoME.

git clone https://github.com/konyul/MoME.git

c. Install requirements

cd /path/to/MoME
pip install -r requirements.txt

c. Download pre-trained weights Download the pretrained weight of the image backbone from https://github.com/hanchaa/MEFormer

MoME
├─ ckpts
  ├─ fcos3d_vovnet_imgbackbone-remapped.pth
  └─ nuim_r50.pth
├─ figures
├─ projects
└─ tools