WEEK 6 poster
WEEK 5 Date: 28 February 2020 Place: EE Building, 3th floor/ Room 304, 2P22 Before lab l We were working on code writing of the automatic part this week. l During this weekend, we discussed how to let the robot react when the recognition system detects the pet. We thought up an idea to determine the distance between pet and robot. When our pet is close enough to the robot, the robot will move to the opposite way. l Team members spent a number of time on writing the program. During lab l Test the manual control function and it goes well. l Try to run the automatic part but fail. Problem and solution l we met problems when we try to test the code of auto-control function. When we launched the Python interpreter on the command line and then input: import Tensorflow as TF It showed: ImportError: No module named Tensorflow all the time. The reasons may be one of Tensorflow's dependen...