<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article  PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "http://dtd.nlm.nih.gov/publishing/3.0/journalpublishing3.dtd"><article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="3.0" xml:lang="en" article-type="research article"><front><journal-meta><journal-id journal-id-type="publisher-id">JCC</journal-id><journal-title-group><journal-title>Journal of Computer and Communications</journal-title></journal-title-group><issn pub-type="epub">2327-5219</issn><publisher><publisher-name>Scientific Research Publishing</publisher-name></publisher></journal-meta><article-meta><article-id pub-id-type="doi">10.4236/jcc.2023.118009</article-id><article-id pub-id-type="publisher-id">JCC-127295</article-id><article-categories><subj-group subj-group-type="heading"><subject>Articles</subject></subj-group><subj-group subj-group-type="Discipline-v2"><subject>Computer Science&amp;Communications</subject></subj-group></article-categories><title-group><article-title>
 
 
  Design of Li River Water Quality Dynamic Monitoring System Based on Raspberry Pi and TinyML
 
</article-title></title-group><contrib-group><contrib contrib-type="author" xlink:type="simple"><name name-style="western"><surname>Xinyi</surname><given-names>Tang</given-names></name><xref ref-type="aff" rid="aff1"><sub>1</sub></xref><xref ref-type="corresp" rid="cor1"><sup>*</sup></xref></contrib></contrib-group><aff id="aff1"><label>1</label><addr-line>School of Computer Science and Engineering/School of Software, Guangxi Normal University, Guilin, China</addr-line></aff><pub-date pub-type="epub"><day>03</day><month>08</month><year>2023</year></pub-date><volume>11</volume><issue>08</issue><fpage>121</fpage><lpage>133</lpage><history><date date-type="received"><day>4,</day>	<month>August</month>	<year>2023</year></date><date date-type="rev-recd"><day>26,</day>	<month>August</month>	<year>2023</year>	</date><date date-type="accepted"><day>29,</day>	<month>August</month>	<year>2023</year></date></history><permissions><copyright-statement>&#169; Copyright  2014 by authors and Scientific Research Publishing Inc. </copyright-statement><copyright-year>2014</copyright-year><license><license-p>This work is licensed under the Creative Commons Attribution-NonCommercial International License (CC BY-NC).http://creativecommons.org/licenses/by-nc/4.0/</license-p></license></permissions><abstract><p>
 
 
  In order to solve the problem of scientific monitoring of water quality, a trophic monitoring system for Li River water quality is developed to improve the decision-making of related environmental management departments. The system is based on embedded computing, deep learning and Internet of Things technology, combined with software and hardware design, to automatically obtain real-time water quality parameters with Raspberry Pi equipped with sensors and positioning modules. A camera is employed to capture the screen, and yolo-tiny image recognition is implemented in the Raspberry Pi. Lastly, the cloud storage is used for interaction to realize real-time monitoring of water quality, real-time positioning of the boat, real-time return of image recognition and visualization. The system is proven efficient and intelligent in facilitating water quality protection.
 
</p></abstract><kwd-group><kwd>Raspberry Pi</kwd><kwd> Sensors</kwd><kwd> YOLO-Tiny Model</kwd><kwd> Cloud Development</kwd></kwd-group></article-meta></front><body><sec id="s1"><title>1. Introduction</title><sec id="s1_1"><title>1.1. Research Background, Objective and Significance of the Design</title><p>As a well-known tourist attraction, the Li River’s water quality affects the reputation and well-being of the neighboring cities. The water environment of the Li River is generally in good condition, with more than 99 percent of the total length of the river meets the I to III water quality throughout the year, but the water quality of the tributaries still needs to be improved. According to the Ministry of Ecology and Environment of the People’s Republic of China, due to the prominence of indiscriminate digging and excessive aquatic net-box farming, some sections of the Li River are facing deterioration of water quality, and the realization of sewage discharge treatment and the increase of ecological remediation in the vicinity of the river are imminent. Currently, domestic river flow monitoring systems are relatively well developed, with the only shortcoming being the inability to reflect real-time conditions. For uncontaminated or potentially contaminated sections of the river, real-time monitoring of water quality is needed to prevent problems before they occur.</p><p>Since the arrival of 5G technology wave, IoT is widely used in high dimensions. High-speed, low-loss networks enable efficient data computing in edge devices, information interaction between devices and remote control. Meanwhile, artificial intelligence technology can help data to be processed and analyzed intelligently. Deep learning technology is deployed on IoT devices to realize TinyML low-power machine learning for scientific and effective monitoring of the environment.</p><p>This system is developed for the realization of real-time watershed detection. Using the combination of Raspberry Pi and sampler, it provides convenient, timely and efficient detection of Li River’s water conditions. The project conducts long-term, macro and dynamic studies of the watershed, helping to support the development of ecology and protection of water resources.</p></sec><sec id="s1_2"><title>1.2. Innovational Analysis from the Current Status Quo</title><p>Regarding the general way of water quality testing, methods such as acid-base titration and inductively coupled plasma mass spectrometry are used to test water quality, but they can only be based on a single variable and lack high efficiency. The traditional sampling methods range from manual sampling to mechanized sampling such as using airplanes, but it is easy to have secondary pollution and the labor and financial costs required are highly expensive. Although remote sensing monitoring does not require sampling, there are special perspectives, class imbalance and other technical defects. For the development of the dynamic status quo, Many scholars utilize one-chip computers and other microcontrollers equipped with sensors to monitor, such as Ren Fenglan, Cao Zheng, Yao Xing with STC89C52RC-40I-PDIP40 microcontroller + LCD1602 + AD0832 and other hardware to do the processor [<xref ref-type="bibr" rid="scirp.127295-ref1">1</xref>] , Cao Yang with a DSP as the core to control the sensor [<xref ref-type="bibr" rid="scirp.127295-ref2">2</xref>] . The biggest advantage of this system is the use of Raspberry Pi’s powerful processing capabilities, the detection of multiple variables, direct return to the dynamic data of the water body, time-saving and not a waste of resources to realize water quality testing, at the same time, the camera can be in the Raspberry Pi using visual algorithms to assist in its image capture and identification, more real and effective to implement the pollutant removal of the bit of the river section from the source.</p></sec></sec><sec id="s2"><title>2. System General Framework Design</title><p>In this study, in order to realize real-time monitoring of Li River, the research is divided into two parts: software and hardware. The hardware part consists of a Raspberry Pi equipped with several sensors, a camera module for image acquisition, a BDS/GPS module for localization. The software part implements image recognition with the yolo-tiny model, and utilizes cloud database and cloud object storage return to visualize the data, pictures, and identification tags collected on the Raspberry Pi side. The system framework is shown in <xref ref-type="fig" rid="fig1">Figure 1</xref>.</p></sec><sec id="s3"><title>3. System Hardware Design</title><p>The framework diagram of the hardware part of the system is shown in <xref ref-type="fig" rid="fig2">Figure 2</xref>. The system takes Raspberry Pi 4B as the core controller. Raspberry Pi is a more functional micro-computer, above the deployment of microprocessors, and with a number of scalable interfaces makes it possible to connect to a variety of sensors, motors, LEDs and other devices. Raspberry Pi in the GPIO interface through the ADS1115 chip, connected to the sensor (parameters as in <xref ref-type="table" rid="table1">Table 1</xref>); in the camera and USB interfaces are connected to the camera and BDS/GPS module, respectively.</p><table-wrap id="table1" ><label><xref ref-type="table" rid="table1">Table 1</xref></label><caption><title> Sensor parameters</title></caption><table><tbody><thead><tr><th align="center" valign="middle" >Testing Indicators</th><th align="center" valign="middle" >Sensor Model</th><th align="center" valign="middle" >Input Voltage</th><th align="center" valign="middle" >Output type</th><th align="center" valign="middle" >analog-to-digital conversion</th></tr></thead><tr><td align="center" valign="middle" >turbidity</td><td align="center" valign="middle" >TS-300B</td><td align="center" valign="middle" >5V</td><td align="center" valign="middle" >analog</td><td align="center" valign="middle" >ADS1115</td></tr><tr><td align="center" valign="middle" >ORP</td><td align="center" valign="middle" >Shanghai Yuejie 501</td><td align="center" valign="middle" >5V</td><td align="center" valign="middle" >analog</td><td align="center" valign="middle" >ADS1115</td></tr><tr><td align="center" valign="middle" >PH</td><td align="center" valign="middle" >E-201-C</td><td align="center" valign="middle" >5V</td><td align="center" valign="middle" >analog</td><td align="center" valign="middle" >ADS1115</td></tr><tr><td align="center" valign="middle" >temperature of the body of water</td><td align="center" valign="middle" >B3950-NTC</td><td align="center" valign="middle" >3V</td><td align="center" valign="middle" >digital quantity</td><td align="center" valign="middle" >unnecessary</td></tr></tbody></table></table-wrap><sec id="s3_1"><title>3.1. Controller Module</title><p>This project uses Raspberry Pi to control the system and realize the hardware piggybacking and deep learning models. Raspberry Pi uses ARM architecture processor and is portable and lightweight with the size of a credit card. It can run a variety of programming languages, such as Python, C, Java, etc. It supports a variety of development, from simple LED control to complex IoT systems.</p></sec><sec id="s3_2"><title>3.2. Temperature Sensors</title><p>Temperature is closely related to chemical reactions in water, microbial activities and dissolved oxygen. This system uses an NTC temperature sensor for temperature detection [<xref ref-type="bibr" rid="scirp.127295-ref3">3</xref>] , which can make the Raspberry Pi acquire data at different temperatures. When the temperature increases, the resistance of the sensor becomes lower in a linear relationship. Its peripheral circuit is shown in <xref ref-type="fig" rid="fig3">Figure 3</xref>.</p></sec><sec id="s3_3"><title>3.3. Turbidity, PH &amp; ORP Sensors</title><p>When the river has gravel and other materials, the sunlight scattering rate through the water and absorption rate will change, the greater the value of the turbidity sensor indicates that the turbidity of the water is large, and PH can change the dissolved oxygen in the water as well as a series of chemical reactions in the water, while too low PH is not conducive to the photosynthesis of plants in the water, the ORP (Oxidation-Reduction Potential) is the reaction to the amount of redox in the water, A lower ORP indicates a weaker oxidizing nature of the water, vice versa. The principle of these three sensors is similar, when the sensor senses a weak voltage change, it is amplified by a gain-amplification circuit. When the corresponding indicator increases, the potential increases proportionally, and the indicators of ORP and turbidity sensors are judged by directly referring to the level of the potential. Especially, for PH sensor, standard liquid is taken to calibrate it, and the calibration formula is shown in (1).</p><p>PH = V/(−60) + 28.5 (1)</p><p>In addition, since they output analog quantities, in order to derive discrete values that are relatively easy to analyze, they need to be converted by the ADS1115 chip, which gets the corresponding digital quantities through I2C bus transmission and outputs them in the background. The schematic diagram is shown in <xref ref-type="fig" rid="fig4">Figure 4</xref>, and the peripheral circuit diagram is shown in <xref ref-type="fig" rid="fig5">Figure 5</xref>.</p></sec><sec id="s3_4"><title>3.4. BDS/GPS Module</title><p>BDS/GPS module is the same kind of satellite propagation and reception, the signal to determine the location of the module, the module to obtain fast and accurate positioning, conducive to real-time position return. The principle of use is that after receiving the signal, the module calculates and processes the signal to return the real-time location. To enable the monitoring of water quality at different locations of the river, this device is added to Raspberry Pi. The schematic is shown in <xref ref-type="fig" rid="fig6">Figure 6</xref>.</p></sec><sec id="s3_5"><title>3.5. Camera Module</title><p>By connecting the CSI camera to the camera connection of the Raspberry Pi, the module can be controlled by a program to take pictures and save them locally at certain time intervals. Using the camera module, it is possible to view the surrounding garbage while the boat is running on the water and recognize it through deep learning algorithms.</p></sec></sec><sec id="s4"><title>4. Software Design</title><p>The software part of the system includes a deep learning algorithm, storage end and visualization end. Using Tiny-Yolo model to run deep learning on Raspberry Pi to achieve the recognition of garbage, water plants, etc.; while the storage end includes cloud database and object storage; displaying the content obtained from the database to the platform, and doing visualization of all the data obtained from the sensors and the content derived from the image recognition.</p><sec id="s4_1"><title>4.1. TinyML Image Recognition</title><p>TinyML refers to the adoption of microcontrollers for low-power machine learning. Instead of running complex machine learning models on large, power-hungry cloud computers, this new approach runs optimized recognition models on end devices with microcontrollers that consume no more than a few milliwatts of power. To sort out the types of trash on the water, TinyML technology was used to identify the types of trash on the water.</p><sec id="s4_1_1"><title>4.1.1. The Yolo-Tiny Model</title><p>Commonly used image recognition models are CNN convolutional models. CNN model is divided into convolutional layer, a pooling layer and a fully connected layer. The image can be represented as a matrix consisting of 0 and 1. The convolution kernel and the corresponding matrix are multiplied and summed to obtain a new matrix; the pooling layer compresses the neural network, and the fully connected layer classifies the features after they are extracted, and finally recognizes the image. However, after the proposal of CNN, YOLO model was introduced to make image recognition faster.</p><p>Yolov5 is an improved version of the Yolo model. Mosaic mix-up of the input image, image processing adding Focus, CSP, FPN + PAN structure, in the output layer with coupled Head multi-scale predictive recognition. The loss function of the model has cross-entropy loss function BEC loss. the model network architecture is huge, divided into convolutional layer and pooling layer, and has good performance, the algorithm flow is shown in <xref ref-type="fig" rid="fig7">Figure 7</xref>. The Yolo-Tinyv5 is roughly similar in principle relative to the Yolov5, but it is more lightweight, which is in line with the characteristics of the Raspberry Pi microprocessor such as low power as well as insufficient processing power.</p></sec><sec id="s4_1_2"><title>4.1.2. Data Collection and Training Process</title><p>The training environment is based on the darknet framework (<xref ref-type="fig" rid="fig8">Figure 8</xref>) and is trained with the help of Python version 2.7 under the model of Tiny-Yolov5 using Raspberry Pi 4B. The dataset is 1327 garbage pictures of Li River water body searched online. After labeling the images well, the training set and test set are divided in the ratio of 6:4. The training results are saved in the form of images under the specified path, and the image recognition results are shown in <xref ref-type="fig" rid="fig9">Figure 9</xref>.</p></sec><sec id="s4_1_3"><title>4.1.3. Model Evaluation</title><p>The model was evaluated using Map@.5 (%) and Map@.5:.95 (%) [<xref ref-type="bibr" rid="scirp.127295-ref4">4</xref>] , where MAP is the mean area of the P-R curves plotted with the percent of detection and recall. The larger the area, the better the model fit; the smaller the area indicates that the model is under-fitted. The Map value is 90.0 for a LOU threshold of 0.5, and the average MAP is 61.4 when the threshold is within the range of 0.5 to 0.95. The training dataset has a reasonable amount of data, does not have low generalization, and with a high Map value, the model is well-fitted and the prediction results are accurate.</p></sec></sec><sec id="s4_2"><title>4.2. Cloud Database and Object Storage</title><p>The cloud database performs operations such as building and deploying through the cloud platform and the project interacts with a relational database MYSQL. A cloud storage object is an unstructured storage built in the issa layer of AliCloud that can store a variety of objects such as audio files and images. For this project, when the user gets the image, only the link of the image is saved. In the image recognition session, the recognition results are saved in the cloud storage together and uploaded to the cloud database. The object storage structure of this project is shown in <xref ref-type="fig" rid="fig1">Figure 1</xref>0.</p></sec><sec id="s4_3"><title>4.3. Design of Water Quality Testing Platform</title><p>Water quality monitoring platform with Vue framework (Java) + Gin framework (go) development. Visualization charts using Echarts to show the overall framework based on B/S, to create a platform with low coupling, usability and close to the user.</p>Introduction to the Web Page<p>1) Log-in page</p><p>Users can use the registered information to log in after registration, if you do not enter the username and password during the login process, the system will prompt “user name and password can not be empty, please re-enter”. If the password entered is wrong, the system will prompt “Password is wrong, please re-enter”. If the user name is wrong, the system will prompt “User name does not exist”. User name and password are correct to enter the system, the page in <xref ref-type="fig" rid="fig1">Figure 1</xref>1 [<xref ref-type="bibr" rid="scirp.127295-ref5">5</xref>] .</p><p>2) Water quality testing page</p><p>The water quality testing page consists of four dynamic line graphs showing the changes in PH, ORP, temperature and turbidity from top to bottom. The program outputs data every three seconds and returns to the front end via WebSocket to the database, as shown in <xref ref-type="fig" rid="fig1">Figure 1</xref>2.</p><p>3) Positioning page</p><p>This page gets the data returned by the positioning displayed on the Baidu map. When the location of the Raspberry Pi changes, the specific river can be determined by the location on the map. As shown in <xref ref-type="fig" rid="fig1">Figure 1</xref>3.</p><p>4) Image Recognition Page</p><p>The user can see the image captured by the Raspberry Pi and the result of the image recognition to come up with the major pollutants in the place to carry out river protection. As shown in <xref ref-type="fig" rid="fig1">Figure 1</xref>4, the captured image recognized the result as BOTTLE.</p><table-wrap id="table2" ><label><xref ref-type="table" rid="table2">Table 2</xref></label><caption><title> Test results</title></caption><table><tbody><thead><tr><th align="center" valign="middle" >Use Case Number</th><th align="center" valign="middle" >description</th><th align="center" valign="middle" >Test procedure and result data</th><th align="center" valign="middle" >Projected results</th><th align="center" valign="middle" >Test results</th></tr></thead><tr><td align="center" valign="middle" >001</td><td align="center" valign="middle" >Detecting whether the turbidity sensor is working as expected</td><td align="center" valign="middle" >Pouring sediment around, the turbidity curve of 1300 is reduced to below 1100</td><td align="center" valign="middle" >Turbidity reduction</td><td align="center" valign="middle" >pass (a bill or inspection etc.)</td></tr><tr><td align="center" valign="middle" >002</td><td align="center" valign="middle" >Detecting whether the ph sensor is working as expected</td><td align="center" valign="middle" >Adding acidic solution to the surrounding area, the ph curve decreases from 7 to below 6</td><td align="center" valign="middle" >Decrease in PH</td><td align="center" valign="middle" >pass (a bill or inspection etc.)</td></tr><tr><td align="center" valign="middle" >003</td><td align="center" valign="middle" >Detecting whether the temperature sensor is working as expected</td><td align="center" valign="middle" >Add high temperature aqueous solution to the surrounding area and the temperature changes from 22 to over 30</td><td align="center" valign="middle" >temperature rise</td><td align="center" valign="middle" >pass (a bill or inspection etc.)</td></tr><tr><td align="center" valign="middle" >004</td><td align="center" valign="middle" >Detecting whether the ORP sensor is working as expected</td><td align="center" valign="middle" >Adding an oxidizing solution to the surrounding area increases ORP</td><td align="center" valign="middle" >Elevated ORP</td><td align="center" valign="middle" >pass (a bill or inspection etc.)</td></tr></tbody></table></table-wrap></sec></sec><sec id="s5"><title>5. System Test</title><p>To facilitate testing and recovery, the device was placed in a stationary lake (<xref ref-type="fig" rid="fig1">Figure 1</xref>5) and the test data and results are shown in <xref ref-type="table" rid="table2">Table 2</xref>.</p><table-wrap id="table3" ><label><xref ref-type="table" rid="table3">Table 3</xref></label><caption><title> Some of the data read</title></caption><table><tbody><thead><tr><th align="center" valign="middle" >timing</th><th align="center" valign="middle" >PH</th><th align="center" valign="middle" >ORP</th><th align="center" valign="middle" >turbidity</th><th align="center" valign="middle" >temp</th><th align="center" valign="middle" >longitude and latitude</th></tr></thead><tr><td align="center" valign="middle" >2023-06-02 12:19:01</td><td align="center" valign="middle" >6.538</td><td align="center" valign="middle" >648</td><td align="center" valign="middle" >1254</td><td align="center" valign="middle" >25.25</td><td align="center" valign="middle" >N:25.09693 E:110.286895</td></tr><tr><td align="center" valign="middle" >2023-06-02 12:19:04</td><td align="center" valign="middle" >6.567</td><td align="center" valign="middle" >764</td><td align="center" valign="middle" >1665</td><td align="center" valign="middle" >25.45</td><td align="center" valign="middle" >N:25.09693 E: 110.286895</td></tr><tr><td align="center" valign="middle" >2023-06-02 12:19:07</td><td align="center" valign="middle" >4.76</td><td align="center" valign="middle" >770</td><td align="center" valign="middle" >1770</td><td align="center" valign="middle" >25.54</td><td align="center" valign="middle" >N:25.09693 E: 110.286895</td></tr><tr><td align="center" valign="middle" >2023-06-02 12:19:10</td><td align="center" valign="middle" >4.6</td><td align="center" valign="middle" >769</td><td align="center" valign="middle" >1789</td><td align="center" valign="middle" >25.87</td><td align="center" valign="middle" >N:25.09693 E: 110.286895</td></tr><tr><td align="center" valign="middle" >2023-06-02 12:19:13</td><td align="center" valign="middle" >4.6</td><td align="center" valign="middle" >769</td><td align="center" valign="middle" >1797</td><td align="center" valign="middle" >25.99</td><td align="center" valign="middle" >N:25.09693 E: 110.286895</td></tr></tbody></table></table-wrap><p>The data was recorded as shown in <xref ref-type="table" rid="table3">Table 3</xref>, and the graph is shown in <xref ref-type="fig" rid="fig1">Figure 1</xref>6.</p><p>All values can be seen to fluctuate steadily within reasonable limits, and the results are true and valid, from the hardware to the software of the system are functioning properly and as expected. It further shows that the system is powerful and highly usable.</p></sec><sec id="s6"><title>6. Summary</title><p>This study is aimed at solving the real needs of water quality monitoring of water bodies in the Li River Scenic Area, developing a water quality detection system, which is based on the Raspberry Pi microcontroller, giving full play to its powerful processing capabilities and diverse interfaces, accessing a variety of sensors such as PH, turbidity, temperature and other sensors to monitor the quality of the water, accessing the camera to monitor the water body, and accessing the GPS localization. The system uses TinyML for visual processing to identify the water body garbage, monitoring data real-time back to the cloud background MySQL database, and build a platform in the cloud to carry out analysis and judgment, demonstrate the spatial and temporal dimensions of the water quality parameters visualization. The system has been tested to be stable and practical, and can be put into practical application, which can enable the environmental protection department to grasp the situation in a comprehensive and real-time manner, carry out long-term monitoring, improve the decision-making ability, help prevent the eutrophication of the water body of the Li River, and promote the ecological and environmental management of the Li River. At the same time, it can provide a convenient and fast intelligent integrated monitoring means for similar water quality monitoring needs of rivers and lakes and water resources protection. As a project optimization, machine learning algorithms can be added to the acquired sensor data for further prediction of water quality trends, which can provide more information to Li River protection staff.</p></sec><sec id="s7"><title>Conflicts of Interest</title><p>The author declares no conflicts of interest regarding the publication of this paper.</p></sec><sec id="s8"><title>Cite this paper</title><p>Tang, X.Y. (2023) Design of Li River Water Quality Dynamic Monitoring System Based on Raspberry Pi and TinyML. Journal of Computer and Communications, 11, 121-133. https://doi.org/10.4236/jcc.2023.118009</p></sec></body><back><ref-list><title>References</title><ref id="scirp.127295-ref1"><label>1</label><mixed-citation publication-type="other" xlink:type="simple">Ren, F.L., Zhao, Z. and Yao, X. (2023) Design of Water Quality Inspection System Based on Microcontroller. Electromechanical Engineering Technology, 52, 166-169+248.</mixed-citation></ref><ref id="scirp.127295-ref2"><label>2</label><mixed-citation publication-type="other" xlink:type="simple">Zhou, C.H., Yang, Y., Ma, P. and Cao, Y. (2022) Design of Unmanned Ship Water Quality Detection System Based on DSP. Technology and Innovation, 17, 24-26.</mixed-citation></ref><ref id="scirp.127295-ref3"><label>3</label><mixed-citation publication-type="other" xlink:type="simple">Fei, X.X., Wu, S.Y., Zhu, H.S., Ma, Z.J. and Tang, M. (2022) Design and Implementation of Unmanned Shipboard Computer Software for Surface Water Quality Testing. Computer Age, 9, 49-52.</mixed-citation></ref><ref id="scirp.127295-ref4"><label>4</label><mixed-citation publication-type="other" xlink:type="simple">Di, J. and Qu, J.H. (2020) Detection of Apple Leaf Diseases Based on Tiny-YOLO. Journal of Shandong Normal University (Natural Science Edition), 35, 78-83.</mixed-citation></ref><ref id="scirp.127295-ref5"><label>5</label><mixed-citation publication-type="journal" xlink:type="simple"><name name-style="western"><surname>Qiu</surname><given-names> Q. </given-names></name>,<etal>et al</etal>. (<year>2020</year>)<article-title>Development of Evaluation System for Technical College Students Based on Java Technology</article-title><source> China New Technology and New Products</source><volume> 17</volume>,<fpage> 20</fpage>-<lpage>21</lpage>.<pub-id pub-id-type="doi"></pub-id></mixed-citation></ref></ref-list></back></article>