Skip to content

Commit

Permalink
more link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dtischler committed Aug 14, 2023
1 parent d15f518 commit d587d4d
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion brainchip-akida-traffic-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ $ cd vehicle_detection_brainchip_edge_impulse
$ python3 main.py
```

The inferencing results can be accessed at http://ip-address:8080 using a web browser. The application also displays the model summary mapped on the Akida PCIe neural processor on the console.
The inferencing results can be accessed at http://<ip-address>:8080 using a web browser. The application also displays the model summary mapped on the Akida PCIe neural processor on the console.

```
Available devices: ['PCIe/NSoC_v2/0']
Expand Down
2 changes: 1 addition & 1 deletion deter-shoplifting-with-computer-vision.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ boundingBoxes 1ms. [{"height":8,"label":"bag","value":0.6636818647384644,"width"
boundingBoxes 1ms. [{"height":8,"label":"bag","value":0.545727550983429,"width":8,"x":64,"y":24}]
```

On our laptop or desktop machine, connecting with a browser to the device IP and port 4912 (for example, http://deviceIP:4912) we can see inferences in real time.
On our laptop or desktop machine, connecting with a browser to the device IP and port 4912 (for example, http://<deviceIP>:4912) we can see inferences in real time.

![](.gitbook/assets/deter-shoplifting-with-computer-vision/inferencing.jpg)

Expand Down
2 changes: 1 addition & 1 deletion eeg-data-machine-learning-part-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Once you understand the benefits and limitations of using EEG-data from a consum

Electroencephalography, or EEG, is a method to record the electrical activity generated by the brain via electrodes placed on the scalp surface. More detailed information is found e.g. from [(Farnsworth, 2021)](https://imotions.com/blog/what-is-eeg/) or from [Wikipedia](https://en.wikipedia.org/wiki/Electroencephalography).

Professional or clinical EEG-devices are typically equipped with between 16 to 64 high-quality electrodes, and the cost is ~800 - 3000+ USD/EUR. They are mostly intended for research and clinical usage. Consumer-based devices on the other hand have only a few electrodes, but are much more affordable and are often also easier to use. Their main focus is on meditation and relaxation, but can with some limitations also be used for research (more about this in my [Master's thesis](https://urn.fi/URN:NBN:fi:amk-2022090219806)).
Professional or clinical EEG-devices are typically equipped with between 16 to 64 high-quality electrodes, and the cost is ~800 - 3000+ USD/EUR. They are mostly intended for research and clinical usage. Consumer-based devices on the other hand have only a few electrodes, but are much more affordable and are often also easier to use. Their main focus is on meditation and relaxation, but can with some limitations also be used for research (more about this in my [Master's thesis](https://finna.fi/Record/theseus_samk.10024_756348)).

![](.gitbook/assets/eeg-data-part-1/intro-3.jpg)

Expand Down
2 changes: 1 addition & 1 deletion egg-counting-openmv.md
Original file line number Diff line number Diff line change
Expand Up @@ -1375,5 +1375,5 @@ By applying object detection models trained on captured coop images in tracking

## References

[^1] Soltanmoradi MG, Seidavi A, Dadashbeiki M, Laudadio V, Centoducati G, Tufarelli V., *Influence of Feeding Frequency and Timetable on Egg Parameters and Reproductive Performance in Broiler Breeder Hens*, Avian Biology Research, vol. 7, no. 3, Aug. 2014, pp. 153–159, *https://doi.org/10.3184/175815514X14025828753279*
[^1] Soltanmoradi MG, Seidavi A, Dadashbeiki M, Laudadio V, Centoducati G, Tufarelli V., *Influence of Feeding Frequency and Timetable on Egg Parameters and Reproductive Performance in Broiler Breeder Hens*, Avian Biology Research, vol. 7, no. 3, Aug. 2014, pp. 153–159, *https://journals.sagepub.com/doi/10.3184/175815514X14025828753279*

0 comments on commit d587d4d

Please sign in to comment.