tf-models-nightly 2.17.0.dev20240506__py2.py3-none-any.whl → 2.17.0.dev20240508__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -910,7 +910,7 @@ def _generate_detections_tflite(
910
910
  dummy_num_detections = tf.constant(
911
911
  0.0, dtype=tf.float32, name='num_detections')
912
912
  return boxes, dummy_classes, scores, dummy_num_detections
913
- return dummy_post_processing(boxes, scores, anchors)[::-1]
913
+ return dummy_post_processing(boxes, scores, anchors)
914
914
 
915
915
 
916
916
  @tf_keras.utils.register_keras_serializable(package='Vision')
@@ -1481,10 +1481,10 @@ class MultilevelDetectionGenerator(tf_keras.layers.Layer):
1481
1481
  self._config_dict['box_coder_weights'],
1482
1482
  )
1483
1483
  return {
1484
- 'num_detections': num_detections,
1485
1484
  'detection_boxes': boxes,
1486
1485
  'detection_classes': classes,
1487
1486
  'detection_scores': scores,
1487
+ 'num_detections': num_detections,
1488
1488
  }
1489
1489
 
1490
1490
  if self._config_dict['nms_version'] != 'v3':
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tf-models-nightly
3
- Version: 2.17.0.dev20240506
3
+ Version: 2.17.0.dev20240508
4
4
  Summary: TensorFlow Official Models
5
5
  Home-page: https://github.com/tensorflow/models
6
6
  Author: Google Inc.
@@ -1086,7 +1086,7 @@ official/vision/modeling/layers/__init__.py,sha256=_RjeNeStjst4yPYwYUBZ1G9dnmx4L
1086
1086
  official/vision/modeling/layers/box_sampler.py,sha256=UakVZOA9EVY00RzgTFbuTsUvuzFZ2feJWvn5f6U0m6c,3411
1087
1087
  official/vision/modeling/layers/deeplab.py,sha256=Oeb7OoOzhQZgf7cV7By4-eJJqkd1ysP7dPkc-fAdpeg,8571
1088
1088
  official/vision/modeling/layers/deeplab_test.py,sha256=YXAOz9tD6W0ZL4YSUQAoY_bd9vQKpgkNpT1BQwqz3Xs,1904
1089
- official/vision/modeling/layers/detection_generator.py,sha256=9aXyfAV1ETuBcLI1YspIlzErfq45FiWL2jUlpUFqg8k,66301
1089
+ official/vision/modeling/layers/detection_generator.py,sha256=jCWaVMO5fsHk60RcMiytZEW1s_EYyx91ZUWHY_h1LFU,66295
1090
1090
  official/vision/modeling/layers/detection_generator_test.py,sha256=wd-LL1yA9KZJrqICM9ZIG1ehfgI2c93KbPkDR4Yqxw8,17663
1091
1091
  official/vision/modeling/layers/edgetpu.py,sha256=TAx66cwdvC1bl6i_GQEmjQRc3VtteipmFr73F1Y8F9I,16737
1092
1092
  official/vision/modeling/layers/edgetpu_test.py,sha256=-3UnEdnRnhVCQAKh9lCaEvtjV6rgwSntWn2TvMZlXW0,10120
@@ -1206,9 +1206,9 @@ tensorflow_models/tensorflow_models_test.py,sha256=nc6A9K53OGqF25xN5St8EiWvdVbda
1206
1206
  tensorflow_models/nlp/__init__.py,sha256=4tA5Pf4qaFwT-fIFOpX7x7FHJpnyJT-5UgOeFYTyMlc,807
1207
1207
  tensorflow_models/uplift/__init__.py,sha256=mqfa55gweOdpKoaQyid4A_4u7xw__FcQeSIF0k_pYmI,999
1208
1208
  tensorflow_models/vision/__init__.py,sha256=zBorY_v5xva1uI-qxhZO3Qh-Dii-Suq6wEYh6hKHDfc,833
1209
- tf_models_nightly-2.17.0.dev20240506.dist-info/AUTHORS,sha256=1dG3fXVu9jlo7bul8xuix5F5vOnczMk7_yWn4y70uw0,337
1210
- tf_models_nightly-2.17.0.dev20240506.dist-info/LICENSE,sha256=WxeBS_DejPZQabxtfMOM_xn8qoZNJDQjrT7z2wG1I4U,11512
1211
- tf_models_nightly-2.17.0.dev20240506.dist-info/METADATA,sha256=hojQTwMLZfx14LBOtxE1OkjVPJE7dwiiSakcknoP96E,1432
1212
- tf_models_nightly-2.17.0.dev20240506.dist-info/WHEEL,sha256=kGT74LWyRUZrL4VgLh6_g12IeVl_9u9ZVhadrgXZUEY,110
1213
- tf_models_nightly-2.17.0.dev20240506.dist-info/top_level.txt,sha256=gum2FfO5R4cvjl2-QtP-S1aNmsvIZaFFT6VFzU0f4-g,33
1214
- tf_models_nightly-2.17.0.dev20240506.dist-info/RECORD,,
1209
+ tf_models_nightly-2.17.0.dev20240508.dist-info/AUTHORS,sha256=1dG3fXVu9jlo7bul8xuix5F5vOnczMk7_yWn4y70uw0,337
1210
+ tf_models_nightly-2.17.0.dev20240508.dist-info/LICENSE,sha256=WxeBS_DejPZQabxtfMOM_xn8qoZNJDQjrT7z2wG1I4U,11512
1211
+ tf_models_nightly-2.17.0.dev20240508.dist-info/METADATA,sha256=847zsa7u5Hp20FmQqabmc5qJnmxrb4qiU1JahGU_vP8,1432
1212
+ tf_models_nightly-2.17.0.dev20240508.dist-info/WHEEL,sha256=kGT74LWyRUZrL4VgLh6_g12IeVl_9u9ZVhadrgXZUEY,110
1213
+ tf_models_nightly-2.17.0.dev20240508.dist-info/top_level.txt,sha256=gum2FfO5R4cvjl2-QtP-S1aNmsvIZaFFT6VFzU0f4-g,33
1214
+ tf_models_nightly-2.17.0.dev20240508.dist-info/RECORD,,