kaninaba94

Results 6 issues of kaninaba94

``` knock ~/Downloads/Boulanger_CENELEC-50128-and-IEC-62279-St_9781119122494.acsm Received an ACSM (Adobe) file... Downloading the book from Adobe... knock> acsmdownloader -d /home/user/.config/knock/acsm/device.xml -a /home/user/.config/knock/acsm/activation.xml -k /home/user/.config/knock/acsm/devicesalt -o /home/user/Downloads/Boulanger_CENELEC-50128-and-IEC-62279-St_9781119122494.drm -f /home/user/Downloads/Boulanger_CENELEC-50128-and-IEC-62279-St_9781119122494.acsm Created /home/user/Downloads/Boulanger_CENELEC-50128-and-IEC-62279-St_9781119122494.drm knock[0]> Decrypting the...

The issue is that all relative volume paths are resolved to the location of the first given config file instead of the config file they are specified in. It would...

I want to train a few shot object detector to recognize only a single class, which I built prototypes for using this blueprint: https://github.com/mlzxy/devit/blob/main/demo/build_prototypes.ipynb Now when I run `python demo/demo.py`...

What's the point of [this](https://github.com/mlzxy/devit/blob/47c803728e03848d9522033bb565f31c1bbd6cbd/detectron2/data/datasets/coco.py#L80) when you cannot set it due to [this](https://github.com/mlzxy/devit/blob/47c803728e03848d9522033bb565f31c1bbd6cbd/detectron2/data/catalog.py#L148) ? I want to train DE on my custom data, which is why I need to change...

This is using T4 GPU runtime. All the installs ran successfully, but the second cell failed: ``` AttributeError Traceback (most recent call last) [](https://localhost:8080/#) in () 8 import numpy as...

I think you should never use `from ... import *`. It just makes life harder understanding a codebase.