Update models/ISOMER/scripts/project_mesh.py
Browse files
models/ISOMER/scripts/project_mesh.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
from typing import List
|
2 |
import torch
|
|
|
3 |
import numpy as np
|
4 |
from PIL import Image
|
5 |
from pytorch3d.renderer.cameras import look_at_view_transform, OrthographicCameras, CamerasBase
|
|
|
1 |
from typing import List
|
2 |
import torch
|
3 |
+
import spaces
|
4 |
import numpy as np
|
5 |
from PIL import Image
|
6 |
from pytorch3d.renderer.cameras import look_at_view_transform, OrthographicCameras, CamerasBase
|