Minsuk Sung
Minsuk Sung
```python options = {"model": "cfg/yolo_custom.cfg", "load": "bin/yolo.weights", "batch": 8, "epoch": 100, "gpu": 1.0, "train": True, "annotation": "./annotations/", "dataset": "./images/"} tfnet = TFNet(options) ``` ``` --------------------------------------------------------------------------- AssertionError Traceback (most recent call...
Hi, I've been using the your MDETR and it's been incredibly helpful for my work. Great job on this! I noticed a small typo in eval_lvis.py at this line: https://github.com/ashkamath/mdetr/blob/ea09acc44ca067072c4b143b726447ee7ff66f5f/scripts/eval_lvis.py#L40...