Skip to content

Could you please provide more details about the train data? #3

@HyuanTan

Description

@HyuanTan

Hi, thanks for share!
Did you use python3? If I want to test using python2, can you provide the pickle files such as kitti_pose_error_data_test_02.pickle which can be read in python2? Because the pickle files you provided is using protocol 4 which is not compatible with python2. And I want to using python3 to load the pickle files and re-dump to pickle files so that I can read in python2, but I get some error like this:

kitti_data = pickle.load(handle)
ModuleNotFoundError: No module named 'liegroups.se3'

I already installed the liegroups and did I need to use liegroups in torch when using pickle.load to load the pickle files? If not, could you please figure out what wrong with that error.

Another question is that if want to train the model using train_dpc_net.py, could you please provide more details about the train data? The path in relative scripts make me confused.

Thanks!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions