ktzsh / object-tracking

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

Saved Checkpoint Error #8

Open Shruthi-Sampathkumar opened 4 years ago

Shruthi-Sampathkumar commented 4 years ago

Where can I find the 'models/MultiObjDetTracker-CHKPNT-03-0.55.hdf5'??

Cram3r95 commented 4 years ago

I have the same problem. I got how to run the trainer.py, checking some mistakes due to python version. However, I am not able to find where is the file 'models/MultiObjDetTracker-CHKPNT-03-0.55.hdf5'. Can you help me?

Shruthi-Sampathkumar commented 4 years ago

I have the same problem. I got how to run the trainer.py, checking some mistakes due to python version. However, I am not able to find where is the file 'models/MultiObjDetTracker-CHKPNT-03-0.55.hdf5'. Can you help me?

I think that we have to train it from scratch by setting LOAD_MODEL in MultiObjDetTracker to False.

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?

Shruthi-Sampathkumar commented 4 years ago

I have the same problem. I got how to run the trainer.py, checking some mistakes due to python version. However, I am not able to find where is the file 'models/MultiObjDetTracker-CHKPNT-03-0.55.hdf5'. Can you help me?

Did you train the model?

Cram3r95 commented 4 years ago

I have the same problem. I got how to run the trainer.py, checking some mistakes due to python version. However, I am not able to find where is the file 'models/MultiObjDetTracker-CHKPNT-03-0.55.hdf5'. Can you help me?

Did you train the model?

I assumed that the model was already trained. Do you know how to perform the training with this files?

Cram3r95 commented 4 years ago

I did what you mentioned above, but now I have other issues. In MultiObjTrack.py I am not able to find the .pickle files required to train the model. They are expected to belong to MOT dataset. Did you find them?

Cram3r95 commented 4 years ago

I cannot find this file: data/MultiObjDetTracker_MOT17_TrainAnn.pickle