forked from tensorflow/models
-
Notifications
You must be signed in to change notification settings - Fork 7
Mesh rcnn zhead #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Mesh rcnn zhead #19
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Creating branch. Initial z head implementation with basic unit tests
created some initial files for weightloading (based on those in mesh_rcnn_mesh_refinement_branch branch)
Fully unit tested (test_z_head.py) Weights loaded (test_load_weights.py) Differential tested (code not provided)
added config in mesh_rcnn.py Fixed fc layer weight initializer
davidliii
reviewed
Mar 29, 2022
davidliii
reviewed
Mar 29, 2022
official/vision/beta/projects/mesh_rcnn/modeling/heads/z_head.py
Outdated
Show resolved
Hide resolved
Collaborator
|
Can you resolve the merge conflicts here? |
Aligning function arguments to be in same column
test_z_head main function now says "tf.test.main()"
Add parameters to z-head test
Collaborator
|
Looks good! |
Wenxin-Jiang
pushed a commit
that referenced
this pull request
Jan 12, 2023
…t50_fix Use ResNet v1 as default backbone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Mesh R-CNN Zhead
files include:
z_head, test_z_head in modeling/heads
config_classes, config_data, load_weights, and test_load_weights in utils/weight_utils
mesh_rcnn in configs
Note that config_classes, config_data, load_weights, test_load_weights, and mesh_rcnn are all files based on other branches, but were not in the mesh_rcnn branch when I created my branch so this may create merge conflicts.
Differential testing against the pytorch implementation was also done separately. That code is not here but is available upon request.