-
Notifications
You must be signed in to change notification settings - Fork 11
Description
I see you've been updating during the National Day holiday - you've really been working hard! I'm extremely interested in this project, and your work is truly impressive. I've read the paper over a dozen times and am currently going through the codebase while attempting to reproduce it.
However, I'm currently stuck because I'm missing these two files, particularly relationships.txt. My understanding is that relationships.txt defines the spatial correlations between objects (left/right/front/back etc.), is that correct?
The file paths in question are:
relationship_file_path='../lidargen/dataset/transforms_3d/scene_graph/relationships.txt',
classnames_file_path='../lidargen/dataset/transforms_3d/scene_graph/classes_nuscenes.txt'
I've created my own version of classes_nuscenes.txt. like this, is it correct?
car
truck
construction_vehicle
bus
trailer
barrier
motorcycle
bicycle
pedestrian
traffic_cone
I'm very eager to get this project running locally as soon as possible. Would it be possible for you to release the complete code soon, or at least provide these two files so I can continue my work?
Thank you for your consideration!