zubair-irshad / CenterSnap

Pytorch code for ICRA'22 paper: "Single-Shot Multi-Object 3D Shape Reconstruction and Categorical 6D Pose and Size Estimation"
https://zubair-irshad.github.io/projects/CenterSnap.html
286 stars 47 forks source link

Installation Error #33

Open kordou opened 7 months ago

kordou commented 7 months ago

simnet have many errors like ModuleNotFoundError Traceback (most recent call last)

in <cell line: 7>() 5 import torch 6 import torch.nn.functional as F ----> 7 import open3d as o3d 8 import matplotlib.pyplot as plt 9 import os

ModuleNotFoundError: No module named 'open3d'


NOTE: If your import is failing due to a missing package, you can manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the "Open Examples" button below.

and other as you go on and install depedencines,

you cannot install or run it either local or colab