Megvii-BaseDetection / cvpods

All-in-one Toolbox for Computer Vision Research.

Home Page:https://cvpods.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Usage] TEST.EVAL_PERIOD doesn't seem to properly working

jihwanp opened this issue · comments

Please use this template to submit your problem or your question will NOT be properly tackled.


Describe what you want to do, including:

  1. what inputs you will provide, if any:
  2. what outputs you are expecting:

❓ What does an API do and how to use it?

Hi I currently use TEST.EVAL_PERIOD config for online evaluation and I put it in my command line (e.g, pods_train --num-gpus 8 TEST.EVAL_PERIOD 50). But what I found was it doesn't work and it works when I change the config file to TEST=dict(EVAL_PERIOD=50). Do you know why this problem happens? Im worriying that this phenomenon can make me unreliable in my argument setting.
Thanks