Module caffe2.python.tutorials.helpers.
More...
|
|
def | crop_center (img, cropx, cropy) |
| |
|
def | rescale (img, input_height, input_width) |
| |
|
def | load (img) |
| |
|
def | chw (img) |
| |
|
def | bgr (img) |
| |
|
def | removeMean (img, mean) |
| |
|
def | batch (img) |
| |
|
def | parseResults (results) |
| |
|
def | loadToNCHW (img, mean, input_size) |
| |
Module caffe2.python.tutorials.helpers.