-
Notifications
You must be signed in to change notification settings - Fork 67
WIP: Mscoco tf2 #1340
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
base: develop
Are you sure you want to change the base?
WIP: Mscoco tf2 #1340
Conversation
|
I'm trying to instantiate the model with the following kwargs instead: This yields the following error in the Looking inside this directory: The checkpoint is downloaded and exists, but with a different path than ART expects here. It looks like this might require a modification to ART, so I've notified Beat A note on my environment: I'm inside a TF2 container, but I modified the Dockerfile to |
|
It shouldn't be downloading to |
|
No, I was running the minimum code needed to reproduce the error: However, I just tried adding an Edit: Ok I see now that the change you're referring to exists on |
|
Yeah, reading more fully, I think you're right - you'll still get the same error. |
|
Yeah, I think using it should point to the subdir Also, it looks like this method of loading is deprecated in TF2: |
|
Added ART issue 1616 |
|
Should be in ART 1.11 |
Fixes #1330
This update should fix it from our side.
However, I now run into the following error in the ART import:
The error is in the object_detection codebase, so not something we can easily fix. Maybe this requires moving to resnet_v2 ?