fizyr / tf-retinanet

Apache License 2.0
115 stars 32 forks source link

WIP: Submodels implementation #27

Closed enricoliscio closed 5 years ago

enricoliscio commented 5 years ago

Support the usage of external custom submodels and YAML generator.

bin/evaluate.py works with basic RetinaNet submodels (both with COCO and YAML generators), not yet with AngleRegression.

It is still work in progress, but it is good to already check the basic implementations.

Fixes #22

enricoliscio commented 5 years ago

@hgaiser @vsuryamurthy a very quick check, there have been very small changes. I will merge it soon.