huuson235
huuson235
The cmd `broot --conf "/path/configs" --out "path/temp/file"` is not working now. I have solved it by changing the cmd to: `broot --conf "/path/configs" >> "path/temp/file"` (replace `--out` to `>>`)
My weight-matrix is a 4-D matrix (eg: 3 x 3 x 3 (depth) x 64 (nmap) (filter size is 3, each input layer has one filter). How can I initialize...
CMD: describe collection -c col Return: 21 Schema below ```python fields = [ FieldSchema(name="id", dtype=DataType.INT64, is_primary=True, auto_id=True), FieldSchema(name="image_url", dtype=DataType.VARCHAR, max_length=MAX_LENGTH_URL), FieldSchema(name="customer_code", dtype=DataType.VARCHAR, max_length=MAX_LENGTH_C_CODE), FieldSchema(name="embedding", dtype=DataType.FLOAT_VECTOR, dim=512), FieldSchema(name="created_at_raw", dtype=DataType.VARCHAR, max_length=20), FieldSchema(name="created_at",...
Hi, I don't see any function that detects multiple QR codes on an image. What can I do?