# How to put custom tflite model and visualize results in voxl-portal in voxl m500

Source: https://forum.modalai.com/topic/2152/how-to-put-custom-tflite-model-and-visualize-results-in-voxl-portal-in-voxl-m500
Category: Development Drones (https://forum.modalai.com/category/44/development-drones)
Tags: m500
Posted: 2023-05-12 05:53:12 UTC by Arpit Parashar
Replies: 1 · Views: 453

## Arpit Parashar · 2023-05-12 05:53:12 UTC

I'm trying to use my own custom tflite model for person detection in voxl m500 model.
I updated the system and still after changing the  path of the model in config file of tflite server I can't see any detections on voxl-portal.
Also, please provide some guide to write my own post processing function through inference class for the same.

## Reply by Chad Sweet (ModalAI staff) · 2023-05-12 23:47:02 UTC

We don't have a guide on our own, but Google should have plenty of guides and examples

You'll need to add your own post processing function in [this area of the code](https://gitlab.com/voxl-public/voxl-sdk/services/voxl-tflite-server/-/blob/master/src/main.cpp#L203)

Here is Google's guide on how to postprocess tflite data
https://www.tensorflow.org/lite/inference_with_metadata/lite_support
