1. 09 Feb, 2021 3 commits
  2. 05 Feb, 2021 1 commit
  3. 04 Feb, 2021 3 commits
  4. 02 Feb, 2021 3 commits
  5. 01 Feb, 2021 2 commits
  6. 29 Jan, 2021 4 commits
  7. 28 Jan, 2021 3 commits
  8. 27 Jan, 2021 4 commits
  9. 26 Jan, 2021 2 commits
  10. 25 Jan, 2021 1 commit
  11. 22 Jan, 2021 2 commits
  12. 21 Jan, 2021 1 commit
  13. 20 Jan, 2021 4 commits
  14. 19 Jan, 2021 2 commits
  15. 18 Jan, 2021 1 commit
    • Vasilis Vryniotis's avatar
      Add MobileNetV3 architecture for Detection (#3253) · bf211dac
      Vasilis Vryniotis authored
      * Minor refactoring of a private method to make it reusuable.
      
      * Adding a FasterRCNN + MobileNetV3 with & w/o FPN models.
      
      * Reducing Resolution to 320-640 and anchor sizes to 16-256.
      
      * Increase anchor sizes.
      
      * Adding rpn score threshold param on the train script.
      
      * Adding trainable_backbone_layers param on the train script.
      
      * Adding rpn_score_thresh param directly in fasterrcnn_mobilenet_v3_large_fpn.
      
      * Remove fasterrcnn_mobilenet_v3_large prototype and update expected file.
      
      * Update documentation and adding weights.
      
      * Use buildin Identity.
      
      * Fix spelling.
      bf211dac
  16. 15 Jan, 2021 2 commits
  17. 14 Jan, 2021 2 commits
    • Vasilis Vryniotis's avatar
      Update to clang-format 11. (#3254) · ae87c1e4
      Vasilis Vryniotis authored
      ae87c1e4
    • Vasilis Vryniotis's avatar
      Add MobileNetV3 architecture for Classification (#3252) · 7bf6e7b1
      Vasilis Vryniotis authored
      * Add MobileNetV3 Architecture in TorchVision (#3182)
      
      * Adding implementation of network architecture
      
      * Adding rmsprop support on the train.py
      
      * Adding auto-augment and random-erase in the training scripts.
      
      * Adding support for reduced tail on MobileNetV3.
      
      * Tagging blocks with comments.
      
      * Adding documentation, pre-trained model URL and a minor refactoring.
      
      * Handling better untrained supported models.
      7bf6e7b1