hailanyi / 3D-Multi-Object-Tracker

A project for 3D multi-object tracking
Apache License 2.0
302 stars 55 forks source link

Can we get a pre-trained model of PC3T? #4

Closed FlyerMaxwell closed 1 year ago

FlyerMaxwell commented 3 years ago

Hi, I am doing a project about wireless sensing and want to use PC3T as a reference (ground truth). How could we get a pre-trained model for a first try on our own dataset?

hailanyi commented 1 year ago

You need to first train a detector using OpenPCDet on your own dataset to generate 3D detections results. Then, you can use this project and the detection results to generate the tracking results.