Skip to content

Commit 87a7963

Browse files
authored
Update README.md
1 parent 4428b74 commit 87a7963

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# lofarnn
22
Second Master's Research Project for Leiden University, focused on attempting to use machine learning to identify radio sources and optical counterparts in LOFAR data
33

4+
# Installation
5+
6+
The easiest way to install this package is with ```pip``` with ```pip install lofarnn```.
7+
8+
Otherwise, the lastest code can be built with ```pip install git+https://github.com//jacobbieker/lofarnn.git```
9+
10+
# Usage
11+
12+
The different PyTorch models and datasets can be easily imported from the ```lofarnn``` package. To preprocess LOFAR data into the correct format for either CNN or Detectron2 models, example code can be found under ```analysis``` folder.
13+
414
# Models
515
PyTorch models used in the thesis are available here: https://drive.google.com/drive/folders/1lCFcQT7WRTiMxfd8jL2ReCoJrNAhj4BW?usp=sharing. The best performing model is the ```multi_cnn.pth``` model.

0 commit comments

Comments
 (0)