trinhtuanvubk / SAM3D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAM3D

Introduction

  • This repo is to apply Segment Anything 2D to 3D space

Install

  • Create conda env
conda create -n sam3d
conda activate sam3d
  • Install
pip install -r requirements.txt
  • Download Segment Anything checkpoint
wget "https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth"

About


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%