Sebastian Koch
Sebastian Koch
To get a color image you should manually read the bytes and only then convert it with BAYER_RG2RGB. ``` import cv2 from vimba import * import numpy as np with...
@DaddyWesker were you able to resolve the issue? I am facing very similar problems.
> Modify the config.json file of the viccuna model, and change "pad_token_id=-1" to "pad_token_id=2" in "config.json". In "config.json" change "pad_token_id=-1" to "pad_token_id=2". This happens because during batch generation, the model...
@Arrebol2020 might you share your work?
Please fill out the necessary details of the issue template so I can better understand your problem
Yeah some of these packages are unix specific. I wanted to make a slim requirements file for ages but I haven't got the time at the moment. I would advise...
I'm not that fond of mss. For me it's also sometime throws weird bugs. Forcing int's sound like a good idea. Maybe the chessboard detection also detects the region or...
Finding the chessboard is actually not an ML algorithm but an optimization algorithm. It looks for a description of the chessboard which looks for the most coherent description of the...
PR's with improvements are also always welcome!