Skip to content

Commit 04746e7

Browse files
authoredOct 9, 2024
Update dataset.py
1 parent e428c9c commit 04746e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎dataset/dataset.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def create(room_name):
8888
print(size_x, size_y, size_z)
8989
room.set_scale([roomscale, roomscale, roomscale])
9090

91-
model_objects = "/DATA/Omni6D/obj_models"
91+
model_objects = "<path-to-your-objectmesh>"
9292
model_num = random.choice(list(range(4,7)))
9393
models = []
9494
cates = os.listdir(os.path.join(model_objects, split))
@@ -333,4 +333,4 @@ def sample_pose(obj: bproc.types.MeshObject):
333333
continue
334334

335335

336-
create(room_name)
336+
create(room_name)

0 commit comments

Comments
 (0)
Please sign in to comment.