timlliu

Results 4 issues of timlliu

I label some new data, but I don't know how to make point map to density map.

## 模型 ch_PP-OCRv4_rec_infer 版本 python '3.9.6' onnxsim '0.4.7' paddle2onnx '1.0.5' ## 再現方法 1. paddle2onnx --model_dir ch_PP-OCRv4_rec_infer --model_filename inference.pdmodel --params_filename inference.pdiparams --save_file ch_PP-OCRv4_rec_infer\rec_onnx\model.onnx --opset_version 16 --input_shape_dict="{'x':[-1,3,-1,-1]}" --enable_onnx_checker True 2. python -m...

I only have instances_test.json and instances_val.json. ![image](https://user-images.githubusercontent.com/107391756/208343779-17b3d668-dc68-49f9-9caf-d9d30ab231e6.png)

I want to generate my own model. I try : [https://colab.research.google.com/github/usefulsensors/openai-whisper/blob/main/notebooks/whisper_base_tflite_model.ipynb#scrollTo=TzCrY9Q5jVsg](https://colab.research.google.com/github/usefulsensors/openai-whisper/blob/main/notebooks/whisper_base_tflite_model.ipynb#scrollTo=TzCrY9Q5jVsg) But, it's not work for me.