coco-annotator icon indicating copy to clipboard operation
coco-annotator copied to clipboard

DEXTR with custom model doesn't work

Open mo-alaa opened this issue 4 years ago • 0 comments

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 ?

mo-alaa avatar Dec 22 '21 08:12 mo-alaa