text
stringlengths
5
45.8k
id
stringlengths
18
93
metadata
dict
__index_level_0__
int64
0
33
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/object_detection/retinanet/retinanet.py/0
{ "file_path": "keras-cv/keras_cv/models/object_detection/retinanet/retinanet.py", "repo_id": "keras-cv", "token_count": 10496 }
23
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/object_detection/yolox/layers/yolox_decoder.py/0
{ "file_path": "keras-cv/keras_cv/models/object_detection/yolox/layers/yolox_decoder.py", "repo_id": "keras-cv", "token_count": 2879 }
24
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/segmentation/basnet/basnet_presets.py/0
{ "file_path": "keras-cv/keras_cv/models/segmentation/basnet/basnet_presets.py", "repo_id": "keras-cv", "token_count": 723 }
25
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/segmentation/segment_anything/sam_mask_decoder.py/0
{ "file_path": "keras-cv/keras_cv/models/segmentation/segment_anything/sam_mask_decoder.py", "repo_id": "keras-cv", "token_count": 4266 }
26
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/stable_diffusion/stable_diffusion.py/0
{ "file_path": "keras-cv/keras_cv/models/stable_diffusion/stable_diffusion.py", "repo_id": "keras-cv", "token_count": 8533 }
27
<jupyter_start><jupyter_text>Setup<jupyter_code>!pip install -q git+https://github.com/divyashreepathihalli/keras-cv.git@CLIP_refactor !pip install -q keras-nlp !pip install -q tf-keras !pip install -q tensorflow-text !pip install keras==3.0.2<jupyter_output>Installing build dependencies ... [?25l[?25hdone Getting ...
keras-cv/keras_cv/tools/checkpoint_conversion/clip_weights_conversion.ipynb/0
{ "file_path": "keras-cv/keras_cv/tools/checkpoint_conversion/clip_weights_conversion.ipynb", "repo_id": "keras-cv", "token_count": 8283 }
28
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/utils/preset_utils_test.py/0
{ "file_path": "keras-cv/keras_cv/utils/preset_utils_test.py", "repo_id": "keras-cv", "token_count": 1377 }
29
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/pip_build.py/0
{ "file_path": "keras-cv/pip_build.py", "repo_id": "keras-cv", "token_count": 2112 }
30
import json import os import sys import tensorboard as tb from absl import flags flags.DEFINE_string( "model_name", None, "The name of the KerasCV.model that was trained" ) flags.DEFINE_string( "tensorboard_logs_path", None, "Path to tensorboard logs to load" ) flags.DEFINE_string("training_script_path", None...
keras-cv/shell/weights/update_training_history.py/0
{ "file_path": "keras-cv/shell/weights/update_training_history.py", "repo_id": "keras-cv", "token_count": 2223 }
31
Files: keras_cv/* Copyright © 2023 The KerasCV Authors All code in this repository excluding the code located in keras_cv/layers/preprocessing_3d/waymo is licensed under the Apache License, Version 2.0. The code appearing in the keras_cv/layers/preprocessing_3d/waymo folder is licensed under terms appearing below. ...
keras-cv/LICENSE/0
{ "file_path": "keras-cv/LICENSE", "repo_id": "keras-cv", "token_count": 4048 }
0
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/examples/training/semantic_segmentation/pascal_voc/basic_training.py/0
{ "file_path": "keras-cv/examples/training/semantic_segmentation/pascal_voc/basic_training.py", "repo_id": "keras-cv", "token_count": 2420 }
1
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/bounding_box/converters.py/0
{ "file_path": "keras-cv/keras_cv/bounding_box/converters.py", "repo_id": "keras-cv", "token_count": 7974 }
2
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/bounding_box/validate_format_test.py/0
{ "file_path": "keras-cv/keras_cv/bounding_box/validate_format_test.py", "repo_id": "keras-cv", "token_count": 716 }
3
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/keypoint/formats.py/0
{ "file_path": "keras-cv/keras_cv/keypoint/formats.py", "repo_id": "keras-cv", "token_count": 566 }
4
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/layers/object_detection/box_matcher.py/0
{ "file_path": "keras-cv/keras_cv/layers/object_detection/box_matcher.py", "repo_id": "keras-cv", "token_count": 5538 }
5
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/layers/object_detection/sampling_test.py/0
{ "file_path": "keras-cv/keras_cv/layers/object_detection/sampling_test.py", "repo_id": "keras-cv", "token_count": 3917 }
6
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/layers/preprocessing/base_image_augmentation_layer.py/0
{ "file_path": "keras-cv/keras_cv/layers/preprocessing/base_image_augmentation_layer.py", "repo_id": "keras-cv", "token_count": 9825 }
7
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/layers/preprocessing/mix_up.py/0
{ "file_path": "keras-cv/keras_cv/layers/preprocessing/mix_up.py", "repo_id": "keras-cv", "token_count": 3236 }
8
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/layers/preprocessing/random_brightness_test.py/0
{ "file_path": "keras-cv/keras_cv/layers/preprocessing/random_brightness_test.py", "repo_id": "keras-cv", "token_count": 1443 }
9
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/layers/preprocessing/random_cutout_test.py/0
{ "file_path": "keras-cv/keras_cv/layers/preprocessing/random_cutout_test.py", "repo_id": "keras-cv", "token_count": 2765 }
10
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/layers/preprocessing/random_shear_test.py/0
{ "file_path": "keras-cv/keras_cv/layers/preprocessing/random_shear_test.py", "repo_id": "keras-cv", "token_count": 5788 }
11
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/layers/preprocessing/with_mixed_precision_test.py/0
{ "file_path": "keras-cv/keras_cv/layers/preprocessing/with_mixed_precision_test.py", "repo_id": "keras-cv", "token_count": 3825 }
12
# Copyright 2022 Waymo LLC. # # Licensed under the terms in https://github.com/keras-team/keras-cv/blob/master/keras_cv/layers/preprocessing_3d/waymo/LICENSE # noqa: E501 import tensorflow as tf from keras_cv.api_export import keras_cv_export from keras_cv.backend import random from keras_cv.bounding_box_3d import C...
keras-cv/keras_cv/layers/preprocessing_3d/waymo/global_random_rotation.py/0
{ "file_path": "keras-cv/keras_cv/layers/preprocessing_3d/waymo/global_random_rotation.py", "repo_id": "keras-cv", "token_count": 2740 }
13
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/layers/vit_layers_test.py/0
{ "file_path": "keras-cv/keras_cv/layers/vit_layers_test.py", "repo_id": "keras-cv", "token_count": 1241 }
14
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/losses/simclr_loss.py/0
{ "file_path": "keras-cv/keras_cv/losses/simclr_loss.py", "repo_id": "keras-cv", "token_count": 1563 }
15
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/backbones/csp_darknet/csp_darknet_aliases.py/0
{ "file_path": "keras-cv/keras_cv/models/backbones/csp_darknet/csp_darknet_aliases.py", "repo_id": "keras-cv", "token_count": 3456 }
16
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/backbones/mix_transformer/mix_transformer_backbone.py/0
{ "file_path": "keras-cv/keras_cv/models/backbones/mix_transformer/mix_transformer_backbone.py", "repo_id": "keras-cv", "token_count": 3240 }
17
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/backbones/vit_det/vit_det_backbone_test.py/0
{ "file_path": "keras-cv/keras_cv/models/backbones/vit_det/vit_det_backbone_test.py", "repo_id": "keras-cv", "token_count": 895 }
18
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/legacy/__init__.py/0
{ "file_path": "keras-cv/keras_cv/models/legacy/__init__.py", "repo_id": "keras-cv", "token_count": 1203 }
19
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/object_detection/retinanet/prediction_head.py/0
{ "file_path": "keras-cv/keras_cv/models/object_detection/retinanet/prediction_head.py", "repo_id": "keras-cv", "token_count": 1424 }
20
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/segmentation/basnet/basnet.py/0
{ "file_path": "keras-cv/keras_cv/models/segmentation/basnet/basnet.py", "repo_id": "keras-cv", "token_count": 7091 }
21
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/segmentation/segment_anything/sam_layers.py/0
{ "file_path": "keras-cv/keras_cv/models/segmentation/segment_anything/sam_layers.py", "repo_id": "keras-cv", "token_count": 5681 }
22
<jupyter_start><jupyter_code>!pip install --upgrade tensorflow !pip install "git+https://github.com/DavidLandup0/keras-cv@vit" import math import sys import os import pandas as pd import tensorflow as tf import keras_cv import matplotlib.pyplot as plt import numpy as np config_names = { # JAX name : KCV name, lay...
keras-cv/keras_cv/tools/checkpoint_conversion/ViT_weight_conversion.ipynb/0
{ "file_path": "keras-cv/keras_cv/tools/checkpoint_conversion/ViT_weight_conversion.ipynb", "repo_id": "keras-cv", "token_count": 5612 }
23
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/utils/preset_utils.py/0
{ "file_path": "keras-cv/keras_cv/utils/preset_utils.py", "repo_id": "keras-cv", "token_count": 3378 }
24
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/visualization/plot_segmentation_mask_gallery.py/0
{ "file_path": "keras-cv/keras_cv/visualization/plot_segmentation_mask_gallery.py", "repo_id": "keras-cv", "token_count": 1954 }
25
import sys import keras from absl import flags import keras_cv flags.DEFINE_string("weights_path", None, "Path of weights to load") flags.DEFINE_string( "output_weights_path", None, "Path of notop weights to store" ) flags.DEFINE_string("model_name", None, "Name of the KerasCV.model") FLAGS = flags.FLAGS FLAGS(...
keras-cv/shell/weights/remove_top.py/0
{ "file_path": "keras-cv/shell/weights/remove_top.py", "repo_id": "keras-cv", "token_count": 309 }
26
build_file: "keras-cv/.kokoro/github/ubuntu/gpu/build.sh" action { define_artifacts { regex: "**/sponge_log.log" regex: "**/sponge_log.xml" } } env_vars: { key: "KERAS_BACKEND" value: "tensorflow" } # Set timeout to 60 mins from default 180 mins timeout_mins: 60
keras-cv/.kokoro/github/ubuntu/gpu/tensorflow/continuous.cfg/0
{ "file_path": "keras-cv/.kokoro/github/ubuntu/gpu/tensorflow/continuous.cfg", "repo_id": "keras-cv", "token_count": 120 }
0
import time import warnings from unittest.mock import MagicMock import numpy as np import tensorflow as tf from matplotlib import pyplot as plt import keras_cv from keras_cv import bounding_box from keras_cv.layers import RandomShear from keras_cv.layers.preprocessing.base_image_augmentation_layer import ( BaseIm...
keras-cv/benchmarks/vectorized_random_shear.py/0
{ "file_path": "keras-cv/benchmarks/vectorized_random_shear.py", "repo_id": "keras-cv", "token_count": 7923 }
1
# ImageNet Classification Training TODO(ianjjohnson): Write a README describing this directory.
keras-cv/examples/training/classification/imagenet/README.md/0
{ "file_path": "keras-cv/examples/training/classification/imagenet/README.md", "repo_id": "keras-cv", "token_count": 25 }
2
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/backend/config.py/0
{ "file_path": "keras-cv/keras_cv/backend/config.py", "repo_id": "keras-cv", "token_count": 574 }
3
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/bounding_box/mask_invalid_detections_test.py/0
{ "file_path": "keras-cv/keras_cv/bounding_box/mask_invalid_detections_test.py", "repo_id": "keras-cv", "token_count": 1562 }
4
/* Copyright 2022 The KerasCV Authors. 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 applicable law or agre...
keras-cv/keras_cv/custom_ops/ops/pairwise_iou_op.cc/0
{ "file_path": "keras-cv/keras_cv/custom_ops/ops/pairwise_iou_op.cc", "repo_id": "keras-cv", "token_count": 454 }
5
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/datasets/waymo/load_test.py/0
{ "file_path": "keras-cv/keras_cv/datasets/waymo/load_test.py", "repo_id": "keras-cv", "token_count": 818 }
6
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/layers/fusedmbconv.py/0
{ "file_path": "keras-cv/keras_cv/layers/fusedmbconv.py", "repo_id": "keras-cv", "token_count": 3862 }
7
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/layers/object_detection/roi_generator_test.py/0
{ "file_path": "keras-cv/keras_cv/layers/object_detection/roi_generator_test.py", "repo_id": "keras-cv", "token_count": 5746 }
8
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/layers/object_detection_3d/voxelization_test.py/0
{ "file_path": "keras-cv/keras_cv/layers/object_detection_3d/voxelization_test.py", "repo_id": "keras-cv", "token_count": 2012 }
9
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/layers/preprocessing/fourier_mix.py/0
{ "file_path": "keras-cv/keras_cv/layers/preprocessing/fourier_mix.py", "repo_id": "keras-cv", "token_count": 3974 }
10
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/layers/preprocessing/rand_augment_test.py/0
{ "file_path": "keras-cv/keras_cv/layers/preprocessing/rand_augment_test.py", "repo_id": "keras-cv", "token_count": 1973 }
11
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/layers/preprocessing/random_color_jitter_test.py/0
{ "file_path": "keras-cv/keras_cv/layers/preprocessing/random_color_jitter_test.py", "repo_id": "keras-cv", "token_count": 1717 }
12
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/layers/preprocessing/rescaling_test.py/0
{ "file_path": "keras-cv/keras_cv/layers/preprocessing/rescaling_test.py", "repo_id": "keras-cv", "token_count": 973 }
13
# Copyright 2022 Waymo LLC. # # Licensed under the terms in https://github.com/keras-team/keras-cv/blob/master/keras_cv/layers/preprocessing_3d/waymo/LICENSE # noqa: E501 import tensorflow as tf from keras_cv import point_cloud from keras_cv.api_export import keras_cv_export from keras_cv.backend import random from ...
keras-cv/keras_cv/layers/preprocessing_3d/waymo/frustum_random_dropping_points.py/0
{ "file_path": "keras-cv/keras_cv/layers/preprocessing_3d/waymo/frustum_random_dropping_points.py", "repo_id": "keras-cv", "token_count": 2680 }
14
# Copyright 2022 Waymo LLC. # # Licensed under the terms in https://github.com/keras-team/keras-cv/blob/master/keras_cv/layers/preprocessing_3d/waymo/LICENSE # noqa: E501 import tensorflow as tf from keras_cv.api_export import keras_cv_export from keras_cv.backend import random from keras_cv.bounding_box_3d import C...
keras-cv/keras_cv/layers/preprocessing_3d/waymo/random_copy_paste.py/0
{ "file_path": "keras-cv/keras_cv/layers/preprocessing_3d/waymo/random_copy_paste.py", "repo_id": "keras-cv", "token_count": 5867 }
15
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/layers/serialization_test.py/0
{ "file_path": "keras-cv/keras_cv/layers/serialization_test.py", "repo_id": "keras-cv", "token_count": 7877 }
16
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/losses/giou_loss.py/0
{ "file_path": "keras-cv/keras_cv/losses/giou_loss.py", "repo_id": "keras-cv", "token_count": 3367 }
17
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/metrics/object_detection/box_coco_metrics.py/0
{ "file_path": "keras-cv/keras_cv/metrics/object_detection/box_coco_metrics.py", "repo_id": "keras-cv", "token_count": 4743 }
18
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/backbones/densenet/densenet_backbone.py/0
{ "file_path": "keras-cv/keras_cv/models/backbones/densenet/densenet_backbone.py", "repo_id": "keras-cv", "token_count": 3671 }
19
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/backbones/mobilenet_v3/mobilenet_v3_backbone_presets_test.py/0
{ "file_path": "keras-cv/keras_cv/models/backbones/mobilenet_v3/mobilenet_v3_backbone_presets_test.py", "repo_id": "keras-cv", "token_count": 960 }
20
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/backbones/vgg16/vgg16_backbone.py/0
{ "file_path": "keras-cv/keras_cv/models/backbones/vgg16/vgg16_backbone.py", "repo_id": "keras-cv", "token_count": 3392 }
21
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/feature_extractor/clip/clip_image_model.py/0
{ "file_path": "keras-cv/keras_cv/models/feature_extractor/clip/clip_image_model.py", "repo_id": "keras-cv", "token_count": 2681 }
22
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/object_detection/yolo_v8/yolo_v8_backbone_presets.py/0
{ "file_path": "keras-cv/keras_cv/models/object_detection/yolo_v8/yolo_v8_backbone_presets.py", "repo_id": "keras-cv", "token_count": 2152 }
23
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/segmentation/segformer/segformer.py/0
{ "file_path": "keras-cv/keras_cv/models/segmentation/segformer/segformer.py", "repo_id": "keras-cv", "token_count": 3095 }
24
# Copyright 2022 The KerasCV Authors. 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 applicable...
keras-cv/keras_cv/models/stable_diffusion/attention_block.py/0
{ "file_path": "keras-cv/keras_cv/models/stable_diffusion/attention_block.py", "repo_id": "keras-cv", "token_count": 855 }
25
# Copyright 2022 The KerasCV Authors. 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 applicable ...
keras-cv/keras_cv/ops/iou_3d.py/0
{ "file_path": "keras-cv/keras_cv/ops/iou_3d.py", "repo_id": "keras-cv", "token_count": 543 }
26
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/training/contrastive/simclr_trainer_test.py/0
{ "file_path": "keras-cv/keras_cv/training/contrastive/simclr_trainer_test.py", "repo_id": "keras-cv", "token_count": 676 }
27
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/utils/train.py/0
{ "file_path": "keras-cv/keras_cv/utils/train.py", "repo_id": "keras-cv", "token_count": 1036 }
28
[metadata] license_files = LICENSE description_file = README.md version = attr: keras_cv.__version__ [tool:pytest] filterwarnings = error ignore::DeprecationWarning ignore::ImportWarning ignore::RuntimeWarning ignore::PendingDeprecationWarning ignore::FutureWarning [flake8] max-line-length = 8...
keras-cv/setup.cfg/0
{ "file_path": "keras-cv/setup.cfg", "repo_id": "keras-cv", "token_count": 343 }
29
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/benchmarks/vectorization_strategy_benchmark.py/0
{ "file_path": "keras-cv/benchmarks/vectorization_strategy_benchmark.py", "repo_id": "keras-cv", "token_count": 19626 }
0
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/benchmarks/vectorized_random_translation.py/0
{ "file_path": "keras-cv/benchmarks/vectorized_random_translation.py", "repo_id": "keras-cv", "token_count": 5646 }
1
# you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIE...
keras-cv/examples/layers/preprocessing/classification/random_zoom_demo.py/0
{ "file_path": "keras-cv/examples/layers/preprocessing/classification/random_zoom_demo.py", "repo_id": "keras-cv", "token_count": 312 }
2
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/examples/training/classification/imagenet/basic_training.py/0
{ "file_path": "keras-cv/examples/training/classification/imagenet/basic_training.py", "repo_id": "keras-cv", "token_count": 4844 }
3
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/backend/keras.py/0
{ "file_path": "keras-cv/keras_cv/backend/keras.py", "repo_id": "keras-cv", "token_count": 834 }
4
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/bounding_box/to_dense.py/0
{ "file_path": "keras-cv/keras_cv/bounding_box/to_dense.py", "repo_id": "keras-cv", "token_count": 1323 }
5
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/datasets/waymo/struct.py/0
{ "file_path": "keras-cv/keras_cv/datasets/waymo/struct.py", "repo_id": "keras-cv", "token_count": 688 }
6
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/layers/object_detection/roi_pool.py/0
{ "file_path": "keras-cv/keras_cv/layers/object_detection/roi_pool.py", "repo_id": "keras-cv", "token_count": 3115 }
7
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/layers/overlapping_patching_embedding.py/0
{ "file_path": "keras-cv/keras_cv/layers/overlapping_patching_embedding.py", "repo_id": "keras-cv", "token_count": 1363 }
8
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/layers/preprocessing/fourier_mix_test.py/0
{ "file_path": "keras-cv/keras_cv/layers/preprocessing/fourier_mix_test.py", "repo_id": "keras-cv", "token_count": 2606 }
9
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/layers/preprocessing/random_apply.py/0
{ "file_path": "keras-cv/keras_cv/layers/preprocessing/random_apply.py", "repo_id": "keras-cv", "token_count": 2283 }
10
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/layers/preprocessing/random_contrast.py/0
{ "file_path": "keras-cv/keras_cv/layers/preprocessing/random_contrast.py", "repo_id": "keras-cv", "token_count": 1804 }
11
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/layers/preprocessing/random_rotation.py/0
{ "file_path": "keras-cv/keras_cv/layers/preprocessing/random_rotation.py", "repo_id": "keras-cv", "token_count": 5244 }
12
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/layers/preprocessing/resizing.py/0
{ "file_path": "keras-cv/keras_cv/layers/preprocessing/resizing.py", "repo_id": "keras-cv", "token_count": 7352 }
13
# Copyright 2022 Waymo LLC. # # Licensed under the terms in https://github.com/keras-team/keras-cv/blob/master/keras_cv/layers/preprocessing_3d/waymo/LICENSE # noqa: E501 import numpy as np from keras_cv.layers.preprocessing_3d import base_augmentation_layer_3d from keras_cv.layers.preprocessing_3d.waymo.frustum_ran...
keras-cv/keras_cv/layers/preprocessing_3d/waymo/frustum_random_dropping_points_test.py/0
{ "file_path": "keras-cv/keras_cv/layers/preprocessing_3d/waymo/frustum_random_dropping_points_test.py", "repo_id": "keras-cv", "token_count": 2383 }
14
# Copyright 2022 Waymo LLC. # # Licensed under the terms in https://github.com/keras-team/keras-cv/blob/master/keras_cv/layers/preprocessing_3d/waymo/LICENSE # noqa: E501 import os import numpy as np import pytest from keras_cv.layers.preprocessing_3d import base_augmentation_layer_3d from keras_cv.layers.preproces...
keras-cv/keras_cv/layers/preprocessing_3d/waymo/random_copy_paste_test.py/0
{ "file_path": "keras-cv/keras_cv/layers/preprocessing_3d/waymo/random_copy_paste_test.py", "repo_id": "keras-cv", "token_count": 5017 }
15
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/layers/spatial_pyramid.py/0
{ "file_path": "keras-cv/keras_cv/layers/spatial_pyramid.py", "repo_id": "keras-cv", "token_count": 3324 }
16
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/losses/giou_loss_test.py/0
{ "file_path": "keras-cv/keras_cv/losses/giou_loss_test.py", "repo_id": "keras-cv", "token_count": 1347 }
17
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/metrics/object_detection/box_coco_metrics_test.py/0
{ "file_path": "keras-cv/keras_cv/metrics/object_detection/box_coco_metrics_test.py", "repo_id": "keras-cv", "token_count": 4825 }
18
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/backbones/densenet/densenet_backbone_presets.py/0
{ "file_path": "keras-cv/keras_cv/models/backbones/densenet/densenet_backbone_presets.py", "repo_id": "keras-cv", "token_count": 1022 }
19
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/backbones/efficientnet_v2/efficientnet_v2_aliases.py/0
{ "file_path": "keras-cv/keras_cv/models/backbones/efficientnet_v2/efficientnet_v2_aliases.py", "repo_id": "keras-cv", "token_count": 4141 }
20
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/backbones/mobilenet_v3/mobilenet_v3_backbone_test.py/0
{ "file_path": "keras-cv/keras_cv/models/backbones/mobilenet_v3/mobilenet_v3_backbone_test.py", "repo_id": "keras-cv", "token_count": 1656 }
21
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/backbones/vgg16/vgg16_backbone_test.py/0
{ "file_path": "keras-cv/keras_cv/models/backbones/vgg16/vgg16_backbone_test.py", "repo_id": "keras-cv", "token_count": 1023 }
22
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/feature_extractor/clip/clip_model.py/0
{ "file_path": "keras-cv/keras_cv/models/feature_extractor/clip/clip_model.py", "repo_id": "keras-cv", "token_count": 2998 }
23
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/legacy/models_test.py/0
{ "file_path": "keras-cv/keras_cv/models/legacy/models_test.py", "repo_id": "keras-cv", "token_count": 2989 }
24
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/legacy/weights.py/0
{ "file_path": "keras-cv/keras_cv/models/legacy/weights.py", "repo_id": "keras-cv", "token_count": 4397 }
25
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/object_detection/yolo_v8/yolo_v8_detector.py/0
{ "file_path": "keras-cv/keras_cv/models/object_detection/yolo_v8/yolo_v8_detector.py", "repo_id": "keras-cv", "token_count": 11170 }
26
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/object_detection_3d/center_pillar.py/0
{ "file_path": "keras-cv/keras_cv/models/object_detection_3d/center_pillar.py", "repo_id": "keras-cv", "token_count": 5943 }
27
# Copyright 2023 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/segmentation/segformer/segformer_aliases.py/0
{ "file_path": "keras-cv/keras_cv/models/segmentation/segformer/segformer_aliases.py", "repo_id": "keras-cv", "token_count": 2719 }
28
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/models/stable_diffusion/clip_tokenizer.py/0
{ "file_path": "keras-cv/keras_cv/models/stable_diffusion/clip_tokenizer.py", "repo_id": "keras-cv", "token_count": 3452 }
29
# Copyright 2022 The KerasCV Authors. 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 applicable ...
keras-cv/keras_cv/ops/iou_3d_test.py/0
{ "file_path": "keras-cv/keras_cv/ops/iou_3d_test.py", "repo_id": "keras-cv", "token_count": 820 }
30
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/utils/__init__.py/0
{ "file_path": "keras-cv/keras_cv/utils/__init__.py", "repo_id": "keras-cv", "token_count": 398 }
31
# Copyright 2022 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/keras_cv/version_check.py/0
{ "file_path": "keras-cv/keras_cv/version_check.py", "repo_id": "keras-cv", "token_count": 501 }
32
# Copyright 2019 The KerasCV Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in ...
keras-cv/setup.py/0
{ "file_path": "keras-cv/setup.py", "repo_id": "keras-cv", "token_count": 1293 }
33