-
Notifications
You must be signed in to change notification settings - Fork 12
/
MANIFEST.in
28 lines (19 loc) · 913 Bytes
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
include pyvision/detection/yolov3/config/*.cfg
include pyvision/detection/yolov3/config/*.json
include pyvision/detection/yolov3/config/*.txt
include pyvision/detection/yolov3/data/*.names
include pyvision/detection/yolov3/utils/pallete
include pyvision/detection/detr/utils/pallete
include pyvision/detection/detr/config/*.json
include pyvision/detection/detr/data/*.txt
include pyvision/detection/efficientdet/config/*.json
include pyvision/detection/efficientdet/config/*.yaml
include pyvision/segmentation/pspnet/config/*.json
include pyvision/segmentation/pspnet/data/*.txt
include pyvision/segmentation/fcn/config/*.json
include pyvision/segmentation/fcn/data/*.txt
include pyvision/misc/noise2noise/config/*.json
include pyvision/misc/mtcnn/config/*.json
include pyvision/face_detection/facenet/config/*.json
include pyvision/gans/wasserstein_gan/config/*.json
recursive-include pyvision *.md