NVIDIA-AI-IOT / tf_trt_models

TensorFlow models accelerated with NVIDIA TensorRT
BSD 3-Clause "New" or "Revised" License
684 stars 244 forks source link

Installation `SyntaxError: Missing parentheses in call to 'print'` #76

Open matthaeusheer opened 4 years ago

matthaeusheer commented 4 years ago

Error during installation. Tested on a x86 and aarch64 (Jetson TX2) machine.

nvidia@jetson-dev:~/code/tf_trt_models (master)$ ./install.sh python3
python3
Downloading protoc
~/code/tf_trt_models/data/protoc ~/code/tf_trt_models
--2020-05-23 23:10:35--  https://github.com/google/protobuf/releases/download/v3.5.1/protoc-3.5.1-linux-aarch_64.zip
Resolving github.com (github.com)... 140.82.118.3
Connecting to github.com (github.com)|140.82.118.3|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protoc-3.5.1-linux-aarch_64.zip [following]
--2020-05-23 23:10:35--  https://github.com/protocolbuffers/protobuf/releases/download/v3.5.1/protoc-3.5.1-linux-aarch_64.zip
Reusing existing connection to github.com:443.
HTTP request sent, awaiting response... 302 Found
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/23357588/59624ee8-e70a-11e7-8986-3d79fd2f347c?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20200523%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200523T211036Z&X-Amz-Expires=300&X-Amz-Signature=b28acbeecc11a53d5af9df09b0287340ad9fca294830a413a542962ad178ca9f&X-Amz-SignedHeaders=host&actor_id=0&repo_id=23357588&response-content-disposition=attachment%3B%20filename%3Dprotoc-3.5.1-linux-aarch_64.zip&response-content-type=application%2Foctet-stream [following]
--2020-05-23 23:10:36--  https://github-production-release-asset-2e65be.s3.amazonaws.com/23357588/59624ee8-e70a-11e7-8986-3d79fd2f347c?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20200523%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200523T211036Z&X-Amz-Expires=300&X-Amz-Signature=b28acbeecc11a53d5af9df09b0287340ad9fca294830a413a542962ad178ca9f&X-Amz-SignedHeaders=host&actor_id=0&repo_id=23357588&response-content-disposition=attachment%3B%20filename%3Dprotoc-3.5.1-linux-aarch_64.zip&response-content-type=application%2Foctet-stream
Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.22.11
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.22.11|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1325630 (1.3M) [application/octet-stream]
Saving to: ‘protoc-3.5.1-linux-aarch_64.zip’

protoc-3.5.1-linux-aarch_64.zip                100%[====================================================================================================>]   1.26M   295KB/s    in 4.6s    

2020-05-23 23:10:41 (284 KB/s) - ‘protoc-3.5.1-linux-aarch_64.zip’ saved [1325630/1325630]

Archive:  protoc-3.5.1-linux-aarch_64.zip
   creating: include/
   creating: include/google/
   creating: include/google/protobuf/
  inflating: include/google/protobuf/struct.proto  
  inflating: include/google/protobuf/type.proto  
  inflating: include/google/protobuf/descriptor.proto  
  inflating: include/google/protobuf/api.proto  
  inflating: include/google/protobuf/empty.proto  
   creating: include/google/protobuf/compiler/
  inflating: include/google/protobuf/compiler/plugin.proto  
  inflating: include/google/protobuf/any.proto  
  inflating: include/google/protobuf/field_mask.proto  
  inflating: include/google/protobuf/wrappers.proto  
  inflating: include/google/protobuf/timestamp.proto  
  inflating: include/google/protobuf/duration.proto  
  inflating: include/google/protobuf/source_context.proto  
   creating: bin/
  inflating: bin/protoc              
  inflating: readme.txt              
~/code/tf_trt_models
~/code/tf_trt_models/third_party/models/research ~/code/tf_trt_models
/home/nvidia/code/tf_trt_models/third_party/models/research
Installing object detection library
/home/nvidia/code/tf_trt_models/data/protoc/bin/protoc
running install
running bdist_egg
running egg_info
creating object_detection.egg-info
writing object_detection.egg-info/PKG-INFO
writing dependency_links to object_detection.egg-info/dependency_links.txt
writing requirements to object_detection.egg-info/requires.txt
writing top-level names to object_detection.egg-info/top_level.txt
writing manifest file 'object_detection.egg-info/SOURCES.txt'
reading manifest file 'object_detection.egg-info/SOURCES.txt'
writing manifest file 'object_detection.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-aarch64/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/object_detection
copying object_detection/model_hparams.py -> build/lib/object_detection
copying object_detection/export_tflite_ssd_graph_lib_test.py -> build/lib/object_detection
copying object_detection/exporter_test.py -> build/lib/object_detection
copying object_detection/model_lib.py -> build/lib/object_detection
copying object_detection/export_inference_graph.py -> build/lib/object_detection
copying object_detection/eval_util.py -> build/lib/object_detection
copying object_detection/inputs.py -> build/lib/object_detection
copying object_detection/model_tpu_main.py -> build/lib/object_detection
copying object_detection/__init__.py -> build/lib/object_detection
copying object_detection/eval_util_test.py -> build/lib/object_detection
copying object_detection/export_tflite_ssd_graph.py -> build/lib/object_detection
copying object_detection/inputs_test.py -> build/lib/object_detection
copying object_detection/exporter.py -> build/lib/object_detection
copying object_detection/export_tflite_ssd_graph_lib.py -> build/lib/object_detection
copying object_detection/model_main.py -> build/lib/object_detection
copying object_detection/model_lib_test.py -> build/lib/object_detection
creating build/lib/object_detection/meta_architectures
copying object_detection/meta_architectures/ssd_meta_arch.py -> build/lib/object_detection/meta_architectures
copying object_detection/meta_architectures/rfcn_meta_arch_test.py -> build/lib/object_detection/meta_architectures
copying object_detection/meta_architectures/faster_rcnn_meta_arch_test.py -> build/lib/object_detection/meta_architectures
copying object_detection/meta_architectures/rfcn_meta_arch.py -> build/lib/object_detection/meta_architectures
copying object_detection/meta_architectures/__init__.py -> build/lib/object_detection/meta_architectures
copying object_detection/meta_architectures/faster_rcnn_meta_arch.py -> build/lib/object_detection/meta_architectures
copying object_detection/meta_architectures/faster_rcnn_meta_arch_test_lib.py -> build/lib/object_detection/meta_architectures
copying object_detection/meta_architectures/ssd_meta_arch_test.py -> build/lib/object_detection/meta_architectures
creating build/lib/object_detection/data_decoders
copying object_detection/data_decoders/__init__.py -> build/lib/object_detection/data_decoders
copying object_detection/data_decoders/tf_example_decoder_test.py -> build/lib/object_detection/data_decoders
copying object_detection/data_decoders/tf_example_decoder.py -> build/lib/object_detection/data_decoders
creating build/lib/object_detection/utils
copying object_detection/utils/json_utils_test.py -> build/lib/object_detection/utils
copying object_detection/utils/object_detection_evaluation.py -> build/lib/object_detection/utils
copying object_detection/utils/test_case.py -> build/lib/object_detection/utils
copying object_detection/utils/learning_schedules.py -> build/lib/object_detection/utils
copying object_detection/utils/test_utils.py -> build/lib/object_detection/utils
copying object_detection/utils/context_manager.py -> build/lib/object_detection/utils
copying object_detection/utils/ops_test.py -> build/lib/object_detection/utils
copying object_detection/utils/json_utils.py -> build/lib/object_detection/utils
copying object_detection/utils/config_util_test.py -> build/lib/object_detection/utils
copying object_detection/utils/vrd_evaluation_test.py -> build/lib/object_detection/utils
copying object_detection/utils/np_box_mask_list_test.py -> build/lib/object_detection/utils
copying object_detection/utils/np_box_list.py -> build/lib/object_detection/utils
copying object_detection/utils/static_shape.py -> build/lib/object_detection/utils
copying object_detection/utils/visualization_utils_test.py -> build/lib/object_detection/utils
copying object_detection/utils/np_box_ops.py -> build/lib/object_detection/utils
copying object_detection/utils/np_box_mask_list_ops.py -> build/lib/object_detection/utils
copying object_detection/utils/category_util_test.py -> build/lib/object_detection/utils
copying object_detection/utils/context_manager_test.py -> build/lib/object_detection/utils
copying object_detection/utils/dataset_util_test.py -> build/lib/object_detection/utils
copying object_detection/utils/__init__.py -> build/lib/object_detection/utils
copying object_detection/utils/object_detection_evaluation_test.py -> build/lib/object_detection/utils
copying object_detection/utils/metrics_test.py -> build/lib/object_detection/utils
copying object_detection/utils/per_image_vrd_evaluation_test.py -> build/lib/object_detection/utils
copying object_detection/utils/config_util.py -> build/lib/object_detection/utils
copying object_detection/utils/np_box_mask_list_ops_test.py -> build/lib/object_detection/utils
copying object_detection/utils/np_mask_ops_test.py -> build/lib/object_detection/utils
copying object_detection/utils/np_box_list_ops_test.py -> build/lib/object_detection/utils
copying object_detection/utils/category_util.py -> build/lib/object_detection/utils
copying object_detection/utils/dataset_util.py -> build/lib/object_detection/utils
copying object_detection/utils/static_shape_test.py -> build/lib/object_detection/utils
copying object_detection/utils/label_map_util_test.py -> build/lib/object_detection/utils
copying object_detection/utils/np_mask_ops.py -> build/lib/object_detection/utils
copying object_detection/utils/vrd_evaluation.py -> build/lib/object_detection/utils
copying object_detection/utils/per_image_evaluation_test.py -> build/lib/object_detection/utils
copying object_detection/utils/np_box_ops_test.py -> build/lib/object_detection/utils
copying object_detection/utils/metrics.py -> build/lib/object_detection/utils
copying object_detection/utils/variables_helper_test.py -> build/lib/object_detection/utils
copying object_detection/utils/learning_schedules_test.py -> build/lib/object_detection/utils
copying object_detection/utils/np_box_mask_list.py -> build/lib/object_detection/utils
copying object_detection/utils/per_image_vrd_evaluation.py -> build/lib/object_detection/utils
copying object_detection/utils/variables_helper.py -> build/lib/object_detection/utils
copying object_detection/utils/shape_utils.py -> build/lib/object_detection/utils
copying object_detection/utils/label_map_util.py -> build/lib/object_detection/utils
copying object_detection/utils/ops.py -> build/lib/object_detection/utils
copying object_detection/utils/test_utils_test.py -> build/lib/object_detection/utils
copying object_detection/utils/shape_utils_test.py -> build/lib/object_detection/utils
copying object_detection/utils/np_box_list_test.py -> build/lib/object_detection/utils
copying object_detection/utils/visualization_utils.py -> build/lib/object_detection/utils
copying object_detection/utils/per_image_evaluation.py -> build/lib/object_detection/utils
copying object_detection/utils/np_box_list_ops.py -> build/lib/object_detection/utils
creating build/lib/object_detection/models
copying object_detection/models/ssd_resnet_v1_ppn_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/faster_rcnn_mobilenet_v1_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/feature_map_generators.py -> build/lib/object_detection/models
copying object_detection/models/ssd_inception_v3_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/faster_rcnn_pnas_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_v1_ppn_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_v1_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_v2_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/feature_map_generators_test.py -> build/lib/object_detection/models
copying object_detection/models/ssd_resnet_v1_fpn_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/ssd_inception_v2_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_v1_fpn_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/faster_rcnn_nas_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/faster_rcnn_resnet_v1_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/faster_rcnn_inception_resnet_v2_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/embedded_ssd_mobilenet_v1_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/__init__.py -> build/lib/object_detection/models
copying object_detection/models/faster_rcnn_pnas_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_v1_fpn_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_v2_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/ssd_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/ssd_resnet_v1_ppn_feature_extractor_testbase.py -> build/lib/object_detection/models
copying object_detection/models/embedded_ssd_mobilenet_v1_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/faster_rcnn_nas_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/ssd_resnet_v1_fpn_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/ssd_inception_v2_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/faster_rcnn_resnet_v1_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/ssd_resnet_v1_fpn_feature_extractor_testbase.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_v1_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/faster_rcnn_mobilenet_v1_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/ssd_mobilenet_v1_ppn_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/faster_rcnn_inception_v2_feature_extractor.py -> build/lib/object_detection/models
copying object_detection/models/ssd_inception_v3_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/faster_rcnn_inception_v2_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/faster_rcnn_inception_resnet_v2_feature_extractor_test.py -> build/lib/object_detection/models
copying object_detection/models/ssd_resnet_v1_ppn_feature_extractor.py -> build/lib/object_detection/models
creating build/lib/object_detection/inference
copying object_detection/inference/__init__.py -> build/lib/object_detection/inference
copying object_detection/inference/detection_inference_test.py -> build/lib/object_detection/inference
copying object_detection/inference/infer_detections.py -> build/lib/object_detection/inference
copying object_detection/inference/detection_inference.py -> build/lib/object_detection/inference
creating build/lib/object_detection/core
copying object_detection/core/box_predictor_test.py -> build/lib/object_detection/core
copying object_detection/core/matcher_test.py -> build/lib/object_detection/core
copying object_detection/core/batcher_test.py -> build/lib/object_detection/core
copying object_detection/core/balanced_positive_negative_sampler_test.py -> build/lib/object_detection/core
copying object_detection/core/target_assigner.py -> build/lib/object_detection/core
copying object_detection/core/preprocessor_cache.py -> build/lib/object_detection/core
copying object_detection/core/data_decoder.py -> build/lib/object_detection/core
copying object_detection/core/target_assigner_test.py -> build/lib/object_detection/core
copying object_detection/core/box_list.py -> build/lib/object_detection/core
copying object_detection/core/standard_fields.py -> build/lib/object_detection/core
copying object_detection/core/box_coder.py -> build/lib/object_detection/core
copying object_detection/core/box_predictor.py -> build/lib/object_detection/core
copying object_detection/core/anchor_generator.py -> build/lib/object_detection/core
copying object_detection/core/__init__.py -> build/lib/object_detection/core
copying object_detection/core/box_coder_test.py -> build/lib/object_detection/core
copying object_detection/core/region_similarity_calculator_test.py -> build/lib/object_detection/core
copying object_detection/core/keypoint_ops.py -> build/lib/object_detection/core
copying object_detection/core/box_list_ops_test.py -> build/lib/object_detection/core
copying object_detection/core/box_list_ops.py -> build/lib/object_detection/core
copying object_detection/core/prefetcher.py -> build/lib/object_detection/core
copying object_detection/core/model.py -> build/lib/object_detection/core
copying object_detection/core/region_similarity_calculator.py -> build/lib/object_detection/core
copying object_detection/core/preprocessor.py -> build/lib/object_detection/core
copying object_detection/core/box_list_test.py -> build/lib/object_detection/core
copying object_detection/core/keypoint_ops_test.py -> build/lib/object_detection/core
copying object_detection/core/matcher.py -> build/lib/object_detection/core
copying object_detection/core/minibatch_sampler.py -> build/lib/object_detection/core
copying object_detection/core/balanced_positive_negative_sampler.py -> build/lib/object_detection/core
copying object_detection/core/minibatch_sampler_test.py -> build/lib/object_detection/core
copying object_detection/core/preprocessor_test.py -> build/lib/object_detection/core
copying object_detection/core/losses.py -> build/lib/object_detection/core
copying object_detection/core/losses_test.py -> build/lib/object_detection/core
copying object_detection/core/prefetcher_test.py -> build/lib/object_detection/core
copying object_detection/core/post_processing_test.py -> build/lib/object_detection/core
copying object_detection/core/data_parser.py -> build/lib/object_detection/core
copying object_detection/core/post_processing.py -> build/lib/object_detection/core
copying object_detection/core/batcher.py -> build/lib/object_detection/core
creating build/lib/object_detection/metrics
copying object_detection/metrics/oid_vrd_challenge_evaluation.py -> build/lib/object_detection/metrics
copying object_detection/metrics/oid_od_challenge_evaluation.py -> build/lib/object_detection/metrics
copying object_detection/metrics/coco_tools_test.py -> build/lib/object_detection/metrics
copying object_detection/metrics/oid_vrd_challenge_evaluation_utils.py -> build/lib/object_detection/metrics
copying object_detection/metrics/tf_example_parser_test.py -> build/lib/object_detection/metrics
copying object_detection/metrics/offline_eval_map_corloc.py -> build/lib/object_detection/metrics
copying object_detection/metrics/__init__.py -> build/lib/object_detection/metrics
copying object_detection/metrics/offline_eval_map_corloc_test.py -> build/lib/object_detection/metrics
copying object_detection/metrics/oid_vrd_challenge_evaluation_utils_test.py -> build/lib/object_detection/metrics
copying object_detection/metrics/tf_example_parser.py -> build/lib/object_detection/metrics
copying object_detection/metrics/coco_evaluation_test.py -> build/lib/object_detection/metrics
copying object_detection/metrics/coco_evaluation.py -> build/lib/object_detection/metrics
copying object_detection/metrics/oid_od_challenge_evaluation_utils.py -> build/lib/object_detection/metrics
copying object_detection/metrics/io_utils.py -> build/lib/object_detection/metrics
copying object_detection/metrics/oid_od_challenge_evaluation_utils_test.py -> build/lib/object_detection/metrics
copying object_detection/metrics/coco_tools.py -> build/lib/object_detection/metrics
creating build/lib/object_detection/protos
copying object_detection/protos/hyperparams_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/anchor_generator_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/matcher_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/train_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/bipartite_matcher_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/box_predictor_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/losses_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/model_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/faster_rcnn_box_coder_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/square_box_coder_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/pipeline_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/input_reader_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/mean_stddev_box_coder_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/argmax_matcher_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/ssd_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/region_similarity_calculator_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/keypoint_box_coder_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/__init__.py -> build/lib/object_detection/protos
copying object_detection/protos/ssd_anchor_generator_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/image_resizer_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/optimizer_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/grid_anchor_generator_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/graph_rewriter_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/preprocessor_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/post_processing_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/string_int_label_map_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/multiscale_anchor_generator_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/faster_rcnn_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/eval_pb2.py -> build/lib/object_detection/protos
copying object_detection/protos/box_coder_pb2.py -> build/lib/object_detection/protos
creating build/lib/object_detection/anchor_generators
copying object_detection/anchor_generators/multiscale_grid_anchor_generator_test.py -> build/lib/object_detection/anchor_generators
copying object_detection/anchor_generators/grid_anchor_generator_test.py -> build/lib/object_detection/anchor_generators
copying object_detection/anchor_generators/grid_anchor_generator.py -> build/lib/object_detection/anchor_generators
copying object_detection/anchor_generators/__init__.py -> build/lib/object_detection/anchor_generators
copying object_detection/anchor_generators/multiple_grid_anchor_generator_test.py -> build/lib/object_detection/anchor_generators
copying object_detection/anchor_generators/multiscale_grid_anchor_generator.py -> build/lib/object_detection/anchor_generators
copying object_detection/anchor_generators/multiple_grid_anchor_generator.py -> build/lib/object_detection/anchor_generators
creating build/lib/object_detection/builders
copying object_detection/builders/box_coder_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/image_resizer_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/optimizer_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/post_processing_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/model_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/anchor_generator_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/model_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/losses_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/preprocessor_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/optimizer_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/dataset_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/input_reader_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/image_resizer_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/__init__.py -> build/lib/object_detection/builders
copying object_detection/builders/post_processing_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/graph_rewriter_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/region_similarity_calculator_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/losses_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/region_similarity_calculator_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/box_predictor_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/matcher_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/box_predictor_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/preprocessor_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/anchor_generator_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/matcher_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/graph_rewriter_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/hyperparams_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/hyperparams_builder.py -> build/lib/object_detection/builders
copying object_detection/builders/box_coder_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/input_reader_builder_test.py -> build/lib/object_detection/builders
copying object_detection/builders/dataset_builder_test.py -> build/lib/object_detection/builders
creating build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/create_coco_tf_record_test.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/oid_hierarchical_labels_expansion.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/create_kitti_tf_record.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/oid_tfrecord_creation.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/create_oid_tf_record.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/__init__.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/oid_hierarchical_labels_expansion_test.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/create_pascal_tf_record.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/tf_record_creation_util.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/create_pet_tf_record.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/create_kitti_tf_record_test.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/create_pascal_tf_record_test.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/tf_record_creation_util_test.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/oid_tfrecord_creation_test.py -> build/lib/object_detection/dataset_tools
copying object_detection/dataset_tools/create_coco_tf_record.py -> build/lib/object_detection/dataset_tools
creating build/lib/object_detection/legacy
copying object_detection/legacy/evaluator.py -> build/lib/object_detection/legacy
copying object_detection/legacy/trainer_test.py -> build/lib/object_detection/legacy
copying object_detection/legacy/__init__.py -> build/lib/object_detection/legacy
copying object_detection/legacy/eval.py -> build/lib/object_detection/legacy
copying object_detection/legacy/trainer.py -> build/lib/object_detection/legacy
copying object_detection/legacy/train.py -> build/lib/object_detection/legacy
creating build/lib/object_detection/matchers
copying object_detection/matchers/argmax_matcher.py -> build/lib/object_detection/matchers
copying object_detection/matchers/argmax_matcher_test.py -> build/lib/object_detection/matchers
copying object_detection/matchers/bipartite_matcher.py -> build/lib/object_detection/matchers
copying object_detection/matchers/bipartite_matcher_test.py -> build/lib/object_detection/matchers
copying object_detection/matchers/__init__.py -> build/lib/object_detection/matchers
creating build/lib/object_detection/box_coders
copying object_detection/box_coders/keypoint_box_coder.py -> build/lib/object_detection/box_coders
copying object_detection/box_coders/square_box_coder.py -> build/lib/object_detection/box_coders
copying object_detection/box_coders/mean_stddev_box_coder_test.py -> build/lib/object_detection/box_coders
copying object_detection/box_coders/faster_rcnn_box_coder_test.py -> build/lib/object_detection/box_coders
copying object_detection/box_coders/keypoint_box_coder_test.py -> build/lib/object_detection/box_coders
copying object_detection/box_coders/__init__.py -> build/lib/object_detection/box_coders
copying object_detection/box_coders/square_box_coder_test.py -> build/lib/object_detection/box_coders
copying object_detection/box_coders/mean_stddev_box_coder.py -> build/lib/object_detection/box_coders
copying object_detection/box_coders/faster_rcnn_box_coder.py -> build/lib/object_detection/box_coders
creating build/bdist.linux-aarch64
creating build/bdist.linux-aarch64/egg
creating build/bdist.linux-aarch64/egg/object_detection
creating build/bdist.linux-aarch64/egg/object_detection/meta_architectures
copying build/lib/object_detection/meta_architectures/ssd_meta_arch.py -> build/bdist.linux-aarch64/egg/object_detection/meta_architectures
copying build/lib/object_detection/meta_architectures/rfcn_meta_arch_test.py -> build/bdist.linux-aarch64/egg/object_detection/meta_architectures
copying build/lib/object_detection/meta_architectures/faster_rcnn_meta_arch_test.py -> build/bdist.linux-aarch64/egg/object_detection/meta_architectures
copying build/lib/object_detection/meta_architectures/rfcn_meta_arch.py -> build/bdist.linux-aarch64/egg/object_detection/meta_architectures
copying build/lib/object_detection/meta_architectures/__init__.py -> build/bdist.linux-aarch64/egg/object_detection/meta_architectures
copying build/lib/object_detection/meta_architectures/faster_rcnn_meta_arch.py -> build/bdist.linux-aarch64/egg/object_detection/meta_architectures
copying build/lib/object_detection/meta_architectures/faster_rcnn_meta_arch_test_lib.py -> build/bdist.linux-aarch64/egg/object_detection/meta_architectures
copying build/lib/object_detection/meta_architectures/ssd_meta_arch_test.py -> build/bdist.linux-aarch64/egg/object_detection/meta_architectures
copying build/lib/object_detection/model_hparams.py -> build/bdist.linux-aarch64/egg/object_detection
copying build/lib/object_detection/export_tflite_ssd_graph_lib_test.py -> build/bdist.linux-aarch64/egg/object_detection
copying build/lib/object_detection/exporter_test.py -> build/bdist.linux-aarch64/egg/object_detection
copying build/lib/object_detection/model_lib.py -> build/bdist.linux-aarch64/egg/object_detection
copying build/lib/object_detection/export_inference_graph.py -> build/bdist.linux-aarch64/egg/object_detection
copying build/lib/object_detection/eval_util.py -> build/bdist.linux-aarch64/egg/object_detection
creating build/bdist.linux-aarch64/egg/object_detection/data_decoders
copying build/lib/object_detection/data_decoders/__init__.py -> build/bdist.linux-aarch64/egg/object_detection/data_decoders
copying build/lib/object_detection/data_decoders/tf_example_decoder_test.py -> build/bdist.linux-aarch64/egg/object_detection/data_decoders
copying build/lib/object_detection/data_decoders/tf_example_decoder.py -> build/bdist.linux-aarch64/egg/object_detection/data_decoders
creating build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/json_utils_test.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/object_detection_evaluation.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/test_case.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/learning_schedules.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/test_utils.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/context_manager.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/ops_test.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/json_utils.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/config_util_test.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/vrd_evaluation_test.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/np_box_mask_list_test.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/np_box_list.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/static_shape.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/visualization_utils_test.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/np_box_ops.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/np_box_mask_list_ops.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/category_util_test.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/context_manager_test.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/dataset_util_test.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/__init__.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/object_detection_evaluation_test.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/metrics_test.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/per_image_vrd_evaluation_test.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/config_util.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/np_box_mask_list_ops_test.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/np_mask_ops_test.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/np_box_list_ops_test.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/category_util.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/dataset_util.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/static_shape_test.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/label_map_util_test.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/np_mask_ops.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/vrd_evaluation.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/per_image_evaluation_test.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/np_box_ops_test.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/metrics.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/variables_helper_test.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/learning_schedules_test.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/np_box_mask_list.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/per_image_vrd_evaluation.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/variables_helper.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/shape_utils.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/label_map_util.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/ops.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/test_utils_test.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/shape_utils_test.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/np_box_list_test.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/visualization_utils.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/per_image_evaluation.py -> build/bdist.linux-aarch64/egg/object_detection/utils
copying build/lib/object_detection/utils/np_box_list_ops.py -> build/bdist.linux-aarch64/egg/object_detection/utils
creating build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/ssd_resnet_v1_ppn_feature_extractor_test.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/faster_rcnn_mobilenet_v1_feature_extractor_test.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/feature_map_generators.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/ssd_inception_v3_feature_extractor.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/faster_rcnn_pnas_feature_extractor.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/ssd_mobilenet_v1_ppn_feature_extractor_test.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/ssd_mobilenet_v1_feature_extractor_test.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/ssd_mobilenet_v2_feature_extractor_test.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/feature_map_generators_test.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/ssd_resnet_v1_fpn_feature_extractor.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/ssd_inception_v2_feature_extractor.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/ssd_mobilenet_v1_fpn_feature_extractor_test.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/faster_rcnn_nas_feature_extractor_test.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/faster_rcnn_resnet_v1_feature_extractor_test.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/faster_rcnn_inception_resnet_v2_feature_extractor.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/embedded_ssd_mobilenet_v1_feature_extractor.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/__init__.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/faster_rcnn_pnas_feature_extractor_test.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/ssd_mobilenet_v1_fpn_feature_extractor.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/ssd_mobilenet_v2_feature_extractor.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/ssd_feature_extractor_test.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/ssd_resnet_v1_ppn_feature_extractor_testbase.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/embedded_ssd_mobilenet_v1_feature_extractor_test.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/faster_rcnn_nas_feature_extractor.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/ssd_resnet_v1_fpn_feature_extractor_test.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/ssd_inception_v2_feature_extractor_test.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/faster_rcnn_resnet_v1_feature_extractor.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/ssd_resnet_v1_fpn_feature_extractor_testbase.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/ssd_mobilenet_v1_feature_extractor.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/faster_rcnn_mobilenet_v1_feature_extractor.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/ssd_mobilenet_v1_ppn_feature_extractor.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/faster_rcnn_inception_v2_feature_extractor.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/ssd_inception_v3_feature_extractor_test.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/faster_rcnn_inception_v2_feature_extractor_test.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/faster_rcnn_inception_resnet_v2_feature_extractor_test.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/models/ssd_resnet_v1_ppn_feature_extractor.py -> build/bdist.linux-aarch64/egg/object_detection/models
copying build/lib/object_detection/inputs.py -> build/bdist.linux-aarch64/egg/object_detection
creating build/bdist.linux-aarch64/egg/object_detection/inference
copying build/lib/object_detection/inference/__init__.py -> build/bdist.linux-aarch64/egg/object_detection/inference
copying build/lib/object_detection/inference/detection_inference_test.py -> build/bdist.linux-aarch64/egg/object_detection/inference
copying build/lib/object_detection/inference/infer_detections.py -> build/bdist.linux-aarch64/egg/object_detection/inference
copying build/lib/object_detection/inference/detection_inference.py -> build/bdist.linux-aarch64/egg/object_detection/inference
copying build/lib/object_detection/model_tpu_main.py -> build/bdist.linux-aarch64/egg/object_detection
copying build/lib/object_detection/__init__.py -> build/bdist.linux-aarch64/egg/object_detection
copying build/lib/object_detection/eval_util_test.py -> build/bdist.linux-aarch64/egg/object_detection
creating build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/box_predictor_test.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/matcher_test.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/batcher_test.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/balanced_positive_negative_sampler_test.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/target_assigner.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/preprocessor_cache.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/data_decoder.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/target_assigner_test.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/box_list.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/standard_fields.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/box_coder.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/box_predictor.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/anchor_generator.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/__init__.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/box_coder_test.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/region_similarity_calculator_test.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/keypoint_ops.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/box_list_ops_test.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/box_list_ops.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/prefetcher.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/model.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/region_similarity_calculator.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/preprocessor.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/box_list_test.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/keypoint_ops_test.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/matcher.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/minibatch_sampler.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/balanced_positive_negative_sampler.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/minibatch_sampler_test.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/preprocessor_test.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/losses.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/losses_test.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/prefetcher_test.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/post_processing_test.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/data_parser.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/post_processing.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/core/batcher.py -> build/bdist.linux-aarch64/egg/object_detection/core
copying build/lib/object_detection/export_tflite_ssd_graph.py -> build/bdist.linux-aarch64/egg/object_detection
creating build/bdist.linux-aarch64/egg/object_detection/metrics
copying build/lib/object_detection/metrics/oid_vrd_challenge_evaluation.py -> build/bdist.linux-aarch64/egg/object_detection/metrics
copying build/lib/object_detection/metrics/oid_od_challenge_evaluation.py -> build/bdist.linux-aarch64/egg/object_detection/metrics
copying build/lib/object_detection/metrics/coco_tools_test.py -> build/bdist.linux-aarch64/egg/object_detection/metrics
copying build/lib/object_detection/metrics/oid_vrd_challenge_evaluation_utils.py -> build/bdist.linux-aarch64/egg/object_detection/metrics
copying build/lib/object_detection/metrics/tf_example_parser_test.py -> build/bdist.linux-aarch64/egg/object_detection/metrics
copying build/lib/object_detection/metrics/offline_eval_map_corloc.py -> build/bdist.linux-aarch64/egg/object_detection/metrics
copying build/lib/object_detection/metrics/__init__.py -> build/bdist.linux-aarch64/egg/object_detection/metrics
copying build/lib/object_detection/metrics/offline_eval_map_corloc_test.py -> build/bdist.linux-aarch64/egg/object_detection/metrics
copying build/lib/object_detection/metrics/oid_vrd_challenge_evaluation_utils_test.py -> build/bdist.linux-aarch64/egg/object_detection/metrics
copying build/lib/object_detection/metrics/tf_example_parser.py -> build/bdist.linux-aarch64/egg/object_detection/metrics
copying build/lib/object_detection/metrics/coco_evaluation_test.py -> build/bdist.linux-aarch64/egg/object_detection/metrics
copying build/lib/object_detection/metrics/coco_evaluation.py -> build/bdist.linux-aarch64/egg/object_detection/metrics
copying build/lib/object_detection/metrics/oid_od_challenge_evaluation_utils.py -> build/bdist.linux-aarch64/egg/object_detection/metrics
copying build/lib/object_detection/metrics/io_utils.py -> build/bdist.linux-aarch64/egg/object_detection/metrics
copying build/lib/object_detection/metrics/oid_od_challenge_evaluation_utils_test.py -> build/bdist.linux-aarch64/egg/object_detection/metrics
copying build/lib/object_detection/metrics/coco_tools.py -> build/bdist.linux-aarch64/egg/object_detection/metrics
copying build/lib/object_detection/inputs_test.py -> build/bdist.linux-aarch64/egg/object_detection
creating build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/hyperparams_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/anchor_generator_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/matcher_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/train_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/bipartite_matcher_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/box_predictor_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/losses_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/model_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/faster_rcnn_box_coder_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/square_box_coder_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/pipeline_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/input_reader_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/mean_stddev_box_coder_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/argmax_matcher_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/ssd_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/region_similarity_calculator_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/keypoint_box_coder_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/__init__.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/ssd_anchor_generator_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/image_resizer_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/optimizer_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/grid_anchor_generator_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/graph_rewriter_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/preprocessor_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/post_processing_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/string_int_label_map_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/multiscale_anchor_generator_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/faster_rcnn_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/eval_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/protos/box_coder_pb2.py -> build/bdist.linux-aarch64/egg/object_detection/protos
copying build/lib/object_detection/exporter.py -> build/bdist.linux-aarch64/egg/object_detection
creating build/bdist.linux-aarch64/egg/object_detection/anchor_generators
copying build/lib/object_detection/anchor_generators/multiscale_grid_anchor_generator_test.py -> build/bdist.linux-aarch64/egg/object_detection/anchor_generators
copying build/lib/object_detection/anchor_generators/grid_anchor_generator_test.py -> build/bdist.linux-aarch64/egg/object_detection/anchor_generators
copying build/lib/object_detection/anchor_generators/grid_anchor_generator.py -> build/bdist.linux-aarch64/egg/object_detection/anchor_generators
copying build/lib/object_detection/anchor_generators/__init__.py -> build/bdist.linux-aarch64/egg/object_detection/anchor_generators
copying build/lib/object_detection/anchor_generators/multiple_grid_anchor_generator_test.py -> build/bdist.linux-aarch64/egg/object_detection/anchor_generators
copying build/lib/object_detection/anchor_generators/multiscale_grid_anchor_generator.py -> build/bdist.linux-aarch64/egg/object_detection/anchor_generators
copying build/lib/object_detection/anchor_generators/multiple_grid_anchor_generator.py -> build/bdist.linux-aarch64/egg/object_detection/anchor_generators
creating build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/box_coder_builder.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/image_resizer_builder_test.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/optimizer_builder_test.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/post_processing_builder_test.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/model_builder.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/anchor_generator_builder.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/model_builder_test.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/losses_builder_test.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/preprocessor_builder.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/optimizer_builder.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/dataset_builder.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/input_reader_builder.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/image_resizer_builder.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/__init__.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/post_processing_builder.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/graph_rewriter_builder.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/region_similarity_calculator_builder_test.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/losses_builder.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/region_similarity_calculator_builder.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/box_predictor_builder_test.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/matcher_builder_test.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/box_predictor_builder.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/preprocessor_builder_test.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/anchor_generator_builder_test.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/matcher_builder.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/graph_rewriter_builder_test.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/hyperparams_builder_test.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/hyperparams_builder.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/box_coder_builder_test.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/input_reader_builder_test.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/builders/dataset_builder_test.py -> build/bdist.linux-aarch64/egg/object_detection/builders
copying build/lib/object_detection/export_tflite_ssd_graph_lib.py -> build/bdist.linux-aarch64/egg/object_detection
creating build/bdist.linux-aarch64/egg/object_detection/dataset_tools
copying build/lib/object_detection/dataset_tools/create_coco_tf_record_test.py -> build/bdist.linux-aarch64/egg/object_detection/dataset_tools
copying build/lib/object_detection/dataset_tools/oid_hierarchical_labels_expansion.py -> build/bdist.linux-aarch64/egg/object_detection/dataset_tools
copying build/lib/object_detection/dataset_tools/create_kitti_tf_record.py -> build/bdist.linux-aarch64/egg/object_detection/dataset_tools
copying build/lib/object_detection/dataset_tools/oid_tfrecord_creation.py -> build/bdist.linux-aarch64/egg/object_detection/dataset_tools
copying build/lib/object_detection/dataset_tools/create_oid_tf_record.py -> build/bdist.linux-aarch64/egg/object_detection/dataset_tools
copying build/lib/object_detection/dataset_tools/__init__.py -> build/bdist.linux-aarch64/egg/object_detection/dataset_tools
copying build/lib/object_detection/dataset_tools/oid_hierarchical_labels_expansion_test.py -> build/bdist.linux-aarch64/egg/object_detection/dataset_tools
copying build/lib/object_detection/dataset_tools/create_pascal_tf_record.py -> build/bdist.linux-aarch64/egg/object_detection/dataset_tools
copying build/lib/object_detection/dataset_tools/tf_record_creation_util.py -> build/bdist.linux-aarch64/egg/object_detection/dataset_tools
copying build/lib/object_detection/dataset_tools/create_pet_tf_record.py -> build/bdist.linux-aarch64/egg/object_detection/dataset_tools
copying build/lib/object_detection/dataset_tools/create_kitti_tf_record_test.py -> build/bdist.linux-aarch64/egg/object_detection/dataset_tools
copying build/lib/object_detection/dataset_tools/create_pascal_tf_record_test.py -> build/bdist.linux-aarch64/egg/object_detection/dataset_tools
copying build/lib/object_detection/dataset_tools/tf_record_creation_util_test.py -> build/bdist.linux-aarch64/egg/object_detection/dataset_tools
copying build/lib/object_detection/dataset_tools/oid_tfrecord_creation_test.py -> build/bdist.linux-aarch64/egg/object_detection/dataset_tools
copying build/lib/object_detection/dataset_tools/create_coco_tf_record.py -> build/bdist.linux-aarch64/egg/object_detection/dataset_tools
creating build/bdist.linux-aarch64/egg/object_detection/legacy
copying build/lib/object_detection/legacy/evaluator.py -> build/bdist.linux-aarch64/egg/object_detection/legacy
copying build/lib/object_detection/legacy/trainer_test.py -> build/bdist.linux-aarch64/egg/object_detection/legacy
copying build/lib/object_detection/legacy/__init__.py -> build/bdist.linux-aarch64/egg/object_detection/legacy
copying build/lib/object_detection/legacy/eval.py -> build/bdist.linux-aarch64/egg/object_detection/legacy
copying build/lib/object_detection/legacy/trainer.py -> build/bdist.linux-aarch64/egg/object_detection/legacy
copying build/lib/object_detection/legacy/train.py -> build/bdist.linux-aarch64/egg/object_detection/legacy
copying build/lib/object_detection/model_main.py -> build/bdist.linux-aarch64/egg/object_detection
copying build/lib/object_detection/model_lib_test.py -> build/bdist.linux-aarch64/egg/object_detection
creating build/bdist.linux-aarch64/egg/object_detection/matchers
copying build/lib/object_detection/matchers/argmax_matcher.py -> build/bdist.linux-aarch64/egg/object_detection/matchers
copying build/lib/object_detection/matchers/argmax_matcher_test.py -> build/bdist.linux-aarch64/egg/object_detection/matchers
copying build/lib/object_detection/matchers/bipartite_matcher.py -> build/bdist.linux-aarch64/egg/object_detection/matchers
copying build/lib/object_detection/matchers/bipartite_matcher_test.py -> build/bdist.linux-aarch64/egg/object_detection/matchers
copying build/lib/object_detection/matchers/__init__.py -> build/bdist.linux-aarch64/egg/object_detection/matchers
creating build/bdist.linux-aarch64/egg/object_detection/box_coders
copying build/lib/object_detection/box_coders/keypoint_box_coder.py -> build/bdist.linux-aarch64/egg/object_detection/box_coders
copying build/lib/object_detection/box_coders/square_box_coder.py -> build/bdist.linux-aarch64/egg/object_detection/box_coders
copying build/lib/object_detection/box_coders/mean_stddev_box_coder_test.py -> build/bdist.linux-aarch64/egg/object_detection/box_coders
copying build/lib/object_detection/box_coders/faster_rcnn_box_coder_test.py -> build/bdist.linux-aarch64/egg/object_detection/box_coders
copying build/lib/object_detection/box_coders/keypoint_box_coder_test.py -> build/bdist.linux-aarch64/egg/object_detection/box_coders
copying build/lib/object_detection/box_coders/__init__.py -> build/bdist.linux-aarch64/egg/object_detection/box_coders
copying build/lib/object_detection/box_coders/square_box_coder_test.py -> build/bdist.linux-aarch64/egg/object_detection/box_coders
copying build/lib/object_detection/box_coders/mean_stddev_box_coder.py -> build/bdist.linux-aarch64/egg/object_detection/box_coders
copying build/lib/object_detection/box_coders/faster_rcnn_box_coder.py -> build/bdist.linux-aarch64/egg/object_detection/box_coders
byte-compiling build/bdist.linux-aarch64/egg/object_detection/meta_architectures/ssd_meta_arch.py to ssd_meta_arch.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/meta_architectures/rfcn_meta_arch_test.py to rfcn_meta_arch_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/meta_architectures/faster_rcnn_meta_arch_test.py to faster_rcnn_meta_arch_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/meta_architectures/rfcn_meta_arch.py to rfcn_meta_arch.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/meta_architectures/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/meta_architectures/faster_rcnn_meta_arch.py to faster_rcnn_meta_arch.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/meta_architectures/faster_rcnn_meta_arch_test_lib.py to faster_rcnn_meta_arch_test_lib.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/meta_architectures/ssd_meta_arch_test.py to ssd_meta_arch_test.cpython-36.pyc
  File "build/bdist.linux-aarch64/egg/object_detection/meta_architectures/ssd_meta_arch_test.py", line 516
    print num_classes, num_anchors
                    ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(num_classes, num_anchors)?

byte-compiling build/bdist.linux-aarch64/egg/object_detection/model_hparams.py to model_hparams.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/export_tflite_ssd_graph_lib_test.py to export_tflite_ssd_graph_lib_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/exporter_test.py to exporter_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/model_lib.py to model_lib.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/export_inference_graph.py to export_inference_graph.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/eval_util.py to eval_util.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/data_decoders/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/data_decoders/tf_example_decoder_test.py to tf_example_decoder_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/data_decoders/tf_example_decoder.py to tf_example_decoder.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/json_utils_test.py to json_utils_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/object_detection_evaluation.py to object_detection_evaluation.cpython-36.pyc
  File "build/bdist.linux-aarch64/egg/object_detection/utils/object_detection_evaluation.py", line 842
    print 'Scores and tpfp per class label: {}'.format(class_index)
                                              ^
SyntaxError: invalid syntax

byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/test_case.py to test_case.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/learning_schedules.py to learning_schedules.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/test_utils.py to test_utils.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/context_manager.py to context_manager.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/ops_test.py to ops_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/json_utils.py to json_utils.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/config_util_test.py to config_util_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/vrd_evaluation_test.py to vrd_evaluation_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/np_box_mask_list_test.py to np_box_mask_list_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/np_box_list.py to np_box_list.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/static_shape.py to static_shape.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/visualization_utils_test.py to visualization_utils_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/np_box_ops.py to np_box_ops.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/np_box_mask_list_ops.py to np_box_mask_list_ops.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/category_util_test.py to category_util_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/context_manager_test.py to context_manager_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/dataset_util_test.py to dataset_util_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/object_detection_evaluation_test.py to object_detection_evaluation_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/metrics_test.py to metrics_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/per_image_vrd_evaluation_test.py to per_image_vrd_evaluation_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/config_util.py to config_util.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/np_box_mask_list_ops_test.py to np_box_mask_list_ops_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/np_mask_ops_test.py to np_mask_ops_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/np_box_list_ops_test.py to np_box_list_ops_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/category_util.py to category_util.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/dataset_util.py to dataset_util.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/static_shape_test.py to static_shape_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/label_map_util_test.py to label_map_util_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/np_mask_ops.py to np_mask_ops.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/vrd_evaluation.py to vrd_evaluation.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/per_image_evaluation_test.py to per_image_evaluation_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/np_box_ops_test.py to np_box_ops_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/metrics.py to metrics.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/variables_helper_test.py to variables_helper_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/learning_schedules_test.py to learning_schedules_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/np_box_mask_list.py to np_box_mask_list.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/per_image_vrd_evaluation.py to per_image_vrd_evaluation.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/variables_helper.py to variables_helper.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/shape_utils.py to shape_utils.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/label_map_util.py to label_map_util.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/ops.py to ops.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/test_utils_test.py to test_utils_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/shape_utils_test.py to shape_utils_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/np_box_list_test.py to np_box_list_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/visualization_utils.py to visualization_utils.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/per_image_evaluation.py to per_image_evaluation.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/utils/np_box_list_ops.py to np_box_list_ops.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/ssd_resnet_v1_ppn_feature_extractor_test.py to ssd_resnet_v1_ppn_feature_extractor_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/faster_rcnn_mobilenet_v1_feature_extractor_test.py to faster_rcnn_mobilenet_v1_feature_extractor_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/feature_map_generators.py to feature_map_generators.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/ssd_inception_v3_feature_extractor.py to ssd_inception_v3_feature_extractor.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/faster_rcnn_pnas_feature_extractor.py to faster_rcnn_pnas_feature_extractor.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/ssd_mobilenet_v1_ppn_feature_extractor_test.py to ssd_mobilenet_v1_ppn_feature_extractor_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/ssd_mobilenet_v1_feature_extractor_test.py to ssd_mobilenet_v1_feature_extractor_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/ssd_mobilenet_v2_feature_extractor_test.py to ssd_mobilenet_v2_feature_extractor_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/feature_map_generators_test.py to feature_map_generators_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/ssd_resnet_v1_fpn_feature_extractor.py to ssd_resnet_v1_fpn_feature_extractor.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/ssd_inception_v2_feature_extractor.py to ssd_inception_v2_feature_extractor.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/ssd_mobilenet_v1_fpn_feature_extractor_test.py to ssd_mobilenet_v1_fpn_feature_extractor_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/faster_rcnn_nas_feature_extractor_test.py to faster_rcnn_nas_feature_extractor_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/faster_rcnn_resnet_v1_feature_extractor_test.py to faster_rcnn_resnet_v1_feature_extractor_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/faster_rcnn_inception_resnet_v2_feature_extractor.py to faster_rcnn_inception_resnet_v2_feature_extractor.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/embedded_ssd_mobilenet_v1_feature_extractor.py to embedded_ssd_mobilenet_v1_feature_extractor.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/faster_rcnn_pnas_feature_extractor_test.py to faster_rcnn_pnas_feature_extractor_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/ssd_mobilenet_v1_fpn_feature_extractor.py to ssd_mobilenet_v1_fpn_feature_extractor.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/ssd_mobilenet_v2_feature_extractor.py to ssd_mobilenet_v2_feature_extractor.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/ssd_feature_extractor_test.py to ssd_feature_extractor_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/ssd_resnet_v1_ppn_feature_extractor_testbase.py to ssd_resnet_v1_ppn_feature_extractor_testbase.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/embedded_ssd_mobilenet_v1_feature_extractor_test.py to embedded_ssd_mobilenet_v1_feature_extractor_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/faster_rcnn_nas_feature_extractor.py to faster_rcnn_nas_feature_extractor.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/ssd_resnet_v1_fpn_feature_extractor_test.py to ssd_resnet_v1_fpn_feature_extractor_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/ssd_inception_v2_feature_extractor_test.py to ssd_inception_v2_feature_extractor_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/faster_rcnn_resnet_v1_feature_extractor.py to faster_rcnn_resnet_v1_feature_extractor.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/ssd_resnet_v1_fpn_feature_extractor_testbase.py to ssd_resnet_v1_fpn_feature_extractor_testbase.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/ssd_mobilenet_v1_feature_extractor.py to ssd_mobilenet_v1_feature_extractor.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/faster_rcnn_mobilenet_v1_feature_extractor.py to faster_rcnn_mobilenet_v1_feature_extractor.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/ssd_mobilenet_v1_ppn_feature_extractor.py to ssd_mobilenet_v1_ppn_feature_extractor.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/faster_rcnn_inception_v2_feature_extractor.py to faster_rcnn_inception_v2_feature_extractor.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/ssd_inception_v3_feature_extractor_test.py to ssd_inception_v3_feature_extractor_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/faster_rcnn_inception_v2_feature_extractor_test.py to faster_rcnn_inception_v2_feature_extractor_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/faster_rcnn_inception_resnet_v2_feature_extractor_test.py to faster_rcnn_inception_resnet_v2_feature_extractor_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/models/ssd_resnet_v1_ppn_feature_extractor.py to ssd_resnet_v1_ppn_feature_extractor.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/inputs.py to inputs.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/inference/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/inference/detection_inference_test.py to detection_inference_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/inference/infer_detections.py to infer_detections.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/inference/detection_inference.py to detection_inference.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/model_tpu_main.py to model_tpu_main.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/eval_util_test.py to eval_util_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/box_predictor_test.py to box_predictor_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/matcher_test.py to matcher_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/batcher_test.py to batcher_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/balanced_positive_negative_sampler_test.py to balanced_positive_negative_sampler_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/target_assigner.py to target_assigner.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/preprocessor_cache.py to preprocessor_cache.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/data_decoder.py to data_decoder.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/target_assigner_test.py to target_assigner_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/box_list.py to box_list.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/standard_fields.py to standard_fields.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/box_coder.py to box_coder.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/box_predictor.py to box_predictor.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/anchor_generator.py to anchor_generator.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/box_coder_test.py to box_coder_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/region_similarity_calculator_test.py to region_similarity_calculator_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/keypoint_ops.py to keypoint_ops.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/box_list_ops_test.py to box_list_ops_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/box_list_ops.py to box_list_ops.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/prefetcher.py to prefetcher.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/model.py to model.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/region_similarity_calculator.py to region_similarity_calculator.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/preprocessor.py to preprocessor.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/box_list_test.py to box_list_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/keypoint_ops_test.py to keypoint_ops_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/matcher.py to matcher.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/minibatch_sampler.py to minibatch_sampler.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/balanced_positive_negative_sampler.py to balanced_positive_negative_sampler.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/minibatch_sampler_test.py to minibatch_sampler_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/preprocessor_test.py to preprocessor_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/losses.py to losses.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/losses_test.py to losses_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/prefetcher_test.py to prefetcher_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/post_processing_test.py to post_processing_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/data_parser.py to data_parser.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/post_processing.py to post_processing.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/core/batcher.py to batcher.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/export_tflite_ssd_graph.py to export_tflite_ssd_graph.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/metrics/oid_vrd_challenge_evaluation.py to oid_vrd_challenge_evaluation.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/metrics/oid_od_challenge_evaluation.py to oid_od_challenge_evaluation.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/metrics/coco_tools_test.py to coco_tools_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/metrics/oid_vrd_challenge_evaluation_utils.py to oid_vrd_challenge_evaluation_utils.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/metrics/tf_example_parser_test.py to tf_example_parser_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/metrics/offline_eval_map_corloc.py to offline_eval_map_corloc.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/metrics/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/metrics/offline_eval_map_corloc_test.py to offline_eval_map_corloc_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/metrics/oid_vrd_challenge_evaluation_utils_test.py to oid_vrd_challenge_evaluation_utils_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/metrics/tf_example_parser.py to tf_example_parser.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/metrics/coco_evaluation_test.py to coco_evaluation_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/metrics/coco_evaluation.py to coco_evaluation.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/metrics/oid_od_challenge_evaluation_utils.py to oid_od_challenge_evaluation_utils.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/metrics/io_utils.py to io_utils.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/metrics/oid_od_challenge_evaluation_utils_test.py to oid_od_challenge_evaluation_utils_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/metrics/coco_tools.py to coco_tools.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/inputs_test.py to inputs_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/hyperparams_pb2.py to hyperparams_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/anchor_generator_pb2.py to anchor_generator_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/matcher_pb2.py to matcher_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/train_pb2.py to train_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/bipartite_matcher_pb2.py to bipartite_matcher_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/box_predictor_pb2.py to box_predictor_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/losses_pb2.py to losses_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/model_pb2.py to model_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/faster_rcnn_box_coder_pb2.py to faster_rcnn_box_coder_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/square_box_coder_pb2.py to square_box_coder_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/pipeline_pb2.py to pipeline_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/input_reader_pb2.py to input_reader_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/mean_stddev_box_coder_pb2.py to mean_stddev_box_coder_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/argmax_matcher_pb2.py to argmax_matcher_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/ssd_pb2.py to ssd_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/region_similarity_calculator_pb2.py to region_similarity_calculator_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/keypoint_box_coder_pb2.py to keypoint_box_coder_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/ssd_anchor_generator_pb2.py to ssd_anchor_generator_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/image_resizer_pb2.py to image_resizer_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/optimizer_pb2.py to optimizer_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/grid_anchor_generator_pb2.py to grid_anchor_generator_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/graph_rewriter_pb2.py to graph_rewriter_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/preprocessor_pb2.py to preprocessor_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/post_processing_pb2.py to post_processing_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/string_int_label_map_pb2.py to string_int_label_map_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/multiscale_anchor_generator_pb2.py to multiscale_anchor_generator_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/faster_rcnn_pb2.py to faster_rcnn_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/eval_pb2.py to eval_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/protos/box_coder_pb2.py to box_coder_pb2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/exporter.py to exporter.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/anchor_generators/multiscale_grid_anchor_generator_test.py to multiscale_grid_anchor_generator_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/anchor_generators/grid_anchor_generator_test.py to grid_anchor_generator_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/anchor_generators/grid_anchor_generator.py to grid_anchor_generator.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/anchor_generators/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/anchor_generators/multiple_grid_anchor_generator_test.py to multiple_grid_anchor_generator_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/anchor_generators/multiscale_grid_anchor_generator.py to multiscale_grid_anchor_generator.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/anchor_generators/multiple_grid_anchor_generator.py to multiple_grid_anchor_generator.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/box_coder_builder.py to box_coder_builder.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/image_resizer_builder_test.py to image_resizer_builder_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/optimizer_builder_test.py to optimizer_builder_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/post_processing_builder_test.py to post_processing_builder_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/model_builder.py to model_builder.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/anchor_generator_builder.py to anchor_generator_builder.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/model_builder_test.py to model_builder_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/losses_builder_test.py to losses_builder_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/preprocessor_builder.py to preprocessor_builder.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/optimizer_builder.py to optimizer_builder.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/dataset_builder.py to dataset_builder.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/input_reader_builder.py to input_reader_builder.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/image_resizer_builder.py to image_resizer_builder.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/post_processing_builder.py to post_processing_builder.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/graph_rewriter_builder.py to graph_rewriter_builder.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/region_similarity_calculator_builder_test.py to region_similarity_calculator_builder_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/losses_builder.py to losses_builder.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/region_similarity_calculator_builder.py to region_similarity_calculator_builder.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/box_predictor_builder_test.py to box_predictor_builder_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/matcher_builder_test.py to matcher_builder_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/box_predictor_builder.py to box_predictor_builder.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/preprocessor_builder_test.py to preprocessor_builder_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/anchor_generator_builder_test.py to anchor_generator_builder_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/matcher_builder.py to matcher_builder.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/graph_rewriter_builder_test.py to graph_rewriter_builder_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/hyperparams_builder_test.py to hyperparams_builder_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/hyperparams_builder.py to hyperparams_builder.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/box_coder_builder_test.py to box_coder_builder_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/input_reader_builder_test.py to input_reader_builder_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/builders/dataset_builder_test.py to dataset_builder_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/export_tflite_ssd_graph_lib.py to export_tflite_ssd_graph_lib.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/dataset_tools/create_coco_tf_record_test.py to create_coco_tf_record_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/dataset_tools/oid_hierarchical_labels_expansion.py to oid_hierarchical_labels_expansion.cpython-36.pyc
  File "build/bdist.linux-aarch64/egg/object_detection/dataset_tools/oid_hierarchical_labels_expansion.py", line 157
    print '--annotation_type expected value is 1 or 2.'
                                                      ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('--annotation_type expected value is 1 or 2.')?

byte-compiling build/bdist.linux-aarch64/egg/object_detection/dataset_tools/create_kitti_tf_record.py to create_kitti_tf_record.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/dataset_tools/oid_tfrecord_creation.py to oid_tfrecord_creation.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/dataset_tools/create_oid_tf_record.py to create_oid_tf_record.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/dataset_tools/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/dataset_tools/oid_hierarchical_labels_expansion_test.py to oid_hierarchical_labels_expansion_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/dataset_tools/create_pascal_tf_record.py to create_pascal_tf_record.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/dataset_tools/tf_record_creation_util.py to tf_record_creation_util.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/dataset_tools/create_pet_tf_record.py to create_pet_tf_record.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/dataset_tools/create_kitti_tf_record_test.py to create_kitti_tf_record_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/dataset_tools/create_pascal_tf_record_test.py to create_pascal_tf_record_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/dataset_tools/tf_record_creation_util_test.py to tf_record_creation_util_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/dataset_tools/oid_tfrecord_creation_test.py to oid_tfrecord_creation_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/dataset_tools/create_coco_tf_record.py to create_coco_tf_record.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/legacy/evaluator.py to evaluator.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/legacy/trainer_test.py to trainer_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/legacy/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/legacy/eval.py to eval.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/legacy/trainer.py to trainer.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/legacy/train.py to train.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/model_main.py to model_main.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/model_lib_test.py to model_lib_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/matchers/argmax_matcher.py to argmax_matcher.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/matchers/argmax_matcher_test.py to argmax_matcher_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/matchers/bipartite_matcher.py to bipartite_matcher.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/matchers/bipartite_matcher_test.py to bipartite_matcher_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/matchers/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/box_coders/keypoint_box_coder.py to keypoint_box_coder.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/box_coders/square_box_coder.py to square_box_coder.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/box_coders/mean_stddev_box_coder_test.py to mean_stddev_box_coder_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/box_coders/faster_rcnn_box_coder_test.py to faster_rcnn_box_coder_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/box_coders/keypoint_box_coder_test.py to keypoint_box_coder_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/box_coders/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/box_coders/square_box_coder_test.py to square_box_coder_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/box_coders/mean_stddev_box_coder.py to mean_stddev_box_coder.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/object_detection/box_coders/faster_rcnn_box_coder.py to faster_rcnn_box_coder.cpython-36.pyc
creating build/bdist.linux-aarch64/egg/EGG-INFO
copying object_detection.egg-info/PKG-INFO -> build/bdist.linux-aarch64/egg/EGG-INFO
copying object_detection.egg-info/SOURCES.txt -> build/bdist.linux-aarch64/egg/EGG-INFO
copying object_detection.egg-info/dependency_links.txt -> build/bdist.linux-aarch64/egg/EGG-INFO
copying object_detection.egg-info/requires.txt -> build/bdist.linux-aarch64/egg/EGG-INFO
copying object_detection.egg-info/top_level.txt -> build/bdist.linux-aarch64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
object_detection.core.__pycache__.preprocessor.cpython-36: module MAY be using inspect.stack
creating dist
creating 'dist/object_detection-0.1-py3.6.egg' and adding 'build/bdist.linux-aarch64/egg' to it
removing 'build/bdist.linux-aarch64/egg' (and everything under it)
Processing object_detection-0.1-py3.6.egg
creating /home/nvidia/.local/lib/python3.6/site-packages/object_detection-0.1-py3.6.egg
Extracting object_detection-0.1-py3.6.egg to /home/nvidia/.local/lib/python3.6/site-packages
  File "/home/nvidia/.local/lib/python3.6/site-packages/object_detection-0.1-py3.6.egg/object_detection/dataset_tools/oid_hierarchical_labels_expansion.py", line 157
    print '--annotation_type expected value is 1 or 2.'
                                                      ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('--annotation_type expected value is 1 or 2.')?

  File "/home/nvidia/.local/lib/python3.6/site-packages/object_detection-0.1-py3.6.egg/object_detection/meta_architectures/ssd_meta_arch_test.py", line 516
    print num_classes, num_anchors
                    ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(num_classes, num_anchors)?

  File "/home/nvidia/.local/lib/python3.6/site-packages/object_detection-0.1-py3.6.egg/object_detection/utils/object_detection_evaluation.py", line 842
    print 'Scores and tpfp per class label: {}'.format(class_index)
                                              ^
SyntaxError: invalid syntax

Adding object-detection 0.1 to easy-install.pth file

Installed /home/nvidia/.local/lib/python3.6/site-packages/object_detection-0.1-py3.6.egg
Processing dependencies for object-detection==0.1
Searching for Cython>=0.28.1
Reading https://pypi.org/simple/Cython/
Downloading https://files.pythonhosted.org/packages/88/49/a1a3ebc099b1c08df3672e3a18de32a5ec95f6ab307d8c3471425e3d0859/Cython-3.0a5-py2.py3-none-any.whl#sha256=17a02c03ae4ca6b21a14c13709ea08064c29265df6716b1837e5fdf3ec773d37
Best match: Cython 3.0a5
Processing Cython-3.0a5-py2.py3-none-any.whl
Installing Cython-3.0a5-py2.py3-none-any.whl to /home/nvidia/.local/lib/python3.6/site-packages
Adding Cython 3.0a5 to easy-install.pth file
Installing cygdb script to /home/nvidia/.local/bin
Installing cython script to /home/nvidia/.local/bin
Installing cythonize script to /home/nvidia/.local/bin

Installed /home/nvidia/.local/lib/python3.6/site-packages/Cython-3.0a5-py3.6.egg
Searching for matplotlib==3.2.1
Best match: matplotlib 3.2.1
Adding matplotlib 3.2.1 to easy-install.pth file

Using /home/nvidia/.local/lib/python3.6/site-packages
Searching for Pillow==7.1.2
Best match: Pillow 7.1.2
Adding Pillow 7.1.2 to easy-install.pth file

Using /home/nvidia/.local/lib/python3.6/site-packages
Searching for python-dateutil==2.6.1
Best match: python-dateutil 2.6.1
Adding python-dateutil 2.6.1 to easy-install.pth file

Using /usr/lib/python3/dist-packages
Searching for kiwisolver==1.2.0
Best match: kiwisolver 1.2.0
Adding kiwisolver 1.2.0 to easy-install.pth file

Using /home/nvidia/.local/lib/python3.6/site-packages
Searching for numpy==1.16.1
Best match: numpy 1.16.1
Adding numpy 1.16.1 to easy-install.pth file
Installing f2py script to /home/nvidia/.local/bin
Installing f2py3 script to /home/nvidia/.local/bin
Installing f2py3.6 script to /home/nvidia/.local/bin

Using /home/nvidia/.local/lib/python3.6/site-packages
Searching for pyparsing==2.4.7
Best match: pyparsing 2.4.7
Adding pyparsing 2.4.7 to easy-install.pth file

Using /home/nvidia/.local/lib/python3.6/site-packages
Searching for cycler==0.10.0
Best match: cycler 0.10.0
Adding cycler 0.10.0 to easy-install.pth file

Using /home/nvidia/.local/lib/python3.6/site-packages
Searching for six==1.11.0
Best match: six 1.11.0
Adding six 1.11.0 to easy-install.pth file

Using /usr/lib/python3/dist-packages
Finished processing dependencies for object-detection==0.1
~/code/tf_trt_models
~/code/tf_trt_models/third_party/models/research/slim ~/code/tf_trt_models
/home/nvidia/code/tf_trt_models/third_party/models/research/slim
Installing slim library
running install
running bdist_egg
running egg_info
creating slim.egg-info
writing slim.egg-info/PKG-INFO
writing dependency_links to slim.egg-info/dependency_links.txt
writing top-level names to slim.egg-info/top_level.txt
writing manifest file 'slim.egg-info/SOURCES.txt'
reading manifest file 'slim.egg-info/SOURCES.txt'
writing manifest file 'slim.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-aarch64/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/datasets
copying datasets/preprocess_imagenet_validation_data.py -> build/lib/datasets
copying datasets/download_and_convert_mnist.py -> build/lib/datasets
copying datasets/download_and_convert_cifar10.py -> build/lib/datasets
copying datasets/dataset_factory.py -> build/lib/datasets
copying datasets/__init__.py -> build/lib/datasets
copying datasets/imagenet.py -> build/lib/datasets
copying datasets/dataset_utils.py -> build/lib/datasets
copying datasets/download_and_convert_flowers.py -> build/lib/datasets
copying datasets/process_bounding_boxes.py -> build/lib/datasets
copying datasets/mnist.py -> build/lib/datasets
copying datasets/cifar10.py -> build/lib/datasets
copying datasets/build_imagenet_data.py -> build/lib/datasets
copying datasets/flowers.py -> build/lib/datasets
creating build/lib/nets
copying nets/pix2pix_test.py -> build/lib/nets
copying nets/inception_v4.py -> build/lib/nets
copying nets/pix2pix.py -> build/lib/nets
copying nets/vgg_test.py -> build/lib/nets
copying nets/dcgan.py -> build/lib/nets
copying nets/overfeat_test.py -> build/lib/nets
copying nets/dcgan_test.py -> build/lib/nets
copying nets/cyclegan.py -> build/lib/nets
copying nets/resnet_v2_test.py -> build/lib/nets
copying nets/lenet.py -> build/lib/nets
copying nets/alexnet_test.py -> build/lib/nets
copying nets/inception_v3.py -> build/lib/nets
copying nets/alexnet.py -> build/lib/nets
copying nets/inception_resnet_v2_test.py -> build/lib/nets
copying nets/resnet_v1_test.py -> build/lib/nets
copying nets/vgg.py -> build/lib/nets
copying nets/__init__.py -> build/lib/nets
copying nets/overfeat.py -> build/lib/nets
copying nets/inception_v3_test.py -> build/lib/nets
copying nets/mobilenet_v1.py -> build/lib/nets
copying nets/inception_v1_test.py -> build/lib/nets
copying nets/inception.py -> build/lib/nets
copying nets/nets_factory_test.py -> build/lib/nets
copying nets/mobilenet_v1_train.py -> build/lib/nets
copying nets/inception_v2.py -> build/lib/nets
copying nets/inception_utils.py -> build/lib/nets
copying nets/nets_factory.py -> build/lib/nets
copying nets/mobilenet_v1_eval.py -> build/lib/nets
copying nets/cifarnet.py -> build/lib/nets
copying nets/inception_v4_test.py -> build/lib/nets
copying nets/cyclegan_test.py -> build/lib/nets
copying nets/inception_v1.py -> build/lib/nets
copying nets/resnet_v2.py -> build/lib/nets
copying nets/resnet_v1.py -> build/lib/nets
copying nets/mobilenet_v1_test.py -> build/lib/nets
copying nets/inception_v2_test.py -> build/lib/nets
copying nets/resnet_utils.py -> build/lib/nets
copying nets/inception_resnet_v2.py -> build/lib/nets
creating build/lib/preprocessing
copying preprocessing/cifarnet_preprocessing.py -> build/lib/preprocessing
copying preprocessing/inception_preprocessing.py -> build/lib/preprocessing
copying preprocessing/vgg_preprocessing.py -> build/lib/preprocessing
copying preprocessing/lenet_preprocessing.py -> build/lib/preprocessing
copying preprocessing/preprocessing_factory.py -> build/lib/preprocessing
copying preprocessing/__init__.py -> build/lib/preprocessing
creating build/lib/deployment
copying deployment/model_deploy.py -> build/lib/deployment
copying deployment/model_deploy_test.py -> build/lib/deployment
copying deployment/__init__.py -> build/lib/deployment
creating build/lib/nets/nasnet
copying nets/nasnet/pnasnet_test.py -> build/lib/nets/nasnet
copying nets/nasnet/nasnet_utils_test.py -> build/lib/nets/nasnet
copying nets/nasnet/nasnet.py -> build/lib/nets/nasnet
copying nets/nasnet/__init__.py -> build/lib/nets/nasnet
copying nets/nasnet/pnasnet.py -> build/lib/nets/nasnet
copying nets/nasnet/nasnet_utils.py -> build/lib/nets/nasnet
copying nets/nasnet/nasnet_test.py -> build/lib/nets/nasnet
creating build/lib/nets/mobilenet
copying nets/mobilenet/mobilenet_v2_test.py -> build/lib/nets/mobilenet
copying nets/mobilenet/mobilenet_v2.py -> build/lib/nets/mobilenet
copying nets/mobilenet/__init__.py -> build/lib/nets/mobilenet
copying nets/mobilenet/conv_blocks.py -> build/lib/nets/mobilenet
copying nets/mobilenet/mobilenet.py -> build/lib/nets/mobilenet
creating build/bdist.linux-aarch64
creating build/bdist.linux-aarch64/egg
creating build/bdist.linux-aarch64/egg/datasets
copying build/lib/datasets/preprocess_imagenet_validation_data.py -> build/bdist.linux-aarch64/egg/datasets
copying build/lib/datasets/download_and_convert_mnist.py -> build/bdist.linux-aarch64/egg/datasets
copying build/lib/datasets/download_and_convert_cifar10.py -> build/bdist.linux-aarch64/egg/datasets
copying build/lib/datasets/dataset_factory.py -> build/bdist.linux-aarch64/egg/datasets
copying build/lib/datasets/__init__.py -> build/bdist.linux-aarch64/egg/datasets
copying build/lib/datasets/imagenet.py -> build/bdist.linux-aarch64/egg/datasets
copying build/lib/datasets/dataset_utils.py -> build/bdist.linux-aarch64/egg/datasets
copying build/lib/datasets/download_and_convert_flowers.py -> build/bdist.linux-aarch64/egg/datasets
copying build/lib/datasets/process_bounding_boxes.py -> build/bdist.linux-aarch64/egg/datasets
copying build/lib/datasets/mnist.py -> build/bdist.linux-aarch64/egg/datasets
copying build/lib/datasets/cifar10.py -> build/bdist.linux-aarch64/egg/datasets
copying build/lib/datasets/build_imagenet_data.py -> build/bdist.linux-aarch64/egg/datasets
copying build/lib/datasets/flowers.py -> build/bdist.linux-aarch64/egg/datasets
creating build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/pix2pix_test.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/inception_v4.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/pix2pix.py -> build/bdist.linux-aarch64/egg/nets
creating build/bdist.linux-aarch64/egg/nets/nasnet
copying build/lib/nets/nasnet/pnasnet_test.py -> build/bdist.linux-aarch64/egg/nets/nasnet
copying build/lib/nets/nasnet/nasnet_utils_test.py -> build/bdist.linux-aarch64/egg/nets/nasnet
copying build/lib/nets/nasnet/nasnet.py -> build/bdist.linux-aarch64/egg/nets/nasnet
copying build/lib/nets/nasnet/__init__.py -> build/bdist.linux-aarch64/egg/nets/nasnet
copying build/lib/nets/nasnet/pnasnet.py -> build/bdist.linux-aarch64/egg/nets/nasnet
copying build/lib/nets/nasnet/nasnet_utils.py -> build/bdist.linux-aarch64/egg/nets/nasnet
copying build/lib/nets/nasnet/nasnet_test.py -> build/bdist.linux-aarch64/egg/nets/nasnet
copying build/lib/nets/vgg_test.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/dcgan.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/overfeat_test.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/dcgan_test.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/cyclegan.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/resnet_v2_test.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/lenet.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/alexnet_test.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/inception_v3.py -> build/bdist.linux-aarch64/egg/nets
creating build/bdist.linux-aarch64/egg/nets/mobilenet
copying build/lib/nets/mobilenet/mobilenet_v2_test.py -> build/bdist.linux-aarch64/egg/nets/mobilenet
copying build/lib/nets/mobilenet/mobilenet_v2.py -> build/bdist.linux-aarch64/egg/nets/mobilenet
copying build/lib/nets/mobilenet/__init__.py -> build/bdist.linux-aarch64/egg/nets/mobilenet
copying build/lib/nets/mobilenet/conv_blocks.py -> build/bdist.linux-aarch64/egg/nets/mobilenet
copying build/lib/nets/mobilenet/mobilenet.py -> build/bdist.linux-aarch64/egg/nets/mobilenet
copying build/lib/nets/alexnet.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/inception_resnet_v2_test.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/resnet_v1_test.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/vgg.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/__init__.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/overfeat.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/inception_v3_test.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/mobilenet_v1.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/inception_v1_test.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/inception.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/nets_factory_test.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/mobilenet_v1_train.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/inception_v2.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/inception_utils.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/nets_factory.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/mobilenet_v1_eval.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/cifarnet.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/inception_v4_test.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/cyclegan_test.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/inception_v1.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/resnet_v2.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/resnet_v1.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/mobilenet_v1_test.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/inception_v2_test.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/resnet_utils.py -> build/bdist.linux-aarch64/egg/nets
copying build/lib/nets/inception_resnet_v2.py -> build/bdist.linux-aarch64/egg/nets
creating build/bdist.linux-aarch64/egg/preprocessing
copying build/lib/preprocessing/cifarnet_preprocessing.py -> build/bdist.linux-aarch64/egg/preprocessing
copying build/lib/preprocessing/inception_preprocessing.py -> build/bdist.linux-aarch64/egg/preprocessing
copying build/lib/preprocessing/vgg_preprocessing.py -> build/bdist.linux-aarch64/egg/preprocessing
copying build/lib/preprocessing/lenet_preprocessing.py -> build/bdist.linux-aarch64/egg/preprocessing
copying build/lib/preprocessing/preprocessing_factory.py -> build/bdist.linux-aarch64/egg/preprocessing
copying build/lib/preprocessing/__init__.py -> build/bdist.linux-aarch64/egg/preprocessing
creating build/bdist.linux-aarch64/egg/deployment
copying build/lib/deployment/model_deploy.py -> build/bdist.linux-aarch64/egg/deployment
copying build/lib/deployment/model_deploy_test.py -> build/bdist.linux-aarch64/egg/deployment
copying build/lib/deployment/__init__.py -> build/bdist.linux-aarch64/egg/deployment
byte-compiling build/bdist.linux-aarch64/egg/datasets/preprocess_imagenet_validation_data.py to preprocess_imagenet_validation_data.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/datasets/download_and_convert_mnist.py to download_and_convert_mnist.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/datasets/download_and_convert_cifar10.py to download_and_convert_cifar10.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/datasets/dataset_factory.py to dataset_factory.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/datasets/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/datasets/imagenet.py to imagenet.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/datasets/dataset_utils.py to dataset_utils.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/datasets/download_and_convert_flowers.py to download_and_convert_flowers.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/datasets/process_bounding_boxes.py to process_bounding_boxes.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/datasets/mnist.py to mnist.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/datasets/cifar10.py to cifar10.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/datasets/build_imagenet_data.py to build_imagenet_data.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/datasets/flowers.py to flowers.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/pix2pix_test.py to pix2pix_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/inception_v4.py to inception_v4.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/pix2pix.py to pix2pix.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/nasnet/pnasnet_test.py to pnasnet_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/nasnet/nasnet_utils_test.py to nasnet_utils_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/nasnet/nasnet.py to nasnet.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/nasnet/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/nasnet/pnasnet.py to pnasnet.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/nasnet/nasnet_utils.py to nasnet_utils.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/nasnet/nasnet_test.py to nasnet_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/vgg_test.py to vgg_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/dcgan.py to dcgan.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/overfeat_test.py to overfeat_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/dcgan_test.py to dcgan_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/cyclegan.py to cyclegan.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/resnet_v2_test.py to resnet_v2_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/lenet.py to lenet.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/alexnet_test.py to alexnet_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/inception_v3.py to inception_v3.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/mobilenet/mobilenet_v2_test.py to mobilenet_v2_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/mobilenet/mobilenet_v2.py to mobilenet_v2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/mobilenet/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/mobilenet/conv_blocks.py to conv_blocks.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/mobilenet/mobilenet.py to mobilenet.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/alexnet.py to alexnet.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/inception_resnet_v2_test.py to inception_resnet_v2_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/resnet_v1_test.py to resnet_v1_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/vgg.py to vgg.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/overfeat.py to overfeat.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/inception_v3_test.py to inception_v3_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/mobilenet_v1.py to mobilenet_v1.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/inception_v1_test.py to inception_v1_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/inception.py to inception.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/nets_factory_test.py to nets_factory_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/mobilenet_v1_train.py to mobilenet_v1_train.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/inception_v2.py to inception_v2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/inception_utils.py to inception_utils.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/nets_factory.py to nets_factory.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/mobilenet_v1_eval.py to mobilenet_v1_eval.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/cifarnet.py to cifarnet.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/inception_v4_test.py to inception_v4_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/cyclegan_test.py to cyclegan_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/inception_v1.py to inception_v1.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/resnet_v2.py to resnet_v2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/resnet_v1.py to resnet_v1.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/mobilenet_v1_test.py to mobilenet_v1_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/inception_v2_test.py to inception_v2_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/resnet_utils.py to resnet_utils.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/nets/inception_resnet_v2.py to inception_resnet_v2.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/preprocessing/cifarnet_preprocessing.py to cifarnet_preprocessing.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/preprocessing/inception_preprocessing.py to inception_preprocessing.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/preprocessing/vgg_preprocessing.py to vgg_preprocessing.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/preprocessing/lenet_preprocessing.py to lenet_preprocessing.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/preprocessing/preprocessing_factory.py to preprocessing_factory.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/preprocessing/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/deployment/model_deploy.py to model_deploy.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/deployment/model_deploy_test.py to model_deploy_test.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/deployment/__init__.py to __init__.cpython-36.pyc
creating build/bdist.linux-aarch64/egg/EGG-INFO
copying slim.egg-info/PKG-INFO -> build/bdist.linux-aarch64/egg/EGG-INFO
copying slim.egg-info/SOURCES.txt -> build/bdist.linux-aarch64/egg/EGG-INFO
copying slim.egg-info/dependency_links.txt -> build/bdist.linux-aarch64/egg/EGG-INFO
copying slim.egg-info/top_level.txt -> build/bdist.linux-aarch64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist/slim-0.1-py3.6.egg' and adding 'build/bdist.linux-aarch64/egg' to it
removing 'build/bdist.linux-aarch64/egg' (and everything under it)
Processing slim-0.1-py3.6.egg
Copying slim-0.1-py3.6.egg to /home/nvidia/.local/lib/python3.6/site-packages
Adding slim 0.1 to easy-install.pth file

Installed /home/nvidia/.local/lib/python3.6/site-packages/slim-0.1-py3.6.egg
Processing dependencies for slim==0.1
Finished processing dependencies for slim==0.1
~/code/tf_trt_models
Installing tf_trt_models
/home/nvidia/code/tf_trt_models
running install
running bdist_egg
running egg_info
creating tf_trt_models.egg-info
writing tf_trt_models.egg-info/PKG-INFO
writing dependency_links to tf_trt_models.egg-info/dependency_links.txt
writing top-level names to tf_trt_models.egg-info/top_level.txt
writing manifest file 'tf_trt_models.egg-info/SOURCES.txt'
reading manifest file 'tf_trt_models.egg-info/SOURCES.txt'
writing manifest file 'tf_trt_models.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-aarch64/egg
running install_lib
running build_py
creating build
creating build/lib
creating build/lib/tf_trt_models
copying tf_trt_models/__init__.py -> build/lib/tf_trt_models
copying tf_trt_models/detection.py -> build/lib/tf_trt_models
copying tf_trt_models/graph_utils.py -> build/lib/tf_trt_models
copying tf_trt_models/classification.py -> build/lib/tf_trt_models
creating build/bdist.linux-aarch64
creating build/bdist.linux-aarch64/egg
creating build/bdist.linux-aarch64/egg/tf_trt_models
copying build/lib/tf_trt_models/__init__.py -> build/bdist.linux-aarch64/egg/tf_trt_models
copying build/lib/tf_trt_models/detection.py -> build/bdist.linux-aarch64/egg/tf_trt_models
copying build/lib/tf_trt_models/graph_utils.py -> build/bdist.linux-aarch64/egg/tf_trt_models
copying build/lib/tf_trt_models/classification.py -> build/bdist.linux-aarch64/egg/tf_trt_models
byte-compiling build/bdist.linux-aarch64/egg/tf_trt_models/__init__.py to __init__.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/tf_trt_models/detection.py to detection.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/tf_trt_models/graph_utils.py to graph_utils.cpython-36.pyc
byte-compiling build/bdist.linux-aarch64/egg/tf_trt_models/classification.py to classification.cpython-36.pyc
creating build/bdist.linux-aarch64/egg/EGG-INFO
copying tf_trt_models.egg-info/PKG-INFO -> build/bdist.linux-aarch64/egg/EGG-INFO
copying tf_trt_models.egg-info/SOURCES.txt -> build/bdist.linux-aarch64/egg/EGG-INFO
copying tf_trt_models.egg-info/dependency_links.txt -> build/bdist.linux-aarch64/egg/EGG-INFO
copying tf_trt_models.egg-info/top_level.txt -> build/bdist.linux-aarch64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist/tf_trt_models-0.0-py3.6.egg' and adding 'build/bdist.linux-aarch64/egg' to it
removing 'build/bdist.linux-aarch64/egg' (and everything under it)
Processing tf_trt_models-0.0-py3.6.egg
Copying tf_trt_models-0.0-py3.6.egg to /home/nvidia/.local/lib/python3.6/site-packages
Adding tf-trt-models 0.0 to easy-install.pth file

Installed /home/nvidia/.local/lib/python3.6/site-packages/tf_trt_models-0.0-py3.6.egg
Processing dependencies for tf-trt-models==0.0
Finished processing dependencies for tf-trt-models==0.0
sachinkmohan commented 3 years ago

I am having the same issue too. Is it because that it is only compatible for lower versions of tensorflow. I have installed TF 1.15 and jetpack 4.5. I am not sure what is causing this error.