charlesq34 / frustum-pointnets

Frustum PointNets for 3D Object Detection from RGB-D Data
Apache License 2.0
1.59k stars 538 forks source link

Missing Library #52

Closed PranjalBiswas closed 6 years ago

PranjalBiswas commented 6 years ago

Hi,

I was trying to run train_one_hot.py, but it refers to a model file i.e. frustum_pointnets_v1_sunrgbd.py. This model file tries to import from a library called "model_v1_deeper_0914_corners_balanced " as follows:

from model_v1_deeper_0914_corners_balanced import get_box3d_corners, get_box3d_corners_helper # TODO move elsewhere

Also the model uses function definitions from this library. Where can I find this library? There is another library model.py which contains same definitions, can I use that. Although on using that I get a dimension error. Please let me know as soon as possible. Thanks a lot in advance.

Kind Regards Pranjal Biswas

PranjalBiswas commented 6 years ago

Thank you for uploading the library.