Warning (from warnings module):
File “/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/dtypes.py”, line 516
_np_qint8 = np.dtype([(“qint8”, np.int8, 1)])
FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / ‘(1,)type’.
Warning (from warnings module):
File “/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/dtypes.py”, line 517
_np_quint8 = np.dtype([(“quint8”, np.uint8, 1)])
FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / ‘(1,)type’.
Warning (from warnings module):
File “/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/dtypes.py”, line 518
_np_qint16 = np.dtype([(“qint16”, np.int16, 1)])
FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / ‘(1,)type’.
Warning (from warnings module):
File “/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/dtypes.py”, line 519
_np_quint16 = np.dtype([(“quint16”, np.uint16, 1)])
FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / ‘(1,)type’.
Warning (from warnings module):
File “/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/dtypes.py”, line 520
_np_qint32 = np.dtype([(“qint32”, np.int32, 1)])
FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / ‘(1,)type’.
Warning (from warnings module):
File “/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/dtypes.py”, line 525
np_resource = np.dtype([(“resource”, np.ubyte, 1)])
FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / ‘(1,)type’.
Warning (from warnings module):
File “/usr/local/lib/python3.6/dist-packages/tensorboard/compat/tensorflow_stub/dtypes.py”, line 541
_np_qint8 = np.dtype([(“qint8”, np.int8, 1)])
FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / ‘(1,)type’.
Warning (from warnings module):
File “/usr/local/lib/python3.6/dist-packages/tensorboard/compat/tensorflow_stub/dtypes.py”, line 542
_np_quint8 = np.dtype([(“quint8”, np.uint8, 1)])
FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / ‘(1,)type’.
Warning (from warnings module):
File “/usr/local/lib/python3.6/dist-packages/tensorboard/compat/tensorflow_stub/dtypes.py”, line 543
_np_qint16 = np.dtype([(“qint16”, np.int16, 1)])
FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / ‘(1,)type’.
Warning (from warnings module):
File “/usr/local/lib/python3.6/dist-packages/tensorboard/compat/tensorflow_stub/dtypes.py”, line 544
_np_quint16 = np.dtype([(“quint16”, np.uint16, 1)])
FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / ‘(1,)type’.
Warning (from warnings module):
File “/usr/local/lib/python3.6/dist-packages/tensorboard/compat/tensorflow_stub/dtypes.py”, line 545
_np_qint32 = np.dtype([(“qint32”, np.int32, 1)])
FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / ‘(1,)type’.
Warning (from warnings module):
File “/usr/local/lib/python3.6/dist-packages/tensorboard/compat/tensorflow_stub/dtypes.py”, line 550
np_resource = np.dtype([(“resource”, np.ubyte, 1)])
FutureWarning: Passing (type, 1) or ‘1type’ as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / ‘(1,)type’.
Warning (from warnings module):
File “/home/safran/tensorflow/models/research/object_detection/utils/visualization_utils.py”, line 29
import matplotlib; matplotlib.use(‘Agg’) # pylint: disable=multiple-statements
UserWarning:
This call to matplotlib.use() has no effect because the backend has already
been chosen; matplotlib.use() must be called before pylab, matplotlib.pyplot,
or matplotlib.backends is imported for the first time.
The backend was originally set to ‘TkAgg’ by the following code:
File “”, line 1, in
File “/usr/lib/python3.6/idlelib/run.py”, line 144, in main
ret = method(*args, **kwargs)
File “/usr/lib/python3.6/idlelib/run.py”, line 474, in runcode
exec(code, self.locals)
File “/home/safran/Desktop/mask_rcnn_inception_v2_coco_2018_01_28/model101_eval.py”, line 17, in
from matplotlib import pyplot as plt
File “/usr/lib/python3/dist-packages/matplotlib/pyplot.py”, line 72, in
from matplotlib.backends import pylab_setup
File “/usr/lib/python3/dist-packages/matplotlib/backends/init.py”, line 14, in
line for line in traceback.format_stack()
WARNING:tensorflow:From /home/safran/Desktop/mask_rcnn_inception_v2_coco_2018_01_28/model101_eval.py:49: The name tf.GraphDef is deprecated. Please use tf.compat.v1.GraphDef instead.
WARNING:tensorflow:From /home/safran/Desktop/mask_rcnn_inception_v2_coco_2018_01_28/model101_eval.py:50: The name tf.gfile.GFile is deprecated. Please use tf.io.gfile.GFile instead.
WARNING:tensorflow:From /home/safran/Desktop/mask_rcnn_inception_v2_coco_2018_01_28/model101_eval.py:89: The name tf.Session is deprecated. Please use tf.compat.v1.Session instead.
WARNING:tensorflow:From /home/safran/Desktop/mask_rcnn_inception_v2_coco_2018_01_28/model101_eval.py:91: The name tf.get_default_graph is deprecated. Please use tf.compat.v1.get_default_graph instead.
WARNING:tensorflow:From /home/safran/tensorflow/models/research/object_detection/utils/ops.py:841: calling crop_and_resize_v1 (from tensorflow.python.ops.image_ops_impl) with box_ind is deprecated and will be removed in a future version.
Instructions for updating:
box_ind is deprecated, use box_indices instead
I was trying to run Mask rcnn on tensorflow, TF GPU is installed on my jetson nano. This low memory Waring pops up regularly, though I used swapfile to 8G still dint help. ??
Thank you