Skip to content

Commit

Permalink
Update outputs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
0scarJ1ang authored Aug 20, 2023
1 parent ec1fa67 commit e57647e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions detectree2/models/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ def project_to_geojson(tiles_path, pred_fold=None, output_fold=None, Multi_class
geofile["features"].append({
"type": "Feature",
"properties": {
"Confidence_score": confidence_score
"category": category
"Confidence_score": confidence_score,
"category": category,
},
"geometry": {
"type": "Polygon",
Expand Down

0 comments on commit e57647e

Please sign in to comment.