Pablo’s Status Update for 14/11

This week, I worked on getting low power mode working with the ArduCam and testing the battery life of the nodes. The current battery life was almost 4 days (5500 images captured and uploaded), so once low power mode is properly implemented and it passes the timing requirements, we should be well within all requirements for the node. I encountered an issue when doing battery life testing that a portion of my images were not fully uploaded, leaving vertical lines at the bottom, and some were not even recognized as images. I’m hoping that this is an issue due to me using a very simple test server I set up and uploading at 6 times the anticipated rate, but I’ve talked with Krish about it and it shouldn’t be too hard of a problem to overcome for the preliminary data sets.

I am currently on schedule, but next week will be very tight as I am still waiting on server code to integrate, confirmation of approval to mount nodes in Sorrells, the reading assignment, and heading home on Friday.

Krish’s Status Update for 14/11

There is still not much that I could have done this week, before we get the data from Sorell’s. However, I did manage to find some useful resources. Specifically, I found a website called Roboflow, which will allow me to take my labelled training data and run some preprocessing on them. This is different from the preprocessing that we plan on running in the central node, as it specifically pertains to the machine learning model.

The main advantage that Roboflow offers is that it will help me convert images from XML to the darknet format in bulk. For the initial picture of my workspace that I used to test the pipeline, I did this manually. Now that I have found Roboflow, I can do this automatically, saving a lot of time to process thousands of images.

Another advantage that Roboflow offers is increasing the size of my dataset. It lets me perform transformations like rotation, scaling and blurring on duplicates of the images in the dataset. With combinations of these transformations I could increase the size of my dataset by a factor of 3-10. One consideration I will need to make is that this compromises on the quality of the dataset, since the images will have some similarity among themselves.

On a different note, one issue that Pablo brought to my attention is where some of the images taken are distorted. The bottom part of the image is cut off and replaced with vertical lines, as shown in this picture. Pablo mentioned this was due to a wiring issue, but I am also planning on solving this problem in software.

Bad Quality Image

One thing to note is that the lines that cause the distortion are all perfectly vertical and they are always at the bottom of the picture. This can be detected using a vertical Sobel filter. The Sobel filter is a high pass filter for images in one dimension. Since there is no change vertically in the bad part of the image, there is only a DC bias. A high pass filter will remove this bias and leave the bottom half of the image to be all zeros. After that, we simply need to compare the last bottom lines of the image to zeros in order to detect this kind of error.

Arjun’s Status Update for 7/11

This week, I was able utilize a test client I created that sent small images (40-70 kB) over TCP and have the central node properly receive it the full image, indicated by the central node program. I was able to properly run the test on the Jetson Nano as well.Pablo and I also discussed how we wanted the central and camera nodes to communicate with each other. We finalized that we wanted them to communicate via TCP instead of using HTTP because we didn’t need to utilize the full HTTP protocol to detect images, so using HTTP was redundant. We could not test any code for that since Pablo was working on these parts for the camera node this week.

Krish’s Status Update for 7/11

I was not able to do much work this week on the project, due to my other commitments. Next week, we should have some data available, so that I can start training the machine learning model.

Team Status Update for 7/11

A change in design was made this week to the Camera Node. In order to draw enough voltage from the LiPo batteries to supply the camera module, a 5V boost converter was needed. We decided on instead using 5V portable chargers. Cost-wise, this was the cheaper solution, however we would be losing out on the functionality of being able to remotely read the battery charge. This would introduce the risk of running out of battery without us knowing. To combat this, we chose portable batteries with over 5 times the capacity of our LiPo batteries, so our node will certainly meet the 72 hour uptime requirement. We will also now notify the site when a node disconnects, but we should be monitoring how long the nodes have been active and recharge them well before they drain completely.

Camera Node Schedule has been updated and pushed back a week. Other tasks including dependencies have been updated accordingly, there is no major shift in final end time.

Pablo’s Status Update for 7/11

This week, I finished the single node. I had to overcome two major problems: Outdated libraries and incompatible hardware. The libraries for the ArduCam were written for Arduino and were reworked by someone else to work for the Particle Photon. Unfortunately, the pinout and macros for the Particle Argon are different, so this introduced a slew of errors. Luckily, I managed to rework the library much faster than anticpated and got the Camera Node up and running. The next issue came when trying to make the node completely standalone, the lack of voltage from the LiPo battery. I realized I was running into an error when removing from the computer because it was drawing extra voltage from the micro usb. The solution I used was moving from LiPo, to portable chargers. With this I now have images being captured and sent remotely over TCP! (picture from the Camera Node below!)

To be quite honest, I wanted to have this done much earlier, but the past week has been rough mentally due to the election. I am slightly behind, but readjusted our gantt chart and are still within the margin we laid out for ourselves. I anticipate to be completely done, with the Camera Node network set up in Sorrells 2 weeks from now. The next week, I plan on building the housing for the node and capturing the preliminary data set from my apartment.

Team Status Update for 31/10

For the cloud part of the project, the pipeline works fine. There are no significant risks in terms of machine learning. For the website, the biggest risk is that it may not communicate easily with the central node. However, this risk can easily be mitigated with clear communication between Krish and Arjun, who are in charge of the website and central node communications.

Arjun’s status update for 31/10

I worked on fine tuning the echo server in python. Pablo and Arjun will need to discuss a protocol for how the nano and particle argons will communicate with each other. This week was a little extra hectic due to unforeseen circumstances so I didn’t have time to do as much as I wanted.

According to the gannt chart we are a bit behind schedule, but the next major task is for Pablo and Arjun to talk about protocol between central and camera nodes, which we can do this week.

Pablo’s Status Update for 31/10

I unfortunately did not get as much done this week as I had anticipated. This week was more hectic than usual, and I realized I had a flaw in my implementation, meaning that I have to refactor my code to correct the error.

I spent a good amount of time of the ethics reading and response this week. I found the fictional Ad Empathy technology design to be scarily realistic and probable uses for nefarious purposes hit a little too close to home considering Cambridge Analytica and the upcoming election. I suppose it is Halloween, so a bit of spookiness is to be expected haha. Additionally, thinking about ethics and how it relates to our project was a little sobering; I realized that if this project were to grow to become a commercial application, data security needs to be a priority as this information can be harmful if used for individual tracking.

I am currently a week behind schedule on delivering images good enough to start developing the model. I intend to spend this upcoming week setting up the node in my apartment so that I can start getting preliminary images sent, so Krish can continue working on the model.

Krish’s Status Update for 31/10

There was not much work for me to do this week, since the machine learning data is not yet available. I spent most of my time on getting familiar with AWS and reflecting on the ethics readings.

For AWS, I read up on the S3 product. S3 stands for Simple Storage Service, and we may use it to securely maintain and access our data on the cloud. It has multiple tiers like Standard, Infrequent Access and Glacier for varying levels of access amounts and latency requirements. After reading up on all of them, I will use the Standard S3 bucket. It has a durability of 99.999999999% and availability of 99.99%. The high durability ensures that the data will not be lost and the high availability will ensure good enough latency for the purpose of training a machine learning model. Other than S3, I also plan to use EC2 for this project, but I had researched EC2 before this week and my research into it this week did not reveal any new information that changed my plans.

I also spent a good amount of time this week on the ethics readings. I found Langdon Winner’s paper particularly interesting. I didn’t know the extent to which simple design choices made by engineers affected society and culture. It has made me more mindful of my project and gotten me to think about unintended consequences that may arise. While working with data containing images of real people, I must be very careful that the data is secure and used only for the purposes of this project. Otherwise, it could be misused and violate people’s privacy.