Skip to content

Commit

Permalink
update num_things_classes=80 for the new model file
Browse files Browse the repository at this point in the history
  • Loading branch information
wkpark committed May 4, 2023
1 parent afeb6aa commit 754c0b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/mask2former_r50_8xb2-lsj-50e_coco-panoptic.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
batch_augments=batch_augments,
)

num_things_classes = 1
num_things_classes = 80
num_stuff_classes = 0
num_classes = num_things_classes + num_stuff_classes
model = dict(
Expand Down
2 changes: 1 addition & 1 deletion config/mmdet_dd-person_mask2former-v3.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_base_ = ['./mask2former_r50_8xb2-lsj-50e_coco-panoptic.py']

num_things_classes = 1
num_things_classes = 80
num_stuff_classes = 0
num_classes = num_things_classes + num_stuff_classes
image_size = (1024, 1024)
Expand Down

0 comments on commit 754c0b3

Please sign in to comment.