ktzsh / object-tracking

Multiple Object Tracking System in Keras + (Detection Network - YOLO)
94 stars 36 forks source link

HDF5 FILES ARE EMPTY #9

Open Shruthi-Sampathkumar opened 4 years ago

Shruthi-Sampathkumar commented 4 years ago

When I got the hdf5 files saved, I tried to predict on 4 images using the prdict() in MultiObjDetTracker. The classes predicted were found to be empty and as well as the bounding boxes. When I tried to view the hdf5 files stored using pandas, they were found to be empty as well. May I know what might be casuing this issue?

Cram3r95 commented 4 years ago

When I got the hdf5 files saved, I tried to predict on 4 images using the prdict() in MultiObjDetTracker. The classes predicted were found to be empty and as well as the bounding boxes. When I tried to view the hdf5 files stored using pandas, they were found to be empty as well. May I know what might be casuing this issue?

Which files have you downloaded so as to train the model? MOT17Det for pedestrians?