Home
last modified time | relevance | path

Searched refs:ssd_post_process (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/hybrid_quant/
H A Dstep2.py4 from ssd_post_process import ssd_post_process
54ssd_post_process(np.reshape(outputs[0], (-1)), np.reshape(outputs[1], (-1)), './dog_bike_car_300x3…
H A Dssd_post_process.py70 def ssd_post_process(conf_data, loc_data, imgpath, output_dir='.'): function
/OK3568_Linux_fs/external/rknn-toolkit2/examples/caffe/vgg-ssd/
H A Dtest.py45 def ssd_post_process(conf_data, loc_data): function
212 ssd_post_process(outputs[1], outputs[0])