这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@vishnubanna
Copy link
Collaborator

Description

This PR updates all the ops needed for the YOLO detection generator and adds an nms_ops file that holds the nms used for box filtering on the TPU. This PR adds DIOU nms as well as a quick NMS that is used for compiling the model in tflite.

Type of change

For a new feature or function, please create an issue first to discuss it
with us before submitting a pull request.

Note: Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • Documentation update
  • TensorFlow 2 migration
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • A new research paper code implementation
  • Other (Specify)

Tests

box op and math op test cases

python3.8 -m official.vision.beta.projects.yolo.ops.box_ops_test

nms op tests will be included in the next commit

Test Configuration:

Checklist

tensorflower-gardener and others added 11 commits May 24, 2021 21:09
PiperOrigin-RevId: 375621932
PiperOrigin-RevId: 375729667
PiperOrigin-RevId: 375854504
PiperOrigin-RevId: 375979776
PiperOrigin-RevId: 376032565
* Update YOLO model

* Fix some docstrings

* Fix docstrings

* Address some of Dr. Davis' changes

* Give descriptive names to the test cases

* Fix bugs

* Fix YOLO head imports

* docstring and variable name updates

* docstring and variable name updates

* docstring and variable name updates

Co-authored-by: vishnubanna <banna3vishnu@gmail.com>
Co-authored-by: Vishnu Banna <43182884+vishnubanna@users.noreply.github.com>
Co-authored-by: Vishnu Banna <43182884+vishnubanna@users.noreply.github.com>
@vishnubanna vishnubanna merged commit 93f2215 into detection_generator_pr Jun 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants