We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement voxel branch head as tf.keras.layers.Layer, as described in https://github.com/facebookresearch/meshrcnn/blob/main/meshrcnn/modeling/roi_heads/voxel_head.py
Write your code and tests in this folder: https://github.com/PurdueDualityLab/tf-models/tree/mesh_rcnn/official/vision/beta/projects/mesh_rcnn/modeling/heads
🚨 Please follow the Google Style Guide 🚨
The text was updated successfully, but these errors were encountered:
Merge pull request #5 from srihari-humbarwadi/training
234011f
* set segmentation loss weight to 0.5 * skip boxes with zero area while pasting masks
zghera
Successfully merging a pull request may close this issue.
Task Description
Implement voxel branch head as tf.keras.layers.Layer, as described in https://github.com/facebookresearch/meshrcnn/blob/main/meshrcnn/modeling/roi_heads/voxel_head.py
Write your code and tests in this folder: https://github.com/PurdueDualityLab/tf-models/tree/mesh_rcnn/official/vision/beta/projects/mesh_rcnn/modeling/heads
🚨 Please follow the Google Style Guide 🚨
Before opening a pull request:
The text was updated successfully, but these errors were encountered: