Skip to content

Commit

Permalink
Add rtdetr readme link to main readme, fix split data readme link
Browse files Browse the repository at this point in the history
  • Loading branch information
cxnt committed Oct 28, 2024
1 parent b9a15d6 commit 2265d7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,11 @@ This application is a versatile tool designed for data transformation tasks (lik
| [Deploy YOLO (v8, v9, v10, v11)](https://github.com/supervisely-ecosystem/data-nodes/blob/master/src/ui/dtl/actions/neural_networks/deploy/yolov8.md) | Deploy pretrained or custom YOLO (v8, v9, v10, v11) model. | + | - |
| [Deploy MMDetection](https://github.com/supervisely-ecosystem/data-nodes/blob/master/src/ui/dtl/actions/neural_networks/deploy/mmdetection.md) | Deploy pretrained or custom MMDetection model. | + | - |
| [Deploy MMSegmentation](https://github.com/supervisely-ecosystem/data-nodes/blob/master/src/ui/dtl/actions/neural_networks/deploy/mmsegmentation.md) | Deploy pretrained or custom MMSegmentation model. | + | - |
| [Deploy RT-DETR](https://github.com/supervisely-ecosystem/data-nodes/blob/master/src/ui/dtl/actions/neural_networks/deploy/rtdetr.md) | Deploy pretrained or custom RT-DETR model. | + | - |
| **Other** | | | |
| [Dummy](https://github.com/supervisely-ecosystem/data-nodes/blob/master/src/ui/dtl/actions/other/dummy/README.md#dummy) | Dummy node. Do nothing. Can be used to merge layers. | + | - |
| [Dataset](https://github.com/supervisely-ecosystem/data-nodes/blob/master/src/ui/dtl/actions/other/dataset/README.md#dataset) | All data will be put into a single dataset. | + | - |
| [Split Data](https://github.com/supervisely-ecosystem/data-nodes/blob/mastersrc/ui/dtl/actions/other/split_data/README.md#split-data) | All data will be distributed across datasets based on split method. | + | - |
| [Split Data](https://github.com/supervisely-ecosystem/data-nodes/blob/master/src/ui/dtl/actions/other/split_data/README.md) | All data will be distributed across datasets based on split method. | + | - |
| **Output** | | | |
| [Output Project](https://github.com/supervisely-ecosystem/data-nodes/blob/master/src/ui/dtl/actions/output/output_project/README.md#output_project) | Save data to a new or existing project. | + | - |
| [Create new Project](https://github.com/supervisely-ecosystem/data-nodes/blob/master/src/ui/dtl/actions/output/create_new_project/README.md#create-new-project) | Create a new project and save data there. | + | + |
Expand Down

0 comments on commit 2265d7c

Please sign in to comment.