Skip to content

Commit

Permalink
Fix README formatting and enable additional settings button when temp…
Browse files Browse the repository at this point in the history
…lates are available
  • Loading branch information
cxnt committed Jan 21, 2025
1 parent 2c84917 commit a3004b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions project-dataset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ App connects to the deployed Neural Network and applies it to the images project
<img src="https://i.imgur.com/Edy7B1H.png" alt="SLY_EMBEDED_VIDEO_LINK" style="max-width:50%;">
</a>


# What's New

### v1.7.40
### v1.7.41

- Added support for saving and loading inference settings from `.yaml` template file. Now you can save your settings templates and load them later to apply to the same or another project. Settings are saved to the template folder located in the Team Files: `nn-image-labeling/inf-settings-templates/`.

Expand Down Expand Up @@ -60,4 +59,3 @@ https://user-images.githubusercontent.com/33942379/171401798-0b425683-4138-4b01-
0. Add this app to your team from Ecosystem
1. Be sure that NN you are going to use is deployed in your team
2. Start app from the context menu of the images project or dataset.

2 changes: 2 additions & 0 deletions project-dataset/src/ui/inference_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,3 +222,5 @@ def refresh_tempaltes():
additional_settings_selector.set(items)
if len(items) == 0:
additional_settings_btn.disable()
else:
additional_settings_btn.enable()

0 comments on commit a3004b5

Please sign in to comment.