Skip to content

Commit

Permalink
Multiclass (#42)
Browse files Browse the repository at this point in the history
* Now properly generate rasterized labels in folders.

* Fixing labelShapes name to map model changes
  • Loading branch information
darknight-007 authored Jun 5, 2018
1 parent 72ba2c6 commit 5da3f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webclient/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def getNewImage(request):
'subimage': subimage,
}
if label_list:
response['labels'] = label_list.labelShapes
response['labels'] = label_list.combined_labelShapes
else:
response['labels'] = ''

Expand Down

0 comments on commit 5da3f29

Please sign in to comment.