-
Notifications
You must be signed in to change notification settings - Fork 73
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
Using with latest version of Detectron2 #81
Comments
You could download the detectron2 with support to CUDA 11, and then you could replace its mask head file with ours and some dataset reading parts. Note that there will be some minor difference you need to adapt due to the version/api differences of detectron2. |
Ok, i've downloaded a fresh latest copy of Detectron2. I then started merging BCNet into it, by doing the following steps:
** EDITED ** Ignore previous error i've now gotten further with following steps:
** EDITED ** Fixed final training error by replacing this code in
with:
I will run it now and if it works I can put together a repo with this. |
I have created a Detectron2 (version 0.6) repo with BCNet merged into it: https://github.com/Shadercloud/detectron2 |
Thanks for the help. 👍 :) |
Hi, This is being run on a custom dataset, that has been run through the preprocessing script included. Thanks.
|
@Shadercloud
|
Is it possible to use your model with the latest version of detectron2? I'm currently using detectron2 with good results (but not good for occluded objects).
I'm using CUDA 11, but your repo appears to be built on an older version of detectron2 with cuda 10.
Is it possible to just merge certain files into my existing detectron2 files and then use your model configs? (If so what files to merge?)
The text was updated successfully, but these errors were encountered: