Changes between Version 68 and Version 69 of Other/Summer/2023/Hive
- Timestamp:
- Aug 9, 2023, 3:36:09 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2023/Hive
v68 v69 52 52 53 53 == **Week 5**\\ 54 **Camera Calibration**: The CV camera calibration library was opened. The camera needed to stop being distorted while being at a wide field view.54 **Camera Calibration**: Used the OpenCV camera calibration library to correct the fisheye camera's image distortion. 55 55 56 56 **Machine Learning**: The neural network was being trained to detect behavioral responses from the bees and the magnetic field. PyTorch libraries were utilized to run the machine learning scripts. Accuracy indicates how well the neural network classified the videos. … … 67 67 **Accomplishments**:Fixed the issues with the cropping in the video. Manually created datasets to run. Soldered wires to the resistors, wrapped wire around the glass tubes in the bee apparatus and connected the soldered wires to the Raspberry pi. Ran the circuit and collected data on bee motion with the AC current. 68 68 69 **Camera**: Two more IR lights are added in parallel for more even light distribution. The video capture code and undistortion code were combined. Used POE(Power Over Ethernet) to run power and data over 50 feet to the Raspberry Pi.69 **Camera**: Two more IR lights were soldered in parallel for more even light distribution. The video capture code and undistortion code were combined. Used POE(Power Over Ethernet) to run power and data over 50 feet to the Raspberry Pi. 70 70 71 71 == **Week 8**\\