June 16
-
I have implement functionality to add photo and human information (including pose) which can be change by the user to move the person. these information is store in memory as a python dictionary.
- the path of the photo is store instead of the photo file
- On clicking new Human button, a new person is added to the RCIS and DSR
- all the person the are currently exist in the DSR can be found in the id comboBox.
- human information related to the person can be filled, and these information is saved corresponding to the selected Id in the id field with the help of set human button.
Task for tomorrow:
- added human information to the Human class