Implementation for my bachelor thesis "Anomaly Detection in Camera Trap Images"

Felix Kleinsteuber 7610f6bc20 Merge branch 'master' of https://github.com/kleincode/camera-trap-anomaly-detection hace 4 años
deprecated 4e25520634 docs hace 4 años
imgs 75b01eda47 updates hace 4 años
plots 4e25520634 docs hace 4 años
py 4e25520634 docs hace 4 años
session_scans 007915bc0a more results hace 4 años
visualization d3e69b0984 updated plots hace 4 años
.gitignore d7d2362438 more eval hace 4 años
Kadaverbilder_leer.csv 27aa92b698 annotator hace 4 años
README.md 755dcfd443 Added readme hace 4 años
analyze_dataset.ipynb 3bcf9949c8 documentation and ordering hace 4 años
analyze_labels.ipynb 3bcf9949c8 documentation and ordering hace 4 años
approach1a_basic_frame_differencing.ipynb 3de5549007 updates hace 4 años
approach1b_histograms.ipynb f3916a4103 plots hace 4 años
approach2_background_estimation.ipynb 3de5549007 updates hace 4 años
approach3_boxplot.ipynb d3e69b0984 updated plots hace 4 años
approach3_local_features.ipynb 75b01eda47 updates hace 4 años
approach4_autoencoder.ipynb d3e69b0984 updated plots hace 4 años
approach4_boxplot.ipynb 4e25520634 docs hace 4 años
check_csv.ipynb 3bcf9949c8 documentation and ordering hace 4 años
csv_test_images.npy 3bcf9949c8 documentation and ordering hace 4 años
dataset_stats.npy 211141371e initial commit hace 4 años
eval_autoencoder.py d7d2362438 more eval hace 4 años
eval_bow.py d7d2362438 more eval hace 4 años
generate_lapseless_session.ipynb 4e25520634 docs hace 4 años
get_image_exif.ipynb 211141371e initial commit hace 4 años
index.ipynb 2b82bae21a Added links to index.ipynb hace 4 años
lapseDates_1.npy 211141371e initial commit hace 4 años
motionDates_1.npy 211141371e initial commit hace 4 años
quick_label.py 007915bc0a more results hace 4 años
read_csv_annotations.ipynb 007915bc0a more results hace 4 años
resize_session.ipynb 75b01eda47 updates hace 4 años
scan_sessions.ipynb 9d8148f751 frame differencing approaches (generally not successful) hace 4 años
scan_sessions.txt 167726d971 session scan + results hace 4 años
train_autoencoder.py 75b01eda47 updates hace 4 años
train_bow.py d7d2362438 more eval hace 4 años

README.md

Anomaly Detection in Camera Trap Images

This is the source code for my bachelor thesis with the subject "Anomaly Detection in Camera Trap Images" at the Computer Vision Group, Friedrich-Schiller-Universität Jena.

An overview of all files can be found in index.ipynb.