Closed kvas7andy closed 6 years ago
I encountered the same issue, I just evaded using that specific room.
I am asking, because I tried to filter scene with new
'scene_filter': lambda s: 2 < s['nrooms'] < 6 or s['sceneId'] != 'cf85f3aafa09bb6fc7c228835ef25a33',
which spends eternity to load scene and not even try to initialize server.
@kvas7andy The filter you copied will not work because you need to use 'id' not 'sceneId' (refer to the column headers of the file specified in "scenes_file" for valid filter columns). You are likely observing freezing on initialization because the process is throwing an error. Also, you probably want the filter logic to use an "and" not an "or" if you want to exclude episodes from the specific scene.
I am currently investigating the reason for the distance undefined error you observe in that scene and will let you know when that is resolved.
Thank you, @msavva I was not neat enough. Similar issue comes from scene number "0c818d79073de53af1b620d950f0ad75"
@kvas7andy the commits to master should help to resolve this issue. Please follow the installation steps to rebuild the server module, and let us know if you still observe any crashes.
@kvas7andy did you get a chance to check whether the current master code resolves the issue on your end?
@msavva No similar error came up till now, thank you!
While training unreal model on medium-sized SUNCG dataset I found problem with one scene (wish only one, as I couldn't continue my train after an error occurred). I don't know concrete reason but while running .js script for scene parsing it couldn't establish scene and its distance. Please, look here at sim00/simserver.log traceback (other 3 servers has the same error, when loaded scene). Is it due to partial data, included in suncg.v2.zip archive? It was provided to me by the authors of SUNCG alone for minos task.