-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to convert Imagenet-VID to TFRecords for TF/lstm_object_detection #1
base: master
Are you sure you want to change the base?
Conversation
Hi @evgps the command I use for the converter is: python vid_2015_to_tfrecord.py --root_dir=/path/to/VID2015 --output_path=/path/to/output It should generate tfrecords containing sequential data with length of 4, which is the same in the config. And in the config, you need to change the input path to your tfrecords. BTW, optimization for MobilenetV2 is updated recently, you may try that. However, still I couldn't train a valid model using the newest config, so I doubt that the way I convert the tfrecord might be wrong. |
@KanaSukita How to set the lab_map_path? Or what is it? How to generate it? Any help would be appreciated. |
@wangpichao I write the vid_label_map.pbtxt myself, something like below: item { |
@KanaSukita thanks. Till now, are you still working on this project? |
@wangpichao No, I couldn't train a valid model even if I use the training data for evaluation. But I am willing to try again if there is any upate in the official repo. |
@KanaSukita I also tried several times and with no valid models. |
Dear @wakanda-ai and @KanaSukita I have found that you have succeeded in running code from tensorflow/models#6253 .
Can you please provide more instructions on how to use your convertor and which settings in https://github.com/tensorflow/models/blob/master/research/lstm_object_detection/configs/lstm_ssd_mobilenet_v1_imagenet.config are correct for usage with your code.