KWL

Results 6 issues of KWL

After I run example in Octave, it shows the following output and terminated with an error, ``` warning: your version of GraphicsMagick limits images to 8 bits per pixel warning:...

Hello, I followed your steps to freeze the ckpt model to frozen graph .pb and then I use `toco --graph_def_file=yolov3_coco.pb --output_file=yolov3.tflite --input_format=TENSORFLOW_GRAPHDEF --output_format=TFLITE --input_shape=1,1,1,1 --input_array=input/input_data --output_array=pred_sbbox/concat_2,pred_mbbox/concat_2,pred_lbbox/concat_2 --input_data_type=FLOAT --inference_type=FLOAT --allow_custom_ops `...

Hello, I have a model with two inputs with different size. I constructed the dataloader and applied `bias_correction.correct_bias`, but I got error ``` File "test_aimet.py", line 107, in data_loader=data_loader, num_bias_correct_samples=num_bias_correct_samples)...

Hi, I followed the tutorial in https://github.com/onnx/tutorials/blob/master/tutorials/Caffe2OnnxExport.ipynb to convert the caffe2 model to onnx. However, the conversion didn't succeed to report error ``` .... "onnx.onnx_cpp2py_export.checker.ValidationError: Unrecognized attribute: dilations for operator...

I am new to caffe. I followed the instructions in [http://mi.eng.cam.ac.uk/projects/segnet/tutorial.html](url) to learn training two classes, building and non-building. But I am confused what I should do with the three...

@alexgkendall Hello, I tried to run the code webcam_demo.py on a video clip. When I use `caffe.set_mode_cpu`, the average frame rate is about 9 second per frame. However, when I...