Semih Cantürk
Semih Cantürk
boost 1.71.0 cmake 3.14.3 clang 11.0.0 sdl2 2.0.10 julia 1.2.0
That indeed resolves the issue. I also needed to update line 471 in https://github.com/onnx/keras-onnx/blob/master/applications/yolov3/yolov3.py from `onnxmodel = convert_model(yolo, target_opset)` to `onnxmodel = convert_model(yolo, False, target_opset)` as it was missing an...
@ch-hristov hey, I gave up on https://github.com/qqwweee/keras-yolo3 and used https://github.com/emadboctorx/yolov3-keras-tf2/ instead - the former is quite outdated and a pain to deal with at this point imo, and there are...
Hi @rusty1s, @MrWeast & @brovatten! I'm Semih, a main author of GPSE alongside @RemyLau. Many thanks for your interest in integrating GPSE, and we'd be happy to help with the...
Hey @rusty1s, I've made a PR above for GPSE. There are few minor things I'll handle the next day or two (mostly for prettifying the example), but it's ready for...
Yeah sure! How do we want to go about this? Should I just close the previous PR and open two new ones? **EDIT:** Removed the example from the PR, so...
I've posted a (partial) answer to the duplicate of this question for the HuggingFace TrOCR model: https://github.com/microsoft/unilm/issues/955#issuecomment-1728546355
So, this answer is for getting confidence scores *with* HuggingFace, but people here may find it useful as well, so posting anyways. When calling `model.generate()` on the TrOCR VisionEncoderDecoder model,...
@mahendra-gehlot unfortunately I haven't dug deep into the code to figure out what's the underlying issue, but have noticed something interesting. It seems the heatmaps are correct for `yolov5s`, but...
Hi @rusty1s , I've resolved all checks except: 1. **Linting / mypy**, which is giving an error I haven't been able to resolve: `torch_geometric/transforms/add_gpse.py:3: error: Module "torch_geometric.nn" has no attribute...