|
1 | 1 | # InsectVision |
| 2 | + |
2 | 3 | Computer Vision Toolbox for Insect Vision |
| 4 | + |
| 5 | +## Version 1.0.1 |
| 6 | + |
| 7 | +This version has been created as support for the article: |
| 8 | + |
| 9 | +Gkanias E., Risse B., Mangan M., and Webb B. (2019) From skylight input to behavioural |
| 10 | +output: a computational model of the insect polarised light compass. PLOS Computational |
| 11 | +Biology. |
| 12 | + |
| 13 | +### Requirements |
| 14 | + |
| 15 | +To be able to run all the experiments and replicate the results presented in the article, |
| 16 | +the [compmodels](https://github.com/evgkanias/compmodels) package is needed. If you |
| 17 | +don't have access to this package, please contact the authors. |
| 18 | + |
| 19 | +Clone both repositories and set the **compmodels** as a dependence to the |
| 20 | +**insectvision** package. |
| 21 | + |
| 22 | +### Observe the plots presented in the article |
| 23 | + |
| 24 | +To see the results, it is not necessary to run the code. By simply opening the |
| 25 | +[notebooks/plos.ipynb](https://github.com/InsectRobotics/insectvision/blob/plos-submit/notebooks/plos.ipynb) |
| 26 | +file, the plots should be automatically generated for you to observe them. |
| 27 | + |
| 28 | + |
| 29 | +### Replicate the results from the article |
| 30 | + |
| 31 | +To create the plots by yourself, you need to start a **Jupyter notebook** kernel at |
| 32 | +the root of the package. Then run the [notebooks/plos.ipynb](https://github.com/InsectRobotics/insectvision/blob/plos-submit/notebooks/plos.ipynb) |
| 33 | +file, which already contains all the plots and the respective code to replicate them. |
| 34 | +Some plots (especially the ones related to the global optimisation) may need a long |
| 35 | +time to run; this does not mean that they do not work. |
| 36 | + |
| 37 | +### Author |
| 38 | + |
| 39 | +All the code has been implemented by [Evripidis Gkanias](http://homepages.inf.ed.ac.uk/s1514920/). |
| 40 | + |
| 41 | +### Copyright |
| 42 | + |
| 43 | +Copyright © 2019, Insect Robotics Group, Institude of Perception, Action and Behaviour, School of Informatics, the University of Edinburgh |
0 commit comments