-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commits on Oct 26, 2018
-
Add RetinetNet parameters in cfg.
Cheng-Yang Fu committedOct 26, 2018 Configuration menu - View commit details
-
Copy full SHA for e185c79 - Browse repository at this point
Copy the full SHA e185c79View commit details -
Cheng-Yang Fu committed
Oct 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 6167fa4 - Browse repository at this point
Copy the full SHA 6167fa4View commit details
Commits on Oct 27, 2018
-
Add the retinanet head module now.
Cheng-Yang Fu committedOct 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 99920af - Browse repository at this point
Copy the full SHA 99920afView commit details -
Add the function to generate the anchors for RetinaNet.
Cheng-Yang Fu committedOct 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 9e82436 - Browse repository at this point
Copy the full SHA 9e82436View commit details
Commits on Oct 28, 2018
-
Add the SigmoidFocalLoss cuda operator.
Cheng-Yang Fu committedOct 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 69d5d3a - Browse repository at this point
Copy the full SHA 69d5d3aView commit details -
Fix the bug in the extra layers.
Cheng-Yang Fu committedOct 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 587ccd8 - Browse repository at this point
Copy the full SHA 587ccd8View commit details -
Change the normalizer for SigmoidFocalLoss
Cheng-Yang Fu committedOct 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 89e35b2 - Browse repository at this point
Copy the full SHA 89e35b2View commit details -
Support multiscale in training.
Cheng-Yang Fu committedOct 28, 2018 Configuration menu - View commit details
-
Copy full SHA for bd9a817 - Browse repository at this point
Copy the full SHA bd9a817View commit details
Commits on Oct 29, 2018
-
Add retinannet training script.
Cheng-Yang Fu committedOct 29, 2018 Configuration menu - View commit details
-
Copy full SHA for 882655a - Browse repository at this point
Copy the full SHA 882655aView commit details
Commits on Oct 31, 2018
-
Add the inference part of RetinaNet.
Cheng-Yang Fu committedOct 31, 2018 Configuration menu - View commit details
-
Copy full SHA for b5ca053 - Browse repository at this point
Copy the full SHA b5ca053View commit details
Commits on Nov 2, 2018
-
Fix the bug when building the extra layers in retinanet.
Update the matching part in retinanet_loss.
Cheng-Yang Fu committedNov 2, 2018 Configuration menu - View commit details
-
Copy full SHA for a1f7365 - Browse repository at this point
Copy the full SHA a1f7365View commit details -
Add the first version of the inference of RetinaNet.
Need to check it again to see if is there any room for speed improvement.
Cheng-Yang Fu committedNov 2, 2018 Configuration menu - View commit details
-
Copy full SHA for 6cc7264 - Browse repository at this point
Copy the full SHA 6cc7264View commit details -
Remove the retinanet_R-50-FPN_2x.yaml first.
Cheng-Yang Fu committedNov 2, 2018 Configuration menu - View commit details
-
Copy full SHA for dca2453 - Browse repository at this point
Copy the full SHA dca2453View commit details
Commits on Nov 3, 2018
-
Optimize the retinanet postprocessing.
Cheng-Yang Fu committedNov 3, 2018 Configuration menu - View commit details
-
Copy full SHA for ce06ecd - Browse repository at this point
Copy the full SHA ce06ecdView commit details -
Merge branch 'master' of https://github.com/facebookresearch/maskrcnn…
…-benchmark into retina_net
Cheng-Yang Fu committedNov 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 615af53 - Browse repository at this point
Copy the full SHA 615af53View commit details -
Cheng-Yang Fu committed
Nov 3, 2018 Configuration menu - View commit details
-
Copy full SHA for a859b1e - Browse repository at this point
Copy the full SHA a859b1eView commit details -
Add script for training RetinaNet with ResNet101 backbone.
Cheng-Yang Fu committedNov 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 2e9881f - Browse repository at this point
Copy the full SHA 2e9881fView commit details
Commits on Nov 6, 2018
-
Move cfg.RETINANET to cfg.MODEL.RETINANET
Cheng-Yang Fu committedNov 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 21a84e7 - Browse repository at this point
Copy the full SHA 21a84e7View commit details -
Remove the variables which are not used.
Cheng-Yang Fu committedNov 6, 2018 Configuration menu - View commit details
-
Copy full SHA for ee7760f - Browse repository at this point
Copy the full SHA ee7760fView commit details -
Generate Empty BoxLists instead of [] in retinanet_infer
Cheng-Yang Fu committedNov 6, 2018 Configuration menu - View commit details
-
Copy full SHA for adb25d6 - Browse repository at this point
Copy the full SHA adb25d6View commit details -
Remove the not used commented lines.
Add NUM_DETECTIONS_PER_IMAGE
Cheng-Yang Fu committedNov 6, 2018 Configuration menu - View commit details
-
Copy full SHA for b84ff0e - Browse repository at this point
Copy the full SHA b84ff0eView commit details -
Cheng-Yang Fu committed
Nov 6, 2018 Configuration menu - View commit details
-
Copy full SHA for b3af003 - Browse repository at this point
Copy the full SHA b3af003View commit details -
Move retinanet related files under Modeling/rpn/retinanet
Cheng-Yang Fu committedNov 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 911196f - Browse repository at this point
Copy the full SHA 911196fView commit details -
Add retinanet_X_101_32x8d_FPN_1x.yaml script.
This model is not fully validated. I only trained it around 5000 iterations and everything is fine.
Cheng-Yang Fu committedNov 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 5fc4b75 - Browse repository at this point
Copy the full SHA 5fc4b75View commit details
Commits on Nov 10, 2018
-
set RETINANET.PRE_NMS_TOP_N as 0 in level5 (p7), because previous set…
…ting may generate zero detections and could cause the program break. This part is used in original Detectron setting.
Cheng-Yang Fu committedNov 10, 2018 Configuration menu - View commit details
-
Copy full SHA for c8c4bc7 - Browse repository at this point
Copy the full SHA c8c4bc7View commit details -
Fix the rpn only bug when the training ends.
Cheng-Yang Fu committedNov 10, 2018 Configuration menu - View commit details
-
Copy full SHA for cfe06d8 - Browse repository at this point
Copy the full SHA cfe06d8View commit details
Commits on Nov 19, 2018
-
Merge branch 'master' of https://github.com/facebookresearch/maskrcnn…
…-benchmark into retinanet Add the EmptyBox in retina/inference if there is no detection.
Cheng-Yang Fu committedNov 19, 2018 Configuration menu - View commit details
-
Copy full SHA for bac17d6 - Browse repository at this point
Copy the full SHA bac17d6View commit details
Commits on Nov 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9e2baa7 - Browse repository at this point
Copy the full SHA 9e2baa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8c919a - Browse repository at this point
Copy the full SHA a8c919aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 190e132 - Browse repository at this point
Copy the full SHA 190e132View commit details
Commits on Nov 25, 2018
-
keep the generalized_rcnn same.
Move the build_retinanet inside build_rpn.
Cheng-Yang Fu committedNov 25, 2018 Configuration menu - View commit details
-
Copy full SHA for 8bab238 - Browse repository at this point
Copy the full SHA 8bab238View commit details
Commits on Jan 23, 2019
-
Merge branch 'master' of https://github.com/facebookresearch/maskrcnn…
…-benchmark into retinanet
Cheng-Yang Fu committedJan 23, 2019 Configuration menu - View commit details
-
Copy full SHA for 51bbb17 - Browse repository at this point
Copy the full SHA 51bbb17View commit details
Commits on Jan 25, 2019
-
Add USE_C5 in the MODEL.RETINANET
Cheng-Yang Fu committedJan 25, 2019 Configuration menu - View commit details
-
Copy full SHA for b328d22 - Browse repository at this point
Copy the full SHA b328d22View commit details -
Merge branch 'retinanet' of https://github.com/chengyangfu/maskrcnn-b…
…enchmark into retinanet
Cheng-Yang Fu committedJan 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 0dac79d - Browse repository at this point
Copy the full SHA 0dac79dView commit details -
Add two configs using P5 to generate P6.
Cheng-Yang Fu committedJan 25, 2019 Configuration menu - View commit details
-
Copy full SHA for 328ea98 - Browse repository at this point
Copy the full SHA 328ea98View commit details
Commits on Jan 28, 2019
-
fix the bug when loading the Caffe2 ImageNet pretrained model.
Cheng-Yang Fu committedJan 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 0177419 - Browse repository at this point
Copy the full SHA 0177419View commit details
Commits on Jan 29, 2019
-
Reduce the code depulication of RPN loss and RetinaNet loss.
Cheng-Yang Fu committedJan 29, 2019 Configuration menu - View commit details
-
Copy full SHA for 128c491 - Browse repository at this point
Copy the full SHA 128c491View commit details -
Remove the comment which is not used.
Cheng-Yang Fu committedJan 29, 2019 Configuration menu - View commit details
-
Copy full SHA for dc73a33 - Browse repository at this point
Copy the full SHA dc73a33View commit details
Commits on Jan 30, 2019
-
Remove the hard coded number of classes.
Cheng-Yang Fu committedJan 30, 2019 Configuration menu - View commit details
-
Copy full SHA for a51abdc - Browse repository at this point
Copy the full SHA a51abdcView commit details
Commits on Jan 31, 2019
-
share the foward part of rpn inference.
Cheng-Yang Fu committedJan 31, 2019 Configuration menu - View commit details
-
Copy full SHA for 5c7b391 - Browse repository at this point
Copy the full SHA 5c7b391View commit details -
Cheng-Yang Fu committed
Jan 31, 2019 Configuration menu - View commit details
-
Copy full SHA for bec7cc1 - Browse repository at this point
Copy the full SHA bec7cc1View commit details -
Remove the conditional part in the inference.
Cheng-Yang Fu committedJan 31, 2019 Configuration menu - View commit details
-
Copy full SHA for 77e3626 - Browse repository at this point
Copy the full SHA 77e3626View commit details -
Bug fix: add the utils file for permute and flatten of the box
prediction layers.
Cheng-Yang Fu committedJan 31, 2019 Configuration menu - View commit details
-
Copy full SHA for a8ba755 - Browse repository at this point
Copy the full SHA a8ba755View commit details -
Cheng-Yang Fu committed
Jan 31, 2019 Configuration menu - View commit details
-
Copy full SHA for dbbb6f9 - Browse repository at this point
Copy the full SHA dbbb6f9View commit details
Commits on Feb 1, 2019
-
Cheng-Yang Fu committed
Feb 1, 2019 Configuration menu - View commit details
-
Copy full SHA for 997ae29 - Browse repository at this point
Copy the full SHA 997ae29View commit details
Commits on Feb 3, 2019
-
quick fix: forget including import.
Cheng-Yang Fu committedFeb 3, 2019 Configuration menu - View commit details
-
Copy full SHA for 8c93b1d - Browse repository at this point
Copy the full SHA 8c93b1dView commit details
Commits on Feb 4, 2019
-
Merge branch 'retinanet' of https://github.com/chengyangfu/maskrcnn-benchmark into retinanet
Cheng-Yang Fu committedFeb 4, 2019 Configuration menu - View commit details
-
Copy full SHA for fb3fe10 - Browse repository at this point
Copy the full SHA fb3fe10View commit details -
Adjust the normalization part according to Detectron's setting.
Cheng-Yang Fu committedFeb 4, 2019 Configuration menu - View commit details
-
Copy full SHA for 096f0d6 - Browse repository at this point
Copy the full SHA 096f0d6View commit details -
Pull from maskrcnn-benchmark master branch.
Merge https://github.com/facebookresearch/maskrcnn-benchmark into retinanet
Cheng-Yang Fu committedFeb 4, 2019 Configuration menu - View commit details
-
Copy full SHA for da19923 - Browse repository at this point
Copy the full SHA da19923View commit details
Commits on Feb 13, 2019
-
Use the bbox reg normalization term.
Cheng-Yang Fu committedFeb 13, 2019 Configuration menu - View commit details
-
Copy full SHA for afd5f0b - Browse repository at this point
Copy the full SHA afd5f0bView commit details -
Merge https://github.com/facebookresearch/maskrcnn-benchmark into ret…
…inanet
Cheng-Yang Fu committedFeb 13, 2019 Configuration menu - View commit details
-
Copy full SHA for c235307 - Browse repository at this point
Copy the full SHA c235307View commit details -
Clean the code according to recent review.
Cheng-Yang Fu committedFeb 13, 2019 Configuration menu - View commit details
-
Copy full SHA for 6389130 - Browse repository at this point
Copy the full SHA 6389130View commit details
Commits on Feb 14, 2019
-
Using CUDA version for training now. And the python version for training
on cpu.
Cheng-Yang Fu committedFeb 14, 2019 Configuration menu - View commit details
-
Copy full SHA for 26c707e - Browse repository at this point
Copy the full SHA 26c707eView commit details -
rename the directory to retinanet.
Cheng-Yang Fu committedFeb 14, 2019 Configuration menu - View commit details
-
Copy full SHA for 45372c4 - Browse repository at this point
Copy the full SHA 45372c4View commit details -
Make the train and val datasets are consistent with mask r-cnn setting.
Cheng-Yang Fu committedFeb 14, 2019 Configuration menu - View commit details
-
Copy full SHA for 3bb285d - Browse repository at this point
Copy the full SHA 3bb285dView commit details -
Cheng-Yang Fu committed
Feb 14, 2019 Configuration menu - View commit details
-
Copy full SHA for 37e9075 - Browse repository at this point
Copy the full SHA 37e9075View commit details