National Repository of Grey Literature 50 records found  previous11 - 20nextend  jump to record: Search took 0.00 seconds. 
Running Motion Analysis
Eliáš, Radoslav ; Kolářová, Jana (referee) ; Goldmann, Tomáš (advisor)
Cieľom tejto práce je analyzovať pohyb a držanie tela pri behu. Systém pracuje so záznamom z dvoch kamier, zboku a zozadu. Využíva nástroj na detekciu postoja ľudského tela založenú na konvolučnej metóde. Práca porovnáva niekoľko detektorov. Výsledný systém používa detektor OpenPose a implementuje knižnicu s výpočtami pre rôzne metriky používane na ohodnotenie formy behu. Výsledky sú zobrazené v multiplatformnej aplikácii. Ohodnotená bola niekoľkými experimentmi na osobnej dátovej sade videí behu.
Virtual Gate for Counting the Passing of Persons
Chudý, Andrej Oliver ; Dvořák, Michal (referee) ; Drahanský, Martin (advisor)
The goal of this thesis is to propose a viable technique of detecting people passing through a virtual line (any opening without a turnstile or other form of the physical obstacle). Two software solutions were implemented to achieve high accuracy. First one processes 2D data output from webcam and the other one processes depth data from the 3D imaging sensor. Both software solutions were deployed and tested in a pharmaceutical storage room, where they achieved the accuracy of 98%. The software proposed in this thesis is thus reliable enough to become the basis of access control and security systems or for real-time evaluation of visitor rate statistics of commercial properties and events. The thesis also contains a comparative analysis of 3 widely used depth sensors.
Widget Recognition for Visual GUI Testing
Kisela, Sebastián ; Peringer, Petr (referee) ; Smrčka, Aleš (advisor)
The bachelor thesis analyzes current methods and tools used for user interfaces testing. The thesis sets specification requirements and design of the implemented tool. Implementation and limitations of the implemented tool, which is based on visual object recognition, are explained in a detailed way. Verification process of the tool is described at the end.
Urban Element Detection Using Satellite Imagery
Oravec, Dávid ; Herout, Adam (referee) ; Zlámal, Adam (advisor)
Táto práca sa zameriava na správnu detekciu objektov v satelitných snímkach pomocou konvolučných neuronových sietí. Cieľom práce je pomocou natrénovaného modelu detekovať bazény a tenisové ihriská v satelitných snímkach z rôznych miest. Model pracuje s dátami z 10 rôznych miest. Pri vypracovaní bol využitý model neurónovej siete RetinaNet a knižnica Detectron2. Model, ktorý sa podarilo vytrénovať, dokáže detekovať objekty s priemernou presnosťou (AP50) na úrovni 63,402 %. Práca môže byť prínosom v oblasti automatizovania získavania štatistík o povrchu zeme.
Autofocus using CAN-EF interface
Ižarík, Marek ; Nováček, Petr (referee) ; Honec, Peter (advisor)
The main topic of this master thesis is creating, testing and implementation of algorithms for autofocus with Canon camera lens using CAN-EF interface, while one of the assignments is possibility to continuous focus to the vehicle in traffic monitoring. There are tested a number of criteria for the assessment if sharpness in the image and is designed automatic control system of the lens and camera.
Video Content Summarization
Jaška, Roman ; Kolář, Martin (referee) ; Beran, Vítězslav (advisor)
The amount surveillance footage recorded each day is too large for human operators to analyze. A video summary system to process and refine this video data would prove beneficial in many instances. This work defines the problem in terms of its inputs, outputs and sub-problems, identifies suitable techniques and existing works as well as describes a design of such system. The system is implemented, and the results are examined.
Detection and Recognition of Drone Movement in Video
Lapšanský, Simon ; Sakin, Martin (referee) ; Drahanský, Martin (advisor)
S nárastom dostupnosti dronov, narástlo aj riziko ich využívania na nelegálne aktivity. Na základe týchto rizík bola navrhnutá metóda na ich detekciu a následnú klasifikáciu aplikovateľnú v reálnom čase. Navrhovaný prístup využíva metódu odčítania pozadia, slúžiacu na detekciu objektov, zatiaľ čo klasifikácia je dosiahnutá pomocou hlbokého učenia. MOG2 využíva metódu zmiešaného Gaussovho modelu, ktorý slúži na odčítanie pozadia, za účelom detekcie objektov. YOLOv5 model pracujúci s neurónovými sieťami je využitý na následnú klasifikáciu detegovaných objektov. Implementácia vytvára spôsob detekcie a klasifikácie dronov s využitím procesora dosahujúca výsledky postačujúce na aplikovanie detekcie a klasifikácie dronov v reálnom čase. Metóda vyhodnocujúca záznam v rozlíšení 1080p, využívajúca procesor Intel i5-7600K dosahovala  v priemere 16 snímiek za sekundu, počas detekcie jedného objektu v snímke.
Detection of persons and evaluation of gender and age in image data
Dobiš, Lukáš ; Vičar, Tomáš (referee) ; Kolář, Radim (advisor)
Táto diplomová práca sa venuje automatickému rozpoznávaniu ludí v obrazových dátach s využitím konvolučných neurónových sieti na určenie polohy tváre a následnej analýze získaných dát. Výsledkom analýzy tváre je určenie pohlavia, emócie a veku osoby. Práca obsahuje popis použitých architektúr konvolučných sietí pre každú podúlohu. Sieť na odhad veku má natrénované nové váhy, ktoré sú vzápätí zmrazené a majú do svojej architektúry vložené LSTM vrstvy. Tieto vrstvy sú samostatne dotrénované a testované na novom datasete vytvorenom pre tento účel. Výsledky testov ukazujú zlepšenie predikcie veku. Riešenie pre rýchlu, robustnú a modulárnu detekciu tváre a ďalších ludských rysov z jedného obrazu alebo videa je prezentované ako kombinácia prepojených konvolučných sietí. Tieto sú implementované v podobe skriptu a následne vysvetlené. Ich rýchlosť je dostatočná pre ďalšie dodatočné analýzy tváre na živých obrazových dátach.
Recognition of Driving Lane Borders in Video from On Board Camera
Letovanec, Lukáš ; Bartl, Vojtěch (referee) ; Herout, Adam (advisor)
This thesis is dedicated to the issue of driving lane borders recognition in frames of an onboard camera. In this thesis, an architecture of a deep convolutional neural network is introduced, by means of which the said problem is dealt with. The net was trained on a large dataset using gradient descent algorithm. The trained model has demonstrated the ability to recognize borders of a driving lane well in different situations and conditions. The result of the thesis confirms that deep convolutional neural networks are a suitable tool for driving lane borders recognition.
Detection of Boxes in Image
Žitňanský, Adam ; Špaňhel, Jakub (referee) ; Herout, Adam (advisor)
This thesis addresses the problem of cuboid detection, more specifically boxes detection in images. The main result is the implementation of a system for boxes detection based on corners and edges. The system consists of a CNN regression-based corner and edge points detector and decoder, which takes CNN output and turns it into a 2d model of the cuboid. As a part of this work also a a dataset of boxes with 550 images with corners and edges annotations was created

National Repository of Grey Literature : 50 records found   previous11 - 20nextend  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.