Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
seminar-breakout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shashank Suhas
seminar-breakout
Commits
a62c4c14
Commit
a62c4c14
authored
Jan 16, 2021
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update docs
parent
e8c44f63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/FasterRCNN/convert_d2/README.md
examples/FasterRCNN/convert_d2/README.md
+2
-2
No files found.
examples/FasterRCNN/convert_d2/README.md
View file @
a62c4c14
...
...
@@ -32,13 +32,13 @@ Note:
1.
This script does not support arbitrary detectron2 config.
When run against an unsupported config, it may fail silently and produce
erroneous models.
erroneous models.
Always verify the evaluation results.
2.
The above steps produces a TensorFlow's pb file without any inference-time optimization (such as fusion).
Tensorpack is a training framework so it does not provide any such tools.
It's up to the user to further optimize the final graph.
3.
There could be a small inco
mpatibilit
y for converted models.
3.
There could be a small inco
nsistenc
y for converted models.
For the implementation of RoIAlign, there is no equivalence of
`POOLER_SAMPLING_RATIO=0`
in tensorpack or TensorFlow.
Our RoIAlign only implements
`POOLER_SAMPLING_RATIO=2`
.
The results are quite similar, and the final AP may be different by <0.5.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment