NIck
NIck
It still exists in 0.9 version .After running for several hours heap memory seems to keep increasing ,finally ,it throws a OutOfMemory error.
Hi, I have the same issue here. I get a nonzero objective value (with msg=1 log), but pulp.value(model.objective)) return zero.
Thank you for answering my question. I have run the main.py with your updates, but it still does not work. The related error is like this: `FileNotFoundError: [Errno 2] No...
sorry, I still meet with this error ```python File "3dfuture2suncg.py", line 43, in with open('../latentspace/obj_coarse_semantic.json') as f: FileNotFoundError: [Errno 2] No such file or directory: '../latentspace/obj_coarse_semantic.json' ```
Another miss directory error when runing main.py: ```python /furniture_arrangement/furniture_arrangement/paper/3DScenePlatform/sketch_retrival/models/Model.py", line 32, in load raise IOError("{} directory does not exist in {}".format(self.name, path)) OSError: MVCNN directory does not exist in ./sketch_retrival/MVCNN_stage_1...
I found the variable `args.FRONT_path` is overwritten by [filenames](https://github.com/Shao-Kui/3DScenePlatform/blob/1b77e46781ac591c3ba3d1f170d49b6bbb741f19/assets/3dfuture2suncg.py#L154) After I fix that, another error still pops: ```python Traceback (most recent call last): File "3dfuture2suncg.py", line 411, in main(args) File...
It's weird, I believe I have pulled the latest version of the master branch. Because I tried `git pull`, it says 'Already up to date.' And I check the wrongly...
Actually, it does happen. See this file: 131fb697-ef09-458a-b28d-df6f10798fb2.json then search: "uid": "1593653892257/0"
Weird thing again :joy: Maybe we just have two different copies of 3D-FRONT? > I don't know if other files are converted correctly? Actually, the converting keeps running after I...
Checked. ```python >>> import trimesh >>> print(trimesh.__version__) 3.7.14 ```