/
githubmirror
/
models
ОбзорДокументацияВойти
/
githubmirror
/
models
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
models/
.../object_detection/utils/
..
__init__.py

Move the research models into a research subfolder (#2430)

9 лет назад
autoaugment_utils.py

Release MobileDet code and model, and require tf_slim installation for OD API. (#8562)

6 лет назад
bifpn_utils.py

Add option to use tf.compat.v1.image.resize_nearest_neighbor (instead of PACK and RESHAPE) for upsampling in efficientdet bifpn.

4 года назад
category_util.py

Release MobileDet code and model, and require tf_slim installation for OD API. (#8562)

6 лет назад
category_util_test.py

Release MobileDet code and model, and require tf_slim installation for OD API. (#8562)

6 лет назад
colab_utils.py

Remove unused comments related to Python 2 compatibility.

4 года назад
config_util.py

Updated the config_util to support the hyperparameter search over new parameters in the CenterNet model.

5 лет назад
config_util_test.py

cleanup of deprecated test methods

2 года назад
context_manager.py

Object detection changes: (#7208)

7 лет назад
context_manager_test.py

Release MobileDet code and model, and require tf_slim installation for OD API. (#8562)

6 лет назад
dataset_util.py

Adding float feature to dataset_util

6 лет назад
dataset_util_test.py

Release MobileDet code and model, and require tf_slim installation for OD API. (#8562)

6 лет назад
json_utils.py

Open source MnasFPN and minor fixes to OD API (#8484)

6 лет назад
json_utils_test.py

Release MobileDet code and model, and require tf_slim installation for OD API. (#8562)

6 лет назад
label_map_util.py

Support using the default label map validator by specifying None value.

3 года назад
label_map_util_test.py

Added the get_keypoint_label_map_dict function to prepare the merged dictionary that maps from the keypoint names to their ids.

5 лет назад
learning_schedules.py

Add an exponential decay learning rate schedule with warmup.

6 лет назад
learning_schedules_test.py

Add an exponential decay learning rate schedule with warmup.

6 лет назад
metrics.py

[numpy] Fix users of NumPy APIs that are removed in NumPy 2.0.

2 года назад
metrics_test.py

cleanup of deprecated test methods

2 года назад
model_util.py

Merged commit includes the following changes: (#8740)

6 лет назад
model_util_tf2_test.py

Refactor tests for Object Detection API. (#8688)

6 лет назад
np_box_list.py

Object detection changes: (#7208)

7 лет назад
np_box_list_ops.py

Object detection changes: (#7208)

7 лет назад
np_box_list_ops_test.py

Release MobileDet code and model, and require tf_slim installation for OD API. (#8562)

6 лет назад
np_box_list_test.py

cleanup of deprecated test methods

2 года назад
np_box_mask_list.py

Object detection changes: (#7208)

7 лет назад
np_box_mask_list_ops.py

Object detection changes: (#7208)

7 лет назад
np_box_mask_list_ops_test.py

Release MobileDet code and model, and require tf_slim installation for OD API. (#8562)

6 лет назад
np_box_mask_list_test.py

cleanup of deprecated test methods

2 года назад
np_box_ops.py

Fix typo in iou op docstring.

5 лет назад
np_box_ops_test.py

Release MobileDet code and model, and require tf_slim installation for OD API. (#8562)

6 лет назад
np_mask_ops.py

Object detection changes: (#7208)

7 лет назад
np_mask_ops_test.py

Release MobileDet code and model, and require tf_slim installation for OD API. (#8562)

6 лет назад
object_detection_evaluation.py

Add partial label evaluation to PrecisionAtRecallEvaluation.

4 года назад
object_detection_evaluation_test.py

Add partial label evaluation to PrecisionAtRecallEvaluation.

4 года назад
ops.py

Avoids generating 6D tensors in `nearest_neighbor_upsampling`.

4 года назад
ops_test.py

cleanup of deprecated test methods

2 года назад
patch_ops.py

Release MobileDet code and model, and require tf_slim installation for OD API. (#8562)

6 лет назад
patch_ops_test.py

Extend test checking logic to match tpu tfrt's behavior.

3 года назад
per_image_evaluation.py

Object detection changes: (#7208)

7 лет назад
per_image_evaluation_test.py

Release MobileDet code and model, and require tf_slim installation for OD API. (#8562)

6 лет назад
per_image_vrd_evaluation.py

Object detection changes: (#7208)

7 лет назад
per_image_vrd_evaluation_test.py

Release MobileDet code and model, and require tf_slim installation for OD API. (#8562)

6 лет назад
shape_utils.py

Release MobileDet code and model, and require tf_slim installation for OD API. (#8562)

6 лет назад
shape_utils_test.py

cleanup of deprecated test methods

2 года назад
spatial_transform_ops.py

Enables combined static and dynamic shape for the batch size in 'MultiLevelRoIAlign'

5 лет назад
spatial_transform_ops_test.py

Merge pull request #8746 from syiming:add_multilevel_crop_and_resize

6 лет назад
static_shape.py

Object detection changes: (#7208)

7 лет назад
static_shape_test.py

Release MobileDet code and model, and require tf_slim installation for OD API. (#8562)

6 лет назад
target_assigner_utils.py

Add IOU heatmap loss for CenterNet.

5 лет назад
target_assigner_utils_test.py

Add IOU heatmap loss for CenterNet.

5 лет назад
test_case.py

Release MobileDet code and model, and require tf_slim installation for OD API. (#8562)

6 лет назад
test_case_test.py

Release MobileDet code and model, and require tf_slim installation for OD API. (#8562)

6 лет назад
test_utils.py

Add checkpoint type 'full' to SSD meta arch.

6 лет назад
test_utils_test.py

Release MobileDet code and model, and require tf_slim installation for OD API. (#8562)

6 лет назад
tf_version.py

Open source MnasFPN and minor fixes to OD API (#8484)

6 лет назад
variables_helper.py

Standardize fine tune checkpoints across all TF2 models.

5 лет назад
variables_helper_tf1_test.py

Refactor tests for Object Detection API. (#8688)

6 лет назад
visualization_utils.py

Update code to be compatible with Pillow 10.

3 года назад
visualization_utils_test.py

[NumPy] Remove references to deprecated NumPy type aliases.

4 года назад
vrd_evaluation.py

Object detection changes: (#7208)

7 лет назад
vrd_evaluation_test.py

Release MobileDet code and model, and require tf_slim installation for OD API. (#8562)

6 лет назад