tensorflow / tensorflow/models

how to get the mAP graph?

Open
#9,208 9 comments 0 reactions 3 assignees View on GitHub

@pkulzc is already working on this.

Since Sep 22, 2020.

models:research:odapi type:support
Dominant language
Python
Stars
77.7k
Forks
44.8k
PR merge metrics
No merged PRs in 30d

Description

Have i written custom code?
-No
OS Platform and Distribution:
-Windows10
TensorFlow installed from:
-pip install tensorflow
TensorFlow Version:
-1.15.0
Bazel Version:
-N/A
CUDA/cuDNN version:
-10.0/7.6.5
GPU model and memory:
NVIDIA GTX 2060s
Exact command to reproduce:
python model_main.py --logtostderr --model_dir=training/ --pipeline_config_path=training/faster_rcnn_inception_v2_pets.config

Managed to make mAP graph show using model_main.py

  1. How can I show this training and validation loss in a single graph

image

This is what I see in my tensorboard

image

  1. My loss_1 and loss_2 in the above training progress is spiking where it should look smooth like this. My loss graph using train.py is similar to the images below.

image
image

  1. My mAP graph is so low @ 29 mAP. Others training has 80 above mAP. I'm using faster rcnn inception v2 coco
    image

  2. On my loss graph, when I used model_main.py the loss kept increasing whereas when I use train.py it was decreasing smoothly

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.