FOD network is a convolutional neural network used to detect unknown objects in a scene.
To use the program with GUI run "gui.py" and choose images from the "dataset_test" folder. To use the porgram without GUI run the "inference.py" script in terminal.
Package dependencies:
- numpy 1.16.3
- opencv 4.1.0.25
- tensorflow 2.0.0
- matplotlib 3.0.3
- scikit-image (skimage) 0.16.2
- tkinter 8.6.8