Skip to content

Commit

Permalink
push for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DangChuong-DC committed Mar 2, 2022
1 parent 60dfa9a commit 3b56869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmrotate/datasets/dota.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def eval_map(det_results,
area_ranges = ([(rg[0]**2, rg[1]**2) for rg in scale_ranges]
if scale_ranges is not None else None)

pool = get_context("spawn").Pool(nproc)
pool = get_context('spawn').Pool(nproc)
eval_results = []
for i in range(num_classes):
# get gt and det bboxes of this class
Expand Down

0 comments on commit 3b56869

Please sign in to comment.