Unverified Commit a97fc87b authored by Jintao Lin's avatar Jintao Lin Committed by GitHub
Browse files

[Docs] Add modelzoo statistics and polish docs (#201)

* add model stastics

* add model stastics and polish docs

* add model stastics and polish docs

* fix

* chmod +x stat.py
parent 20b163a4
...@@ -37,8 +37,8 @@ def _get_config_module(fname): ...@@ -37,8 +37,8 @@ def _get_config_module(fname):
def _get_detector_cfg(fname): def _get_detector_cfg(fname):
"""Grab configs necessary to create a detector. """Grab configs necessary to create a detector.
These are deep copied to allow for safe modification of parameters These are deep copied to allow for safe modification of parameters without
without influencing other tests. influencing other tests.
""" """
import mmcv import mmcv
config = _get_config_module(fname) config = _get_config_module(fname)
......
import argparse import argparse
import torch import torch
import torch.nn as nn
from mmcv.runner import save_checkpoint from mmcv.runner import save_checkpoint
from torch import nn as nn
from mmdet.apis import init_detector from mmdet.apis import init_detector
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment