Spaces:
Running
on
Zero
Running
on
Zero
Revert "pytorch3d"
Browse filesThis reverts commit 0efa1f8c5aaa00fd45f6b555983abb1cfdf2c97f.
step1x3d_texture/texture_sync/geometry.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import torch
|
|
|
2 |
import torch.nn.functional as F
|
3 |
|
4 |
from pytorch3d.ops import interpolate_face_attributes
|
|
|
1 |
import torch
|
2 |
+
import pytorch3d
|
3 |
import torch.nn.functional as F
|
4 |
|
5 |
from pytorch3d.ops import interpolate_face_attributes
|
step1x3d_texture/texture_sync/project.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import torch
|
|
|
2 |
|
3 |
|
4 |
from pytorch3d.io import load_objs_as_meshes, load_obj, save_obj, IO
|
|
|
1 |
import torch
|
2 |
+
import pytorch3d
|
3 |
|
4 |
|
5 |
from pytorch3d.io import load_objs_as_meshes, load_obj, save_obj, IO
|
step1x3d_texture/texture_sync/shader.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
from typing import Optional
|
2 |
|
3 |
import torch
|
|
|
4 |
|
5 |
|
6 |
from pytorch3d.io import load_objs_as_meshes, load_obj, save_obj
|
|
|
1 |
from typing import Optional
|
2 |
|
3 |
import torch
|
4 |
+
import pytorch3d
|
5 |
|
6 |
|
7 |
from pytorch3d.io import load_objs_as_meshes, load_obj, save_obj
|