Skip to content

Commit

Permalink
eccv2020 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
KMnP committed Jul 18, 2020
1 parent aff5be4 commit 6e2d72b
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 21 deletions.
2 changes: 1 addition & 1 deletion fashionpedia/fp_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,6 @@ def _summarize_with_cat(self, f1=True, iou=True, catIdx=None, catSuperIdx=None):
"f1": f1,
"iou": iou,
}
results["AP"] = self._summarize('ap', catSuperIdx=catSuperIdx, **kwargs)

if catSuperIdx is None and catIdx is None:
for idx, super_cls in enumerate(self.FPParams.catSuperCls):
Expand All @@ -722,6 +721,7 @@ def _summarize_with_cat(self, f1=True, iou=True, catIdx=None, catSuperIdx=None):

kwargs["catSuperIdx"] = catSuperIdx
kwargs["catId"] = catIdx
results["AP"] = self._summarize('ap', **kwargs)
if iou:
results["AP_IOU50"] = self._summarize('ap', iouThr=.5, **kwargs)
results["AP_IOU75"] = self._summarize('ap', iouThr=.75, **kwargs)
Expand Down
52 changes: 32 additions & 20 deletions fashionpedia_demo.ipynb

Large diffs are not rendered by default.

Binary file modified images/000000009813.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/000000010223.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/baseline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/examples.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/more_examples.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/teaser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6e2d72b

Please sign in to comment.