WARNING:tensorflow:Deprecation warnings have been disabled. Set TF_ENABLE_DEPRECATION_WARNINGS=1 to re-enable them. /usr/local/lib/python3.6/dist-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.26.5) or chardet (3.0.4) doesn't match a supported version! RequestsDependencyWarning) Using TensorFlow backend. 2022-06-04 05:51:47,749 [INFO] iva.detectnet_v2.dataio.build_converter: Instantiating a kitti converter 2022-06-04 05:51:47,779 [INFO] iva.detectnet_v2.dataio.kitti_converter_lib: Num images in Train: 17125 Val: 0 2022-06-04 05:51:47,780 [INFO] iva.detectnet_v2.dataio.kitti_converter_lib: Skipped validation data... 2022-06-04 05:51:47,788 [INFO] iva.detectnet_v2.dataio.dataset_converter_lib: Writing partition 0, shard 0 WARNING:tensorflow:From /root/.cache/bazel/_bazel_root/b770f990bb7b9e2db5771981fb3a38b4/execroot/ai_infra/bazel-out/k8-fastbuild/bin/magnet/packages/iva/build_wheel.runfiles/ai_infra/iva/detectnet_v2/dataio/dataset_converter_lib.py:169: The name tf.python_io.TFRecordWriter is deprecated. Please use tf.io.TFRecordWriter instead. 2022-06-04 05:51:47,788 [WARNING] tensorflow: From /root/.cache/bazel/_bazel_root/b770f990bb7b9e2db5771981fb3a38b4/execroot/ai_infra/bazel-out/k8-fastbuild/bin/magnet/packages/iva/build_wheel.runfiles/ai_infra/iva/detectnet_v2/dataio/dataset_converter_lib.py:169: The name tf.python_io.TFRecordWriter is deprecated. Please use tf.io.TFRecordWriter instead. /usr/local/lib/python3.6/dist-packages/iva/detectnet_v2/dataio/kitti_converter_lib.py:315: VisibleDeprecationWarning: Reading unicode strings without specifying the encoding argument is deprecated. Set the encoding, use None for the system default. 2022-06-04 05:51:48,795 [INFO] iva.detectnet_v2.dataio.dataset_converter_lib: Writing partition 0, shard 1 2022-06-04 05:51:49,797 [INFO] iva.detectnet_v2.dataio.dataset_converter_lib: Writing partition 0, shard 2 2022-06-04 05:51:50,798 [INFO] iva.detectnet_v2.dataio.dataset_converter_lib: Writing partition 0, shard 3 2022-06-04 05:51:51,797 [INFO] iva.detectnet_v2.dataio.dataset_converter_lib: Writing partition 0, shard 4 2022-06-04 05:51:52,805 [INFO] iva.detectnet_v2.dataio.dataset_converter_lib: Writing partition 0, shard 5 2022-06-04 05:51:53,809 [INFO] iva.detectnet_v2.dataio.dataset_converter_lib: Writing partition 0, shard 6 2022-06-04 05:51:54,812 [INFO] iva.detectnet_v2.dataio.dataset_converter_lib: Writing partition 0, shard 7 2022-06-04 05:51:55,819 [INFO] iva.detectnet_v2.dataio.dataset_converter_lib: Writing partition 0, shard 8 2022-06-04 05:51:56,822 [INFO] iva.detectnet_v2.dataio.dataset_converter_lib: Writing partition 0, shard 9 2022-06-04 05:51:57,839 [INFO] iva.detectnet_v2.dataio.dataset_converter_lib: Wrote the following numbers of objects: b'train': 704 b'person': 17401 b'chair': 3056 b'boat': 1059 b'dog': 1598 b'cat': 1277 b'pottedplant': 1202 b'cow': 771 b'diningtable': 800 b'sheep': 1084 b'sofa': 841 b'bus': 685 b'bottle': 1561 b'bird': 1271 b'car': 2492 b'motorbike': 801 b'aeroplane': 1002 b'horse': 803 b'bicycle': 837 b'tvmonitor': 893 2022-06-04 05:51:57,839 [INFO] iva.detectnet_v2.dataio.dataset_converter_lib: Cumulative object statistics 2022-06-04 05:51:57,839 [INFO] iva.detectnet_v2.dataio.dataset_converter_lib: Wrote the following numbers of objects: b'train': 704 b'person': 17401 b'chair': 3056 b'boat': 1059 b'dog': 1598 b'cat': 1277 b'pottedplant': 1202 b'cow': 771 b'diningtable': 800 b'sheep': 1084 b'sofa': 841 b'bus': 685 b'bottle': 1561 b'bird': 1271 b'car': 2492 b'motorbike': 801 b'aeroplane': 1002 b'horse': 803 b'bicycle': 837 b'tvmonitor': 893 2022-06-04 05:51:57,839 [INFO] iva.detectnet_v2.dataio.dataset_converter_lib: Class map. Label in GT: Label in tfrecords file b'train': b'train' b'person': b'person' b'chair': b'chair' b'boat': b'boat' b'dog': b'dog' b'cat': b'cat' b'pottedplant': b'pottedplant' b'cow': b'cow' b'diningtable': b'diningtable' b'sheep': b'sheep' b'sofa': b'sofa' b'bus': b'bus' b'bottle': b'bottle' b'bird': b'bird' b'car': b'car' b'motorbike': b'motorbike' b'aeroplane': b'aeroplane' b'horse': b'horse' b'bicycle': b'bicycle' b'tvmonitor': b'tvmonitor' 2022-06-04 05:51:57,839 [INFO] iva.detectnet_v2.dataio.dataset_converter_lib: Tfrecords generation complete. For the dataset_config in the experiment_spec, please use labels in the tfrecords file, while writing the classmap.