File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,11 @@ The initial objectives:
1111- [x] Low level blocks / helpers (SeparableConv, create_pool2d (same padding), etc)
1212- [x] PyTorch implementation of BiFPN, BoxNet, ClassNet modules and related submodules
1313- [x] Port Tensorflow checkpoints to PyTorch -- initial D1 checkpoint converted, state_dict loaded, on to validation....
14- - [ ] Basic MS COCO validation script
14+ - [x] Basic MS COCO validation script
15+ - [x] Temporary (hacky) COCO dataset and transform
16+ - [x] Port reference TF anchor and object detection code
17+ - [x] Verify model output sanity (definitely signs of life with some valid predictions, has issues, likely alignment/padding/missed activation)
18+ - [ ] Integrate MSCOCO eval metric calcs
1519- [ ] Lots of cleanup, testing
1620
1721Possible future directions:
You can’t perform that action at this time.
0 commit comments