I used “use-random-calib-set” command without any reason. what does that command do?
seems like I have to do something when optimization. and I have no idea what those command means.
Yes, optimization is a mandatory step in the model conversion process. The main part of the optimization is quantizing the network weights. Because some optimization levels go beyond quantizing the weights, the step was renamed from quantization to optimization.
The quantization step requires images from the dataset for calibration. When accuracy is not important, you can use random data for the calibration. This for quick conversions where you want to see how fast the network can run on Hailo.
I recommend you run the tutorials in the AI Software Suite Docker. Call the following command to start a Jupyter Notebook server with notebooks for each step of the model conversion process.