BackT0TheFuture
BackT0TheFuture
#https://github.com/AlexeyAB/darknet/issues/7002 would you like to add yolov4/3-tiny-3l.cfg support? thanks!
hi,there CLSTM is great , do you guys have some plan for windows support? cmake or MinGW thx!
# Environment windows or linux Net 5 6 7 ## Example code: ``` var files = Cv2.Glob("./*.jpg", true); foreach (var file in files) { Console.WriteLine(file); } ``` or when using...
would you like to add support for [yolov3_tiny_3l.cfg](https://github.com/AlexeyAB/darknet/blob/master/cfg/yolov3-tiny_3l.cfg)? thx!
**请将下面信息填写完整,便于我们快速解决问题,谢谢!** **问题描述** 导出onnx时如果固定batch大小,目前导出detection那边的模型shape都是 [-1,c,h,w], 如何能固定batch大小,谢谢! 导出时命令行如果指定 input shape 为 {'image':[1,3,256,256]},此时导出的onnx输入是固定batch了,但输出shape还是[-1,n] **更多信息 :** 无 **报错截图**  **其他信息** 无
Hi, It's great work you made. recently I'm studying your code, I wanna trying [CRNN](https://github.com/bgshih/crnn) network using CNTK && C#, finally I failed, I'm not clear how to feed CNN's...
### Question How to use just http not https generally we will deploy service behind nginx with ssl in order to get better performance , thers's no need to enable...
Hi, It's great work you made. I came across one problem, python code looks like below ``` flatten = mx.symbol.Flatten(data=relu3) fc1 = mx.symbol.FullyConnected(data=flatten, num_hidden=512) fc21 = mx.symbol.FullyConnected(data=fc1, num_hidden=11) fc22 =...
Hi, I'm trying porting example of [yolov5](https://github.com/Tencent/ncnn/blob/master/examples/yolov5.cpp) but there's a costom layer named **YoloV5Focus** how to handle this case in c# would you like to give some instructions on this?...