File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,11 @@ The initial objectives:
11
11
- [x] Low level blocks / helpers (SeparableConv, create_pool2d (same padding), etc)
12
12
- [x] PyTorch implementation of BiFPN, BoxNet, ClassNet modules and related submodules
13
13
- [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
15
19
- [ ] Lots of cleanup, testing
16
20
17
21
Possible future directions:
You can’t perform that action at this time.
0 commit comments