Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Latest updates
  • Loading branch information
rwightman authored Apr 4, 2020
1 parent 7aa335a commit addc9ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ The initial objectives:
- [x] Low level blocks / helpers (SeparableConv, create_pool2d (same padding), etc)
- [x] PyTorch implementation of BiFPN, BoxNet, ClassNet modules and related submodules
- [x] Port Tensorflow checkpoints to PyTorch -- initial D1 checkpoint converted, state_dict loaded, on to validation....
- [ ] Basic MS COCO validation script
- [x] Basic MS COCO validation script
- [x] Temporary (hacky) COCO dataset and transform
- [x] Port reference TF anchor and object detection code
- [x] Verify model output sanity (definitely signs of life with some valid predictions, has issues, likely alignment/padding/missed activation)
- [ ] Integrate MSCOCO eval metric calcs
- [ ] Lots of cleanup, testing

Possible future directions:
Expand Down

0 comments on commit addc9ee

Please sign in to comment.