
在model文件夹中
	bufinfolog.csv
	tidl_net_448x448_psd.bin_netLog.txt
	展示了模型的基本结构


中：
	正确情况：我们的模型在做车位角点检测， 对于直角角点，模型能够正确输出，并且能够将结果传出。
	错误情况：对于斜角点，模型能够正确输出，但无法将结果传出，传出的结果大部分为0。
具体如apslog2文件夹中的日志
	在ti-7.1文件夹中为使用TI—SDK7.1时三种检测类别的输出情况，均能够正常输出。
	在ti-8.2文件夹中为使用TI-SDK8.2时三种检测类别的输出情况，其中在apsLog_obli45.txt中，到达app_run_graph后，结果全为0，没有正常结果输出，显然这是异常的。






In the model folder

	bufinfolog.csv

	tidl_net_448x448_psd.bin_netLog.txt

	The basic structure of the model is shown.

English：
	Good case：Our model is detecting the corner of the parking space. For the straight corner, the model can output correctly and transmit the result
	Bad Case：For the bevel point, the model can output correctly, but it cannot transmit the result, and most of the outgoing results are 0.


For example, logs in the apslog2 folder

	In the ti-7.1 folder, the output of the three detection categories can be output normally when TI-SDK7.1 is used.

	In the ti-8.2 folder is the output of the three detection categories when TI-SDK8.2 is used. In apsLog_obli45.txt, when app_run_graph is reached, all results are 0 and there is no normal output, which is clearly abnormal.





