python_code
stringlengths
0
679k
repo_name
stringlengths
9
41
file_path
stringlengths
6
149
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/__init__.py
# Copyright (c) 2017-2020, NVIDIA CORPORATION. All rights reserved. """IVA unet dllogger codes.""" from __future__ import absolute_import from __future__ import division from __future__ import print_function
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/dllogger/__init__.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/dllogger/logger.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/docker/unet.py
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: nvidia_tao_tf1/cv/unet/proto/data_class_config.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from goog...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/proto/data_class_config_pb2.py
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: nvidia_tao_tf1/cv/unet/proto/optimizer_config.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from googl...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/proto/optimizer_config_pb2.py
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: nvidia_tao_tf1/cv/unet/proto/adam_optimizer_config.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from ...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/proto/adam_optimizer_config_pb2.py
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: nvidia_tao_tf1/cv/unet/proto/training_config.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from google...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/proto/training_config_pb2.py
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: nvidia_tao_tf1/cv/unet/proto/regularizer_config.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from goo...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/proto/regularizer_config_pb2.py
# Copyright (c) 2017-2019, NVIDIA CORPORATION. All rights reserved. """Defining protocol buffers for different components of GB.""" from __future__ import absolute_import from __future__ import division from __future__ import print_function
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/proto/__init__.py
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: nvidia_tao_tf1/cv/unet/proto/augmentation_config.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from go...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/proto/augmentation_config_pb2.py
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: nvidia_tao_tf1/cv/unet/proto/visualizer_config.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from goog...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/proto/visualizer_config_pb2.py
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: nvidia_tao_tf1/cv/unet/proto/experiment.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from google.prot...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/proto/experiment_pb2.py
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: nvidia_tao_tf1/cv/unet/proto/evaluation_config.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from goog...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/proto/evaluation_config_pb2.py
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: nvidia_tao_tf1/cv/unet/proto/model_config.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from google.pr...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/proto/model_config_pb2.py
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: nvidia_tao_tf1/cv/unet/proto/dataset_config.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from google....
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/proto/dataset_config_pb2.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/tests/test_dataset_convert.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/tests/test_utils.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/tests/test_train.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/tests/test_export.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/distribution/__init__.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/distribution/distribution.py
# Copyright 2019-2020 NVIDIA Corporation. All rights reserved. """UNet TensorRT Evaluation Derived from Inference.""" import os import numpy as np from tqdm import tqdm from nvidia_tao_tf1.cv.unet.utils.inference_trt import Inferencer class Evaluator(Inferencer): """Manages TensorRT objects for model evaluation...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/utils/evaluate_trt.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/utils/parse_results.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/utils/data_loader.py
# Copyright (c) 2017-2020, NVIDIA CORPORATION. All rights reserved. """IVA Unet utility functions.""" from __future__ import absolute_import from __future__ import division from __future__ import print_function
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/utils/__init__.py
# Copyright 2019-2020 NVIDIA Corporation. All rights reserved. """UNet TensorRT inference.""" import os import numpy as np import tensorflow as tf from tqdm import tqdm class Inferencer(object): """Manages TensorRT objects for model inference.""" def __init__(self, keras_model=None, batch_size=None, trt_eng...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/utils/inference_trt.py
"""Utilities for distributed execution.""" # Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licens...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/utils/distributed_utils.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/utils/model_fn.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/utils/tests/test_dataloader.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/hooks/checkpoint_saver_hook.py
"""Pretrained weight loading hooks.""" # Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/L...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/hooks/pretrained_restore_hook.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/hooks/__init__.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/hooks/latest_checkpoint.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/hooks/training_hook.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/hooks/profiling_hook.py
# Copyright (c) 2017-2020, NVIDIA CORPORATION. All rights reserved. """IVA Unet entrypoint scripts.""" from __future__ import absolute_import from __future__ import division from __future__ import print_function
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/scripts/__init__.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/scripts/export.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/scripts/dataset_convert.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/scripts/train.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/scripts/prune.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/scripts/inference.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/scripts/evaluate.py
# Copyright (c) 2017-2020, NVIDIA CORPORATION. All rights reserved. """TLT command line wrapper to invoke CLI scripts.""" import sys from nvidia_tao_tf1.cv.common.entrypoint.entrypoint import launch_job import nvidia_tao_tf1.cv.unet.scripts def main(): """Function to launch the job.""" launch_job(nvidia_tao...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/entrypoint/unet.py
# Copyright (c) 2017-2020, NVIDIA CORPORATION. All rights reserved. """Unet Entrypoint.""" from __future__ import absolute_import from __future__ import division from __future__ import print_function
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/entrypoint/__init__.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/model/efficientnet_unet.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/model/shufflenet_unet.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/model/vanilla_unet.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/model/build_unet_model.py
# Copyright (c) 2017-2020, NVIDIA CORPORATION. All rights reserved. """IVA model definition codes.""" from __future__ import absolute_import from __future__ import division from __future__ import print_function
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/model/__init__.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/model/vgg_unet.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/model/model_io.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/model/vanilla_unet_dynamic.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/model/unet_model.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/model/resnet_unet.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/model/utilities.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/model/layers.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/model/tests/test_model_builder.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/spec_handler/__init__.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/spec_handler/spec_loader.py
# Copyright (c) 2017-2020, NVIDIA CORPORATION. All rights reserved. """IVA Unet experiment specs.""" from __future__ import absolute_import from __future__ import division from __future__ import print_function
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/experiment_specs/__init__.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/export/unet_exporter.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/export/__init__.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/unet/export/unet_ds_config.py
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/__init__.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/losses/yolo_loss.py
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/losses/__init__.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/losses/tests/test_loss.py
"""YOLO entry point.""" from __future__ import absolute_import from __future__ import division from __future__ import print_function from maglev_sdk.docker_container.entrypoint import main if __name__ == '__main__': main('yolo_v3', 'nvidia_tao_tf1/cv/yolo_v3/scripts')
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/docker/yolo_v3.py
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/dataio/__init__.py
# Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved. '''Numpy implementation of YOLOv3 label encoder.''' import numpy as np import tensorflow as tf def iou(boxes1, boxes2): ''' numpy version of vectorized iou. Let `boxes1` and `boxes2` contain `m` and `n` boxes, respectively. retur...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/dataio/input_encoder.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/dataio/data_sequence.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/layers/decode_layer.py
# Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved. """IVA YOLO anchor box layer.""" from __future__ import absolute_import from __future__ import division from __future__ import print_function import keras.backend as K from keras.engine.topology import InputSpec, Layer import numpy as np import ten...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/layers/yolo_anchor_box_layer.py
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/layers/__init__.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/layers/nms_layer.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/layers/export_layers.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/layers/tests/test_nms_layer.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/layers/tests/test_export_helper_layer.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/layers/tests/test_anchorbox_layer.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/layers/tests/test_decode_layer.py
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: nvidia_tao_tf1/cv/yolo_v3/proto/training_config.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from goo...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/proto/training_config_pb2.py
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/proto/__init__.py
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: nvidia_tao_tf1/cv/yolo_v3/proto/augmentation_config.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/proto/augmentation_config_pb2.py
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: nvidia_tao_tf1/cv/yolo_v3/proto/yolov3_config.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from googl...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/proto/yolov3_config_pb2.py
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: nvidia_tao_tf1/cv/yolo_v3/proto/experiment.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from google.p...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/proto/experiment_pb2.py
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: nvidia_tao_tf1/cv/yolo_v3/proto/dataset_config.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from goog...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/proto/dataset_config_pb2.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/builders/model_builder.py
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/builders/__init__.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/builders/eval_builder.py
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/utils/__init__.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/utils/model_io.py
"""Tensor related utility functions.""" import tensorflow as tf def get_init_ops(): """Return all ops required for initialization.""" return tf.group(tf.local_variables_initializer(), tf.tables_initializer(), *tf.get_collection('iterator_init'))
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/utils/tensor_utils.py
# Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved. """Load an experiment spec file to run YOLOv3 training, evaluation, pruning.""" from google.protobuf.text_format import Merge as merge_text_proto import nvidia_tao_tf1.cv.yolo_v3.proto.experiment_pb2 as experiment_pb2 def load_experiment_spec(spe...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/utils/spec_loader.py
"""YOLO v3 class to build the model and pipelines.""" from contextlib import contextmanager from math import ceil from multiprocessing import cpu_count import os import shutil import tempfile import keras from keras.backend import set_learning_phase from keras.callbacks import TerminateOnNaN from keras.layers import I...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/models/yolov3_model.py
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/models/__init__.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/models/base_model.py
"""Utils to build the model, data loader and entire pipeline.""" from nvidia_tao_tf1.cv.common.mlops.clearml import get_clearml_task from nvidia_tao_tf1.cv.common.mlops.wandb import check_wandb_logged_in, initialize_wandb from nvidia_tao_tf1.cv.common.visualizer.tensorboard_visualizer import TensorBoardVisualizer from...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/models/utils.py
# Copyright (c) 2023, NVIDIA CORPORATION. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by appli...
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/models/tests/test_model.py
tao_tensorflow1_backend-main
nvidia_tao_tf1/cv/yolo_v3/architecture/__init__.py