Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
feat(image_preprocessor): add fasterRCNN
Browse files Browse the repository at this point in the history
  • Loading branch information
jemmyshin committed Jul 17, 2019
1 parent 5867f87 commit c667d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnes/preprocessor/image/segmentation.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .base import BaseImagePreprocessor
from ...proto import gnes_pb2, array2blob
from ...proto import array2blob
from PIL import Image
import numpy as np
import io
Expand Down

0 comments on commit c667d87

Please sign in to comment.