Skip to content
Snippets Groups Projects
  1. May 29, 2019
  2. May 20, 2019
  3. May 17, 2019
    • Kai Chen's avatar
      Save class names in checkpoints and update the high-level inference APIs (#645) · 7facc34f
      Kai Chen authored
      * update the high-level inference api
      
      * save classes in meta data and use it for visualization
      7facc34f
    • Cao Yuhang's avatar
      Reimplement "FCOS: Fully Convolutional One-Stage Object Detection" (#586) · 8d38fd8c
      Cao Yuhang authored
      * add fcos
      
      * use P5 instead of C5
      
      * add relu before extra convs in FPN
      
      * add singleclass_nms, use caffe2 lr
      
      * fix log interval
      
      * use caffe2init and relu in extra layers
      
      * fix scale layer, use p5 instead of c5
      
      * fix focs target
      
      * refactor code
      
      * delete useless file
      
      * clean
      
      * refactor code
      
      * change num_classes to cls_out_channels
      
      * fix bug of in get_bboxes
      
      * fix bug in test
      
      * add r101 2x cfg
      
      * ms use value mode, add x101-64x4d cfg
      
      * add more comment and rename some variable
      
      * rename centers to points, modify doc string of distance2bbox
      
      * add fcos detector, replace frozen with requires_grad
      
      * add README.md
      
      * add r101-1x performance, rename cfg, add detector FCOS
      
      * update fcos r50 2x performance, remove fpn caffe2 initialize
      
      * fix flake8 error
      
      * rename cfg
      
      * fix grammar error of some comments
      
      * minor fix comment
      
      * change work_dir to be consistent with config name
      
      * add FCOS support in README
      8d38fd8c
  4. May 15, 2019
  5. May 12, 2019
  6. Apr 29, 2019
  7. Apr 17, 2019
  8. Mar 24, 2019
  9. Feb 22, 2019
    • 高志华's avatar
      Update inference.py (#329) · 254077be
      高志华 authored
      * Update inference.py
      
      fix inference bug, the default keep_ratio is True...But SSD should be false
      
      * Update inference.py
      
      format correct
      
      * Update inference.py
      
      A more stable way
      
      * Update inference.py
      
      * Update inference.py
      254077be
  10. Dec 19, 2018
  11. Dec 11, 2018
  12. Oct 15, 2018
  13. Oct 12, 2018
Loading