tensorflow / tensorflow/models
Training fails on - faster_rcnn_resnet101 - Error : Groundtruth tensor boxes has not been provided -
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
Prerequisites
Please answer the following questions for yourself before submitting an issue.
1. The entire URL of the file you are using
htthttps://github.com/tensorflow/models.git
2. Describe the bug
When I start the training I get the following error.

3. Steps to reproduce
After preparing my data set and with all other formalities. I use the following command to start the training
python model_main_tf2.py --model_dir=/home/ubuntu/tf_2/training/ --pipeline_config_path=/home/ubuntu/tf/faster_rcnn_resnet101_v1_1024x1024_coco17_tpu-8.config --alsologtostderr
Steps to reproduce the behavior.
4. Expected behavior
RuntimeError: Groundtruth tensor boxes has not been provided
5. Additional context
Include any logs that would be helpful to diagnose the problem.
6. System information
- OS Ubuntu 18.04
- TensorFlow installed from source
- TensorFlow version TF 2.4.1
- Python version: 3.6
- CUDA/cuDNN version: 11.2 / 8.1
- GPU model and memory: k80 12 gb
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.