Skip to content

Commit

Permalink
Merge pull request #7 from idso-fa1-pathology/release/v1.1.2
Browse files Browse the repository at this point in the history
Release/v1.1.2
  • Loading branch information
YShokrollahi authored Jun 24, 2024
2 parents 0806c98 + 1284a51 commit a7274eb
Show file tree
Hide file tree
Showing 229 changed files with 32,512 additions and 47 deletions.
Binary file modified .DS_Store
Binary file not shown.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"python.analysis.extraPaths": [
"./src"
]
}
71 changes: 36 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@

# cell-detection-package

#Goal
##work on the traing parts
The cell-detection-package is a Python package designed for detecting and segmenting cells in histology images. This package leverages deep learning models to provide accurate and efficient cell detection, facilitating research and analysis in pathology.
any images size
## Installation
## Goal

The cell-detection-package is a Python package designed for detecting and segmenting cells in histology images. This package leverages deep learning models to provide accurate and efficient cell detection, facilitating research and analysis in pathology. It supports images of any size, including whole slide images.

whole slide images detection is last update and results will shows in same folder of predicted image
## Installation

First, clone the repository and install the necessary dependencies.

Expand All @@ -16,17 +15,14 @@ cd cell-sight-package
pip install -r requirements.txt
```



## Usage

### Predict New Images
To predict new images using the pre-trained model, follow these steps:

Download Pre-trained Model:

The pre-trained model weights will be automatically downloaded and saved in the runs/pretrained-model/weights directory when you run the prediction script.

The pre-trained model weights will be automatically downloaded and saved in the `runs/pretrained-model/weights` directory when you run the prediction script.

1. Upload your images to the `data/predict/images/` directory.

Expand All @@ -37,31 +33,40 @@ The pre-trained model weights will be automatically downloaded and saved in the

3. The results will be saved in the specified `output_directory`, with annotated images and prediction data.

### Data Format
Your dataset should be organized into three main folders: `train`, `test`, and `valid`. Each of these folders should contain two subfolders: `images` and `labels`.
### Train the Model

- **images/**: Contains the image files.
- **labels/**: Contains the label files, where each label file corresponds to an image file with the same name but a `.txt` extension. The format of each line in the label file should be as follows:
```
class_id center_x center_y width height
```
- `class_id`: The class ID of the object.
- `center_x`: The x-coordinate of the center of the bounding box, normalized to the [0, 1] range.
- `center_y`: The y-coordinate of the center of the bounding box, normalized to the [0, 1] range.
- `width`: The width of the bounding box, normalized to the [0, 1] range.
- `height`: The height of the bounding box, normalized to the [0, 1] range.
To train the model on your own dataset, follow these steps:

Example content of a label file:
```
0 0.942446 0.0212446 0.0742872 0.0422503
0 0.124674 0.327 0.0790858 0.078888
0 0.527016 0.342674 0.0800738 0.0796084
```
All input images should be resized to 640x640 pixels.
1. Organize your dataset into three main folders: `train`, `test`, and `valid`. Each of these folders should contain two subfolders: `images` and `labels`.
- **images/**: Contains the image files.
- **labels/**: Contains the label files, where each label file corresponds to an image file with the same name but a `.txt` extension. The format of each line in the label file should be as follows:
```
class_id center_x center_y width height
```
- `class_id`: The class ID of the object.
- `center_x`: The x-coordinate of the center of the bounding box, normalized to the [0, 1] range.
- `center_y`: The y-coordinate of the center of the bounding box, normalized to the [0, 1] range.
- `width`: The width of the bounding box, normalized to the [0, 1] range.
- `height`: The height of the bounding box, normalized to the [0, 1] range.

Example content of a label file:
```
0 0.942446 0.0212446 0.0742872 0.0422503
0 0.124674 0.327 0.0790858 0.078888
0 0.527016 0.342674 0.0800738 0.0796084
```

2. Make sure all input images are resized to 640x640 pixels.

3. Place your dataset in the `data/raw/` directory.

4. Run the training script with the following command:
```bash
python scripts/train.py --config_path data/raw/config.yaml
```

5. The model will be trained using the images and labels in the specified directories, and the results will be saved in the `runs/trained/` directory.


## Running with Docker

To run the `cell-sight-package` Docker image, follow these steps:
Expand All @@ -88,14 +93,10 @@ This will start the container and run your application as defined in the Dockerf
docker pull ghcr.io/idso-fa1-pathology/cell-sight-package:latest
```

2. **Run the Docker container:**:

2. **Run the Docker container**:

```bash
docker run -it --rm ghcr.io/idso-fa1-pathology/cell-sight-package:latest
```


This will start the container and run your application as defined in the Dockerfile.


Binary file modified data/.DS_Store
Binary file not shown.
Binary file modified data/raw/.DS_Store
Binary file not shown.
10 changes: 10 additions & 0 deletions data/raw/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
path: . # This path will be updated dynamically in the script
train: train/images
val: valid/images
test: test/images

# Classes
names:
0: cd45
1: panCK
2: Others
Binary file modified data/raw/test/.DS_Store
Binary file not shown.
Binary file added data/raw/test/images/16_roi_120.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/raw/test/images/16_roi_366.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions data/raw/test/labels/16_roi_120.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
0 0.9 0.5875 0.078125 0.078125
0 0.8859375 0.5875 0.078125 0.078125
0 0.91875 0.621875 0.078125 0.078125
0 0.828125 0.584375 0.078125 0.078125
0 0.79375 0.5703125 0.078125 0.078125
0 0.8140625 0.578125 0.078125 0.078125
0 0.9125 0.4609375 0.078125 0.078125
2 changes: 2 additions & 0 deletions data/raw/test/labels/16_roi_366.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
0 0.340625 0.584375 0.078125 0.078125
0 0.36875 0.2328125 0.078125 0.078125
Binary file modified data/raw/train/.DS_Store
Binary file not shown.
Binary file added data/raw/train/images/16_roi_100.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/raw/train/images/16_roi_118.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/raw/train/images/16_roi_121.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/raw/train/images/16_roi_138.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/raw/train/images/16_roi_140.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/raw/train/images/16_roi_141.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/raw/train/images/16_roi_143.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/raw/train/images/16_roi_160.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/raw/train/images/16_roi_163.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/raw/train/images/16_roi_164.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/raw/train/images/16_roi_165.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/raw/train/images/16_roi_166.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/raw/train/images/16_roi_168.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/raw/train/images/16_roi_182.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/raw/train/images/16_roi_185.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/raw/train/images/16_roi_187.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/raw/train/images/16_roi_190.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/raw/train/images/16_roi_204.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/raw/train/images/16_roi_208.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/raw/train/images/16_roi_227.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/raw/train/images/16_roi_235.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/raw/train/images/16_roi_247.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/raw/train/images/16_roi_248.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/raw/train/images/16_roi_268.jpg
Binary file added data/raw/train/images/16_roi_269.jpg
Binary file added data/raw/train/images/16_roi_270.jpg
Binary file added data/raw/train/images/16_roi_271.jpg
Binary file added data/raw/train/images/16_roi_272.jpg
Binary file added data/raw/train/images/16_roi_274.jpg
Binary file added data/raw/train/images/16_roi_278.jpg
Binary file added data/raw/train/images/16_roi_290.jpg
Binary file added data/raw/train/images/16_roi_291.jpg
Binary file added data/raw/train/images/16_roi_292.jpg
Binary file added data/raw/train/images/16_roi_294.jpg
Binary file added data/raw/train/images/16_roi_295.jpg
Binary file added data/raw/train/images/16_roi_312.jpg
Binary file added data/raw/train/images/16_roi_313.jpg
Binary file added data/raw/train/images/16_roi_314.jpg
Binary file added data/raw/train/images/16_roi_315.jpg
Binary file added data/raw/train/images/16_roi_316.jpg
Binary file added data/raw/train/images/16_roi_321.jpg
Binary file added data/raw/train/images/16_roi_334.jpg
Binary file added data/raw/train/images/16_roi_336.jpg
Binary file added data/raw/train/images/16_roi_337.jpg
Binary file added data/raw/train/images/16_roi_338.jpg
Binary file added data/raw/train/images/16_roi_341.jpg
Binary file added data/raw/train/images/16_roi_347.jpg
Binary file added data/raw/train/images/16_roi_363.jpg
Binary file added data/raw/train/images/16_roi_387.jpg
Binary file added data/raw/train/images/16_roi_388.jpg
Binary file added data/raw/train/images/16_roi_56.jpg
Binary file added data/raw/train/images/16_roi_78.jpg
Binary file added data/raw/train/images/16_roi_96.jpg
Binary file added data/raw/train/images/16_roi_97.jpg
13 changes: 13 additions & 0 deletions data/raw/train/labels/16_roi_100.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
0 0.075 0.43125 0.078125 0.078125
0 0.0828125 0.4421875 0.078125 0.078125
0 0.0765625 0.3859375 0.078125 0.078125
0 0.0421875 0.3859375 0.078125 0.078125
0 0.0421875 0.39375 0.078125 0.078125
0 0.0171875 0.35 0.078125 0.078125
0 0.3828125 0.15625 0.078125 0.078125
0 0.2984375 0.1203125 0.078125 0.078125
0 0.30625 0.3484375 0.078125 0.078125
0 0.2875 0.3078125 0.078125 0.078125
0 0.0390625 0.14375 0.078125 0.078125
0 0.3421875 0.0328125 0.078125 0.078125
0 0.309375 0.04375 0.078125 0.078125
8 changes: 8 additions & 0 deletions data/raw/train/labels/16_roi_118.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
0 0.0375 0.6078125 0.078125 0.078125
0 0.059375 0.6328125 0.078125 0.078125
0 0.015625 0.5296875 0.078125 0.078125
0 0.2390625 0.3875 0.078125 0.078125
0 0.3015625 0.2703125 0.078125 0.078125
0 0.2703125 0.334375 0.078125 0.078125
0 0.1828125 0.4265625 0.078125 0.078125
0 0.1109375 0.44375 0.078125 0.078125
9 changes: 9 additions & 0 deletions data/raw/train/labels/16_roi_121.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
0 0.1203125 0.3296875 0.078125 0.078125
0 0.3484375 0.3640625 0.078125 0.078125
0 0.4921875 0.38125 0.078125 0.078125
0 0.525 0.3453125 0.078125 0.078125
0 0.390625 0.0078125 0.078125 0.078125
0 0.396875 0.0640625 0.078125 0.078125
0 0.4203125 0.15625 0.078125 0.078125
0 0.478125 0.1640625 0.078125 0.078125
0 0.6171875 0.35 0.078125 0.078125
15 changes: 15 additions & 0 deletions data/raw/train/labels/16_roi_138.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
1 0.709375 0.43125 0.078125 0.078125
1 0.7359375 0.4484375 0.078125 0.078125
1 0.6515625 0.55625 0.078125 0.078125
1 0.696875 0.528125 0.078125 0.078125
1 0.6984375 0.34375 0.078125 0.078125
1 0.896875 0.0140625 0.078125 0.078125
1 0.646875 0.3125 0.078125 0.078125
1 0.69375 0.2796875 0.078125 0.078125
1 0.8046875 0.2234375 0.078125 0.078125
1 0.790625 0.253125 0.078125 0.078125
1 0.821875 0.284375 0.078125 0.078125
1 0.775 0.1890625 0.078125 0.078125
1 0.8125 0.1703125 0.078125 0.078125
1 0.9046875 0.1546875 0.078125 0.078125
1 0.78125 0.421875 0.078125 0.078125
3 changes: 3 additions & 0 deletions data/raw/train/labels/16_roi_140.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
0 0.85 0.646875 0.078125 0.078125
0 0.8578125 0.4015625 0.078125 0.078125
0 0.884375 0.5296875 0.078125 0.078125
4 changes: 4 additions & 0 deletions data/raw/train/labels/16_roi_141.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
0 0.15 0.571875 0.078125 0.078125
0 0.690625 0.2296875 0.078125 0.078125
0 0.6765625 0.140625 0.078125 0.078125
0 0.7265625 0.1359375 0.078125 0.078125
5 changes: 5 additions & 0 deletions data/raw/train/labels/16_roi_143.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
0 0.575 0.03125 0.078125 0.078125
0 0.0421875 0.24375 0.078125 0.078125
0 0.10625 0.203125 0.078125 0.078125
0 0.0671875 0.1625 0.078125 0.078125
0 0.00625 0.1890625 0.078125 0.078125
36 changes: 36 additions & 0 deletions data/raw/train/labels/16_roi_160.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
2 0.4453125 0.33125 0.078125 0.078125
2 0.459375 0.375 0.078125 0.078125
2 0.1953125 0.5265625 0.078125 0.078125
2 0.80625 0.225 0.078125 0.078125
2 0.871875 0.2671875 0.078125 0.078125
2 0.0765625 0.5484375 0.078125 0.078125
2 0.1609375 0.4453125 0.078125 0.078125
2 0.196875 0.45 0.078125 0.078125
2 0.053125 0.4125 0.078125 0.078125
2 0.7078125 0.3375 0.078125 0.078125
2 0.721875 0.3859375 0.078125 0.078125
2 0.8421875 0.3109375 0.078125 0.078125
1 0.1234375 0.3125 0.078125 0.078125
1 0.3609375 0.046875 0.078125 0.078125
1 0.3046875 0.0921875 0.078125 0.078125
1 0.3921875 0.0265625 0.078125 0.078125
1 0.2984375 0.0578125 0.078125 0.078125
1 0.5921875 0.0109375 0.078125 0.078125
1 0.5234375 0.06875 0.078125 0.078125
1 0.4875 0.1453125 0.078125 0.078125
1 0.7921875 0.1390625 0.078125 0.078125
1 0.41875 0.040625 0.078125 0.078125
1 0.434375 0.06875 0.078125 0.078125
1 0.24375 0.0453125 0.078125 0.078125
1 0.0578125 0.3265625 0.078125 0.078125
1 0.0765625 0.31875 0.078125 0.078125
1 0.165625 0.421875 0.078125 0.078125
1 0.140625 0.309375 0.078125 0.078125
1 0.8171875 0.01875 0.078125 0.078125
1 0.0046875 0.15 0.078125 0.078125
1 0.0546875 0.1140625 0.078125 0.078125
1 0.1625 0.14375 0.078125 0.078125
1 0.140625 0.3296875 0.078125 0.078125
1 0.878125 0.1515625 0.078125 0.078125
1 0.6671875 0.0515625 0.078125 0.078125
1 0.6109375 0.2890625 0.078125 0.078125
1 change: 1 addition & 0 deletions data/raw/train/labels/16_roi_163.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0 0.003125 0.065625 0.078125 0.078125
10 changes: 10 additions & 0 deletions data/raw/train/labels/16_roi_164.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
0 0.45 0.6 0.078125 0.078125
0 0.528125 0.61875 0.078125 0.078125
0 0.5734375 0.61875 0.078125 0.078125
0 0.371875 0.6609375 0.078125 0.078125
0 0.346875 0.6609375 0.078125 0.078125
0 0.3140625 0.628125 0.078125 0.078125
0 0.3015625 0.61875 0.078125 0.078125
0 0.2921875 0.609375 0.078125 0.078125
0 0.253125 0.590625 0.078125 0.078125
0 0.7046875 0.6390625 0.078125 0.078125
4 changes: 4 additions & 0 deletions data/raw/train/labels/16_roi_165.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
0 0.4703125 0.3375 0.078125 0.078125
0 0.8296875 0.0171875 0.078125 0.078125
0 0.878125 0.084375 0.078125 0.078125
0 0.8609375 0.059375 0.078125 0.078125
1 change: 1 addition & 0 deletions data/raw/train/labels/16_roi_166.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0 0.871875 0.5484375 0.078125 0.078125
2 changes: 2 additions & 0 deletions data/raw/train/labels/16_roi_168.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
0 0.7609375 0.059375 0.078125 0.078125
0 0.2921875 0.2875 0.078125 0.078125
54 changes: 54 additions & 0 deletions data/raw/train/labels/16_roi_182.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
2 0.0265625 0.1609375 0.078125 0.078125
2 0.028125 0.1421875 0.078125 0.078125
2 0.2421875 0.2046875 0.078125 0.078125
2 0.2984375 0.2203125 0.078125 0.078125
2 0.2828125 0.2203125 0.078125 0.078125
2 0.2578125 0.2234375 0.078125 0.078125
2 0.2765625 0.046875 0.078125 0.078125
2 0.3046875 0.04375 0.078125 0.078125
2 0.3421875 0.2078125 0.078125 0.078125
2 0.3515625 0.2234375 0.078125 0.078125
2 0.371875 0.2078125 0.078125 0.078125
2 0.5046875 0.25 0.078125 0.078125
2 0.253125 0.2703125 0.078125 0.078125
2 0.5078125 0.4296875 0.078125 0.078125
2 0.5421875 0.5703125 0.078125 0.078125
2 0.5765625 0.1296875 0.078125 0.078125
2 0.0671875 0.3078125 0.078125 0.078125
2 0.2015625 0.3140625 0.078125 0.078125
2 0.1921875 0.296875 0.078125 0.078125
2 0.153125 0.2015625 0.078125 0.078125
2 0.7046875 0.5828125 0.078125 0.078125
2 0.6609375 0.490625 0.078125 0.078125
2 0.5515625 0.2609375 0.078125 0.078125
2 0.4578125 0.2171875 0.078125 0.078125
2 0.521875 0.1609375 0.078125 0.078125
2 0.2015625 0.2171875 0.078125 0.078125
2 0.1390625 0.2296875 0.078125 0.078125
2 0.021875 0.2375 0.078125 0.078125
2 0.4515625 0.24375 0.078125 0.078125
2 0.4171875 0.2515625 0.078125 0.078125
2 0.509375 0.359375 0.078125 0.078125
2 0.534375 0.3375 0.078125 0.078125
2 0.528125 0.4140625 0.078125 0.078125
2 0.55 0.3453125 0.078125 0.078125
2 0.35 0.1125 0.078125 0.078125
2 0.7890625 0.575 0.078125 0.078125
2 0.8078125 0.5703125 0.078125 0.078125
2 0.8171875 0.59375 0.078125 0.078125
2 0.7859375 0.6 0.078125 0.078125
2 0.7984375 0.6078125 0.078125 0.078125
2 0.7703125 0.5765625 0.078125 0.078125
2 0.678125 0.4875 0.078125 0.078125
2 0.66875 0.4453125 0.078125 0.078125
2 0.528125 0.625 0.078125 0.078125
2 0.5375 0.6046875 0.078125 0.078125
2 0.7296875 0.565625 0.078125 0.078125
2 0.7515625 0.615625 0.078125 0.078125
2 0.7421875 0.634375 0.078125 0.078125
2 0.6671875 0.6109375 0.078125 0.078125
2 0.7859375 0.6703125 0.078125 0.078125
2 0.5484375 0.640625 0.078125 0.078125
2 0.5390625 0.528125 0.078125 0.078125
1 0.1671875 0.125 0.078125 0.078125
1 0.16875 0.1484375 0.078125 0.078125
5 changes: 5 additions & 0 deletions data/raw/train/labels/16_roi_185.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
0 0.078125 0.4046875 0.078125 0.078125
0 0.0265625 0.5390625 0.078125 0.078125
0 0.05625 0.5953125 0.078125 0.078125
0 0.0234375 0.625 0.078125 0.078125
0 0.046875 0.171875 0.078125 0.078125
18 changes: 18 additions & 0 deletions data/raw/train/labels/16_roi_187.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
0 0.7046875 0.5578125 0.078125 0.078125
0 0.79375 0.65625 0.078125 0.078125
0 0.75625 0.6328125 0.078125 0.078125
0 0.7453125 0.6109375 0.078125 0.078125
0 0.6828125 0.590625 0.078125 0.078125
0 0.6375 0.6046875 0.078125 0.078125
0 0.7765625 0.4734375 0.078125 0.078125
0 0.740625 0.4546875 0.078125 0.078125
0 0.7140625 0.4453125 0.078125 0.078125
0 0.765625 0.3875 0.078125 0.078125
0 0.3609375 0.3984375 0.078125 0.078125
0 0.2328125 0.6 0.078125 0.078125
0 0.8953125 0.009375 0.078125 0.078125
0 0.86875 0.0625 0.078125 0.078125
0 0.8234375 0.071875 0.078125 0.078125
0 0.7875 0.090625 0.078125 0.078125
0 0.7390625 0.15 0.078125 0.078125
0 0.340625 0.003125 0.078125 0.078125
2 changes: 2 additions & 0 deletions data/raw/train/labels/16_roi_190.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
0 0.903125 0.653125 0.078125 0.078125
0 0.5015625 0.528125 0.078125 0.078125
6 changes: 6 additions & 0 deletions data/raw/train/labels/16_roi_204.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
2 0.653125 0.6 0.078125 0.078125
2 0.6171875 0.6109375 0.078125 0.078125
2 0.78125 0.0234375 0.078125 0.078125
2 0.8421875 0.025 0.078125 0.078125
2 0.809375 0.021875 0.078125 0.078125
2 0.6390625 0.665625 0.078125 0.078125
4 changes: 4 additions & 0 deletions data/raw/train/labels/16_roi_208.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
0 0.1296875 0.646875 0.078125 0.078125
0 0.209375 0.671875 0.078125 0.078125
0 0.5 0.6578125 0.078125 0.078125
0 0.1703125 0.5578125 0.078125 0.078125
6 changes: 6 additions & 0 deletions data/raw/train/labels/16_roi_227.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
0 0.1296875 0.3234375 0.078125 0.078125
2 0.0859375 0.11875 0.078125 0.078125
2 0.0875 0.040625 0.078125 0.078125
2 0.103125 0.0796875 0.078125 0.078125
2 0.09375 0.25 0.078125 0.078125
2 0.1046875 0.2640625 0.078125 0.078125
1 change: 1 addition & 0 deletions data/raw/train/labels/16_roi_235.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0 0.915625 0.41875 0.078125 0.078125
Loading

0 comments on commit a7274eb

Please sign in to comment.