tensorflow / tensorflow/models
can i train faster-rcnn-inception-v2 on multiple tfrecords?
@pkulzc is already working on this.
Since Jun 25, 2020.
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
Please go to Stack Overflow for help and support:
http://stackoverflow.com/questions/tagged/tensorflow
Also, please understand that many of the models included in this repository are experimental and research-style code. If you open a GitHub issue, here is our policy:
- It must be a bug, a feature request, or a significant problem with documentation (for small docs fixes please send a PR instead).
- The form below must be filled out.
Here's why we have that policy: TensorFlow developers respond to issues. We want to focus on work that benefits the whole community, e.g., fixing bugs and adding features. Support only helps individuals. GitHub also notifies thousands of people when issues are filed. We want them to see you communicating an interesting problem, rather than being redirected to Stack Overflow.
System information
-
What is the top-level directory of the model you are using: /models/research/object_detection
-
Have I written custom code (as opposed to using a stock example script provided in TensorFlow): used my own dataset
-
OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 16.04
-
TensorFlow installed from (source or binary): pip install
-
TensorFlow version (use command below): 1.7.0
-
Bazel version (if compiling from source):
-
CUDA/cuDNN version:
-
GPU model and memory: NVIDIA GeForce GTX 1080
-
Exact command to reproduce: python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_inception_v2_pets.config
Describe the problem
I am trying to train a model on my own dataset. in tutorials that i had seen they always use one tfrecord for train and one for test - each containing data on multiple tagged images.
my data contains one tfrecord for each labeled image.
I tried to train the model on my tfrecords but it was not able to make the training.
is it possible to train on multiple tfrecords? if yes, how are they supposed to be arranged ?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.