Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Drawing Classifier: Rendered drawings image is placed correctly now (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanuchhabra committed Mar 22, 2019
1 parent 9332438 commit 6942101
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions userguide/drawing_classifier/data-preparation.md
Expand Up @@ -86,8 +86,6 @@ def build_bitmap_sframe():
build_bitmap_sframe()
```

![Rendered Drawings](images/rendered_drawings.png)

After building the two SFrames, your directory structure should look like the
following:
```
Expand Down Expand Up @@ -196,3 +194,4 @@ sf["rendered"] = tc.drawing_classifier.util.draw_strokes(sf["drawing"])
sf.explore()
```

![Rendered Drawings](images/rendered_drawings.png)

0 comments on commit 6942101

Please sign in to comment.