May 2018
Beginner
490 pages
13h 16m
English
The CRLMM program has found a suitable parking lot, as shown in the following code, when crlmm==1:
406:if(crlmm==1): available = load_img("AVAILABLE.JPG") plt.subplot(111) plt.imshow(available) plt.title('PARKING LOT STATUS : This parking lot has available space.' +'\n'+'Now an SVM will suggest a safe route ',fontname='Arial', fontsize=10) #plt.text(0.1,2, "The frame is the input of a trained CNN" plt.show(block=False) time.sleep(5) plt.close() print("This parking lot has available space...")
It displays this message and a sign:

Read now
Unlock full access