Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mzr1996 committed Apr 1, 2022
2 parents c9ca019 + cb93505 commit 8e2f05b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions demo/image_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ def main():

# build the model from a config file and a checkpoint file
model = init_model(args.config, args.checkpoint, device=args.device)
for i, stage in enumerate(model.backbone.stages):
print(i, len(stage))
print(i, stage[0])
# test a single image
result = inference_model(model, args.img)
# show the results
Expand Down

0 comments on commit 8e2f05b

Please sign in to comment.