Ivan

Results 4 issues of Ivan

Hey, I'm trying to read weights via cv2 dnn module but get this error `cv2.error: OpenCV(4.2.0) /io/opencv/modules/dnn/src/dnn.cpp:4723: error: (-2:Unspecified error) Cannot determine an origin framework of files: assets/custom_head_detector/head_detector_final in function...

> main.py ``` parser = configargparse.ArgParser(config_file_parser_class=configargparse.YAMLConfigFileParser) parser.add('-c', '--my-config', required=True, is_config_file=True, help='config file path') args = parser.parse_args() ``` > args_conf.yaml ``` input: True ``` I execute main as `python main.py` (...

question

Btw. This is aws fresh guided installation **Dock the "microservice" Shinobi Docker image** from your page step by step https://gitlab.com/MiGoller/ShinobiDocker Trully cannot understand what should I do to make it...

Hi, I found the Chat Playground UI very convenient for working with LangChain runnable chains and agents as a REST API. **Is there a way to reset the chat history...