Rick van Veen

Results 4 issues of Rick van Veen

Thanks for reporting the unexpected results and we appreciate it a lot. See also the DVClive issue: https://github.com/iterative/dvclive/issues/267 **Describe the Issue** I was using the `dvclive` hook for mmcv and...

I added the following configuration to my mmcv, mmdet training config. ``` log_config = dict( hooks=[ dict( type="DvcliveLoggerHook", path="{{ fileDirname }}/../live", interval=1, by_epoch=True, ), ], ) ``` I would expect...

feature request
A: frameworks

Is it possible (preferably without modifications to the code) to generate evaluation results (test set) where the predictions are written to a coco style annotation file instead (how I currently...

awaiting response
Stale

### Checklist - I have searched related issues but cannot get the expected help. - I have read related documents and don't know what to do. ### Describe the question...