leohsuofnthu / Tensorflow-YOLACT

Implementation of the paper "YOLACT Real-time Instance Segmentation" in Tensorflow 2
111 stars 36 forks source link

Refactor the code #23

Closed leohsuofnthu closed 4 years ago

leohsuofnthu commented 4 years ago
  1. Rename files
  2. Correct SSD Data Augmentation
  3. Reduce the redundant code in parser
  4. Training loop with mAP table

p.s. Still have some issue to solve (within a week)