import os import torch import matplotlib.pyplot as plt import cv2 from pytorch3d.utils import ico_sphere import numpy as np from tqdm.notebook import tqdm from pytorch3d.io import load_objs_as_meshes, save_obj from pytorch3d.loss import ( chamfer_distance, mesh_edge_loss, mesh_laplacian_smoo...
Traceback (most recent call last): File "/home/srijan.singh/pytorch3d/test.py", line 1, in <module> from pytorch3d.loss import chamfer_distance File "/home/srijan.singh/pytorch3d/pytorch3d/loss/__init__.py", line 8, in <module> from .chamfer import chamfer_distance File "/home/srij...
I try to install mmcv-full using below the version of cuda I have installed, some errors occur. But when I install pytorch using below the version of cuda I have installed, it also can work, do you have some idea to slove it? Maybe a suc...