Skip to content

Commit

Permalink
Update library to remove unused library: matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
divait committed Oct 6, 2020
1 parent f64b048 commit c1c770e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion examples/data_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# ==============================================================================
import flip
import numpy as np
import random
import uuid
import cv2
import os
Expand Down
3 changes: 0 additions & 3 deletions flip/transformers/domain_randomization/draw.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import cv2
import matplotlib.pyplot as plt

from flip.transformers.element import Element
from flip.transformers.transformer import Transformer
Expand All @@ -25,8 +24,6 @@ def map(self, element: Element) -> Element:
y=obj.y,
)

# plt.imshow(image)
# plt.show()
print("Image created")

element.created_image = image
Expand Down
1 change: 0 additions & 1 deletion flip/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import cv2
import numpy as np
import matplotlib.pyplot as plt


def inv_channels(image):
Expand Down

0 comments on commit c1c770e

Please sign in to comment.