GitBucket
Pull requests
Issues
Snippets
Sign in
ml2021
/
test.py
Fork
0
Created at Thu Jul 08 15:09:30 JST 2021
Download ZIP
HTTP
Embed
Embed this snippet in your website.
HTTP
Clone with Git using the repository's web address.
Code
Revision
Forks
takane
revised this
on 8 Jul 2021
No changes.
dc21a00
takane
revised this
on 8 Jul 2021
ddbcb12
test.py
import turicreate as tc import os sf1 = tc.load_sframe('test.sframe') sf1['image_with_ground_truth'] = \ tc.object_detector.util.draw_bounding_boxes(sf1['image'], sf1['annotations']) sf1.explore() input('Press Enter to exit ...')