A TensorFlow framework for light field deep learning.
Project description
lfcnn - A TensorFlow framework for light field deep learning
License and Usage
This software is licensed under the GNU GPLv3 license (see below).
If you use this software in your scientific research, please cite our paper:
Maximilian Schambach and Michael Heizmann:
"A Multispectral Light Field Dataset and Framework for Light Field Deep Learning"
IEEE Access, vol. 8, pp. 193492-193502, 2020
DOI: 10.1109/ACCESS.2020.3033056
If you use the Normalized Gradient Similarity auxiliary loss training approach in your scientific research, please also cite:
Maximilian Schambach, Jiyang Shi, and Michael Heizmann:
"Spectral Reconstruction and Disparity from Spatio-Spectrally Coded Light Fields via Multi-Task Deep Learning"
International Conference on 3D Vision (3DV), 2021
Quick Start
Have a look at the Documentation for notes on usage.
Furthermore, you can find some useful examples in the examples
folder which
can help you to get started.
Installation
Currently, LFCNN is tested using Python 3.6 -- 3.8 for TensorFlow versions 2.2.0, 2.3.0, 2.4.1, 2.5.1, and 2.6.0, not all of which are all available for Conda (yet).
It likely also work with higher/different versions of Python and TensorFlow.
LFCNN is mostly compatible with all TF versions TensorFlow >= 2.0,
however there is a bug in tf.keras that causes OOMs with data generators
(which LFCNN uses) and multithreading and -processing.
Therefore, we specify tensorflow >= 2.2
as a dependency,
for which this bug has been resolved.
It is recommended to use Conda to set up a new environment with tensorflow and GPU support. To install with GPU support, run
conda create -n lfcnn python tensorflow-gpu=2.4 tensorflow numpy scipy imageio h5py cudnn cudatoolkit
conda activate lfcnn
Then, install LFCNN via pip
:
pip install lfcnn
Optional dependencies
Optionally, for some of LFCNN's features, install the following:
matplotlib
(via conda or pip)sacred
(via pip)pymongo
(via conda or pip)mdbh
(via pip)
Installation on Windows
TensorFlow under Windows requires the Visual C++ redistributable. Otherwise, follow the general installation notes above.
Testing
You can manually run the tests using pytest
:
$ pytest <path-to-lfcnn>/test/
Uninstallation
Uninstall lfcnn
using
$ pip uninstall lfcnn
Contribute
If you are interested in contributing to LFCNN, feel free to create an issue or fork the project and submit a merge request. As this project is still undergoing restructuring and extension, help is always welcome!
For Programmers
Please stick to the PEP 8 Python coding styleguide.
The docstring coding style of the reStructuredText follows the googledoc style.
License
Copyright (C) 2021 The LFCNN Authors
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file lfcnn-0.4.1.tar.gz
.
File metadata
- Download URL: lfcnn-0.4.1.tar.gz
- Upload date:
- Size: 111.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3669f23811d516498d684603975c192a648ab67bacb40db0eb22b8d5733169cb |
|
MD5 | 46f0600660aba021ef21021fd51b8874 |
|
BLAKE2b-256 | 347ca5f417e9a652ea8214bbb699fd2f783216843953e3e614302abf5ba8b175 |
File details
Details for the file lfcnn-0.4.1-py3-none-any.whl
.
File metadata
- Download URL: lfcnn-0.4.1-py3-none-any.whl
- Upload date:
- Size: 178.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3223f740328c3d587147553b0e96cfcadd8bc6ad8d1253e11f5d6cf801e21bd |
|
MD5 | d6104633e33182bc05129fc407a5e323 |
|
BLAKE2b-256 | 79871a0307fa6963daa5cd118be44bd24500d12a941c53a6bf83eb05ed515a65 |