Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
M
maskrcnn
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
人工智能
maskrcnn
Commits
a0d6edd9
Commit
a0d6edd9
authored
Dec 18, 2018
by
Gu Wang
Committed by
Francisco Massa
Dec 18, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add finetune from detectron guide (#286)
parent
0dfac376
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
README.md
README.md
+8
-0
No files found.
README.md
View file @
a0d6edd9
...
...
@@ -192,6 +192,14 @@ While the aforementioned example should work for training, we leverage the
cocoApi for computing the accuracies during testing. Thus, test datasets
should currently follow the cocoApi for now.
## Finetuning from Detectron weights on custom datasets
Create a script
`tools/trim_detectron_model.py`
like
[
here
](
https://gist.github.com/wangg12/aea194aa6ab6a4de088f14ee193fd968
)
.
You can decide which keys to be removed and which keys to be kept by modifying the script.
Then you can simply point the converted model path in the config file by changing
`MODEL.WEIGHT`
.
For further information, please refer to
[
#15
](
https://github.com/facebookresearch/maskrcnn-benchmark/issues/15
)
.
## Troubleshooting
If you have issues running or compiling this code, we have compiled a list of common issues in
[
TROUBLESHOOTING.md
](
TROUBLESHOOTING.md
)
. If your issue is not present there, please feel
...
...
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