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 ?