Skip to content

Commit b328ba8

Browse files
authored
Update README.md
add licence
1 parent 5fbb892 commit b328ba8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,6 @@ The forward pass requires that you supply 4 arguments to the network:
112112
- Use the `imcv2_recolor` function provided in `utils/im_transform.py` to preprocess your image. Also, make sure that images have been resized to `416 x 416` pixels
113113
- `gt_boxes` - A list of `numpy` arrays, where each one is of size `N x 4`, where `N` is the number of features in the image. The four values in each row should correspond to `x_bottom_left`, `y_bottom_left`, `x_top_right`, and `y_top_right`.
114114
- `gt_classes` - A list of `numpy` arrays, where each array contains an integer value corresponding to the class of each bounding box provided in `gt_boxes`
115-
- `dontcare` - a list of lists
115+
- `dontcare` - a list of lists
116+
117+
Licence: MIT

0 commit comments

Comments
 (0)