Cnnprediction
Introduction
Background
Methods
Nearest Neighbor
Interpolation
Convolutional Neural Networks
Dataset and Software Packages
- A ~2700 subset of the COCO 2017 Train images was collected which included a variety of objects in various settings under different lighting scenarios, which would otherwise reflect the wide range of scenes that may be be captured by a camera. In addition, a few images of various facial profiles were derived from The Image System Engineering Toolbox for Biology (ISETBIO). For the neural network training, the sensor data was split into 2/3 for training and 1/3 for testing respectively.
- Keras, [(https://www.tensorflow.org/ TensorFlow], and Scikit-learn were used to construct, train, visualize, and test the convolutional neural network. NumPy was used for data manipulation.
Generating Sensor Data
- These images were then processed as scenes using [ISETCAM]|(https://github.com/ISET/isetcam) to produce a sensor response for both a 100 x 120 and a 202 x 242 sensor represented in voltages, which were used as the input and the target respectively. The two extra pixels in each dimension represent the fact that when the pixel size is halved, ISETCAM produced half a Bayer tile at the edges of the sensor response. In addition, ISETCAM was used to produce
Postprocessing
Results
Conclusions
Future Work
Developing a custom loss function which equalizes the weighting