Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.
/ exercise-3 Public archive

Everything required for Exercise 3 of the Web-based Autonomous Systems course.

Notifications You must be signed in to change notification settings

yasmineantille/exercise-3

Repository files navigation

Exercise 3: Integrating Web Ontologies and Inductive Reasoning

This repository contains everything required for Exercise 3 of the Web-based Autonomous Systems course in Spring Semester 2022.

Project structure

├── graphDBstarter # kick-off code for Task 2
├── customYOLOv4 # everything needed for Tasks 3 and 4
│   ├── FS22-WAS-Tutorial-Custom-Yolo.ipynb # Tutorial for training your own custom YOLOv4 detector, Task 3
│   ├── obj.data # Configuration of training, Task 3
│   ├── obj.names # Names of detected classes, Tasks 3 and 4
│   ├── yolov4-four-obj.cfg # Configuration of YOLOv4 network for four classes, Task 3
│   ├── obj.zip # Labelled training dataset from the Interactions Laboratory, Task 3
│   ├── test.zip # Labelled validation dataset from the Interactions Laboratory, Task 3
│   ├── generate_train.py # Helper that puts names of training images into a textfile, Task 3
│   ├── generate_test.py # Helper that puts names of test images into a textfile, Task 3
│   └── yolov4-obj_final.weights # Trained YOLOv4 weights for our laboratory environment
└── README.md # this README.md

About

Everything required for Exercise 3 of the Web-based Autonomous Systems course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published