coco-annotator
coco-annotator copied to clipboard
DEXTR with custom model doesn't work
I tried to use my own custom-model.h5 for DEXTR, and changed the name at backend/config/config.py ,
from DEXTR_FILE = os.getenv("DEXTR_FILE", "/models/dextr_pascal-sbd.h5")
to DEXTR_FILE = os.getenv("DEXTR_FILE", "/models/custom-model.h5") then restarted docker, but the DEXTR tool didn't work.
It only works with the dextr_pascal-sbd.h5 model installed with the provided script.
Can I even use my custom model ?