knox / PHPMailer-1.json
0 likes
0 forks
1 files
Last active
1 | "phpmailer/phpmailer": "^6.9.2" |
Name | Type | Framework | CPU | GPU |
---|---|---|---|---|
Segment Anything | interactor | PyTorch | ✔️ | ✔️ |
Deep Extreme Cut | interactor | OpenVINO | ✔️ | |
Faster RCNN | detector | OpenVINO | ✔️ | |
Mask RCNN | detector | OpenVINO | ✔️ | |
YOLO v3 | detector | OpenVINO | ✔️ | |
YOLO v7 | detector | ONNX | ✔️ | ✔️ |
Object reidentification | reid | OpenVINO | ✔️ | |
Semantic segmentation for ADAS | detector | OpenVINO | ✔️ |
Annotation format | Import | Export |
---|---|---|
CVAT for images | ✔️ | ✔️ |
CVAT for a video | ✔️ | ✔️ |
Datumaro | ✔️ | ✔️ |
PASCAL VOC | ✔️ | ✔️ |
Segmentation masks from PASCAL VOC | ✔️ | ✔️ |
YOLO | ✔️ | ✔️ |
MS COCO Object Detection | ✔️ | ✔️ |
MS COCO Keypoints Detection | ✔️ | ✔️ |
knox / libSQL.console
0 likes
0 forks
1 files
Last active
1 | $ cd libsql-sqlite3 && ./libsql |
2 | libSQL version 0.2.1 (based on SQLite version 3.43.0) 2023-05-23 11:47:56 |
3 | Enter ".help" for usage hints. |
4 | Connected to a transient in-memory database. |
5 | Use ".open FILENAME" to reopen on a persistent database. |
6 | libsql> |
knox / GrapesJS-readme-4.sh
0 likes
0 forks
1 files
Last active
1 | $ pnpm test |
knox / GrapesJS-readme-3.html
0 likes
0 forks
1 files
Last active
1 | <link rel="stylesheet" href="path/to/grapes.min.css" /> |
2 | <script src="path/to/grapes.min.js"></script> |
3 | |
4 | <div id="gjs"></div> |
5 | |
6 | <script type="text/javascript"> |
7 | var editor = grapesjs.init({ |
8 | container: '#gjs', |
9 | components: '<div class="txt-red">Hello world!</div>', |
10 | style: '.txt-red{color: red}', |