Skip to content

Commit e424233

Browse files
committed
Bump to NatML 1.1.15
1 parent 41d9a86 commit e424233

File tree

18 files changed

+1575
-404
lines changed

18 files changed

+1575
-404
lines changed

.gitignore

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,15 @@ Logs/
99
.gradle/
1010
.vs/
1111

12+
# Function
13+
ProjectSettings/Function.asset
14+
1215
# NatML
13-
Assets/NatML/
14-
Assets/NatML.meta
16+
ProjectSettings/NatML.asset
1517
ProjectSettings/NatMLHub.asset
1618

19+
# VideoKit
20+
ProjectSettings/VideoKit.asset
21+
1722
# Misc
1823
.DS_Store

Assembly-CSharp.csproj

Lines changed: 305 additions & 304 deletions
Large diffs are not rendered by default.

Assets/NanoDetSample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
namespace NatML.Examples {
77

88
using UnityEngine;
9-
using NatML.VideoKit;
109
using NatML.Vision;
10+
using VideoKit;
1111
using Visualizers;
1212

1313
public sealed class NanoDetSample : MonoBehaviour {

Packages/ai.natml.vision.nanodet/Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.0.2
2+
+ Upgraded to NatML 1.1.15.
3+
14
## 1.0.1
25
+ Added `NanoDetPredictor.Create` static method for creating the predictor.
36
+ Added `NanoDetPredictor.Tag` constant string for model embedding.

Packages/ai.natml.vision.nanodet/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Add the following items to your Unity project's `Packages/manifest.json`:
1313
}
1414
],
1515
"dependencies": {
16-
"ai.natml.vision.nanodet": "1.0.1"
16+
"ai.natml.vision.nanodet": "1.0.2"
1717
}
1818
}
1919
```
@@ -36,7 +36,7 @@ NanoDetPredictor.Detection[] detections = predictor.Predict(image);
3636
___
3737

3838
## Requirements
39-
- Unity 2021.2+
39+
- Unity 2022.3+
4040

4141
## Quick Tips
4242
- Join the [NatML community on Discord](https://natml.ai/community).

Packages/ai.natml.vision.nanodet/Runtime/NatML.Vision.NanoDet.asmdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "NatML.Vision.NanoDet",
33
"references": [
4-
"NatML.ML"
4+
"NatML.Runtime"
55
],
66
"includePlatforms": [
77
"Android",

Packages/ai.natml.vision.nanodet/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "ai.natml.vision.nanodet",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"displayName": "NanoDet",
55
"description": "Anchor-free ultra-fast object detection.",
6-
"unity": "2021.2",
6+
"unity": "2022.3",
77
"dependencies": {
8-
"ai.natml.natml": "1.1.4"
8+
"ai.natml.natml": "1.1.15"
99
},
1010
"keywords": [
1111
"natml",

Packages/manifest.json

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,22 @@
44
"name": "NatML",
55
"url": "https://registry.npmjs.com",
66
"scopes": [
7-
"ai.natml"
7+
"ai.natml",
8+
"ai.fxn"
89
]
910
}
1011
],
1112
"dependencies": {
12-
"ai.natml.videokit": "0.0.12",
13-
"com.unity.collab-proxy": "1.17.7",
13+
"ai.natml.videokit": "0.0.14",
14+
"com.unity.ai.navigation": "1.1.4",
15+
"com.unity.collab-proxy": "2.0.5",
1416
"com.unity.feature.development": "1.0.1",
15-
"com.unity.ide.rider": "3.0.18",
16-
"com.unity.ide.visualstudio": "2.0.17",
17+
"com.unity.ide.rider": "3.0.24",
18+
"com.unity.ide.visualstudio": "2.0.18",
1719
"com.unity.ide.vscode": "1.2.5",
18-
"com.unity.test-framework": "1.1.31",
20+
"com.unity.test-framework": "1.1.33",
1921
"com.unity.textmeshpro": "3.0.6",
20-
"com.unity.timeline": "1.6.4",
22+
"com.unity.timeline": "1.7.5",
2123
"com.unity.ugui": "1.0.0",
2224
"com.unity.visualscripting": "1.8.0",
2325
"com.unity.modules.ai": "1.0.0",

Packages/packages-lock.json

Lines changed: 32 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,30 @@
11
{
22
"dependencies": {
3-
"ai.natml.hub": {
4-
"version": "1.0.20",
5-
"depth": 2,
6-
"source": "registry",
7-
"dependencies": {},
8-
"url": "https://registry.npmjs.com"
9-
},
10-
"ai.natml.natcorder": {
11-
"version": "1.9.4",
12-
"depth": 1,
13-
"source": "registry",
14-
"dependencies": {
15-
"ai.natml.hub": "1.0.20"
16-
},
17-
"url": "https://registry.npmjs.com"
18-
},
19-
"ai.natml.natdevice": {
20-
"version": "1.3.3",
3+
"ai.fxn.fxn3d": {
4+
"version": "0.0.4",
215
"depth": 1,
226
"source": "registry",
237
"dependencies": {
24-
"ai.natml.hub": "1.0.20"
8+
"com.unity.nuget.newtonsoft-json": "3.2.1"
259
},
2610
"url": "https://registry.npmjs.com"
2711
},
2812
"ai.natml.natml": {
29-
"version": "1.1.4",
13+
"version": "1.1.15",
3014
"depth": 1,
3115
"source": "registry",
3216
"dependencies": {
33-
"ai.natml.hub": "1.0.20",
34-
"com.unity.nuget.newtonsoft-json": "3.1.0"
35-
},
36-
"url": "https://registry.npmjs.com"
37-
},
38-
"ai.natml.natshare": {
39-
"version": "1.3.0",
40-
"depth": 1,
41-
"source": "registry",
42-
"dependencies": {
43-
"ai.natml.hub": "1.0.12"
17+
"com.unity.nuget.newtonsoft-json": "3.2.1"
4418
},
4519
"url": "https://registry.npmjs.com"
4620
},
4721
"ai.natml.videokit": {
48-
"version": "0.0.12",
22+
"version": "0.0.14",
4923
"depth": 0,
5024
"source": "registry",
5125
"dependencies": {
52-
"ai.natml.natml": "1.1.4",
53-
"ai.natml.natcorder": "1.9.4",
54-
"ai.natml.natdevice": "1.3.3",
55-
"ai.natml.natshare": "1.3.0"
26+
"ai.natml.natml": "1.1.15",
27+
"ai.fxn.fxn3d": "0.0.4"
5628
},
5729
"url": "https://registry.npmjs.com"
5830
},
@@ -61,18 +33,25 @@
6133
"depth": 0,
6234
"source": "embedded",
6335
"dependencies": {
64-
"ai.natml.natml": "1.1.4"
36+
"ai.natml.natml": "1.1.15"
6537
}
6638
},
67-
"com.unity.collab-proxy": {
68-
"version": "1.17.7",
39+
"com.unity.ai.navigation": {
40+
"version": "1.1.4",
6941
"depth": 0,
7042
"source": "registry",
7143
"dependencies": {
72-
"com.unity.services.core": "1.0.1"
44+
"com.unity.modules.ai": "1.0.0"
7345
},
7446
"url": "https://packages.unity.com"
7547
},
48+
"com.unity.collab-proxy": {
49+
"version": "2.0.5",
50+
"depth": 0,
51+
"source": "registry",
52+
"dependencies": {},
53+
"url": "https://packages.unity.com"
54+
},
7655
"com.unity.editorcoroutines": {
7756
"version": "1.0.0",
7857
"depth": 1,
@@ -92,17 +71,17 @@
9271
"depth": 0,
9372
"source": "builtin",
9473
"dependencies": {
95-
"com.unity.ide.visualstudio": "2.0.17",
96-
"com.unity.ide.rider": "3.0.18",
74+
"com.unity.ide.visualstudio": "2.0.18",
75+
"com.unity.ide.rider": "3.0.24",
9776
"com.unity.ide.vscode": "1.2.5",
9877
"com.unity.editorcoroutines": "1.0.0",
99-
"com.unity.performance.profile-analyzer": "1.1.1",
100-
"com.unity.test-framework": "1.1.31",
101-
"com.unity.testtools.codecoverage": "1.2.2"
78+
"com.unity.performance.profile-analyzer": "1.2.2",
79+
"com.unity.test-framework": "1.1.33",
80+
"com.unity.testtools.codecoverage": "1.2.4"
10281
}
10382
},
10483
"com.unity.ide.rider": {
105-
"version": "3.0.18",
84+
"version": "3.0.24",
10685
"depth": 0,
10786
"source": "registry",
10887
"dependencies": {
@@ -111,7 +90,7 @@
11190
"url": "https://packages.unity.com"
11291
},
11392
"com.unity.ide.visualstudio": {
114-
"version": "2.0.17",
93+
"version": "2.0.18",
11594
"depth": 0,
11695
"source": "registry",
11796
"dependencies": {
@@ -127,39 +106,28 @@
127106
"url": "https://packages.unity.com"
128107
},
129108
"com.unity.nuget.newtonsoft-json": {
130-
"version": "3.1.0",
109+
"version": "3.2.1",
131110
"depth": 2,
132111
"source": "registry",
133112
"dependencies": {},
134113
"url": "https://packages.unity.com"
135114
},
136115
"com.unity.performance.profile-analyzer": {
137-
"version": "1.1.1",
116+
"version": "1.2.2",
138117
"depth": 1,
139118
"source": "registry",
140119
"dependencies": {},
141120
"url": "https://packages.unity.com"
142121
},
143-
"com.unity.services.core": {
144-
"version": "1.7.0",
145-
"depth": 1,
146-
"source": "registry",
147-
"dependencies": {
148-
"com.unity.modules.unitywebrequest": "1.0.0",
149-
"com.unity.nuget.newtonsoft-json": "3.0.2",
150-
"com.unity.modules.androidjni": "1.0.0"
151-
},
152-
"url": "https://packages.unity.com"
153-
},
154122
"com.unity.settings-manager": {
155-
"version": "1.0.3",
123+
"version": "2.0.1",
156124
"depth": 2,
157125
"source": "registry",
158126
"dependencies": {},
159127
"url": "https://packages.unity.com"
160128
},
161129
"com.unity.test-framework": {
162-
"version": "1.1.31",
130+
"version": "1.1.33",
163131
"depth": 0,
164132
"source": "registry",
165133
"dependencies": {
@@ -170,7 +138,7 @@
170138
"url": "https://packages.unity.com"
171139
},
172140
"com.unity.testtools.codecoverage": {
173-
"version": "1.2.2",
141+
"version": "1.2.4",
174142
"depth": 1,
175143
"source": "registry",
176144
"dependencies": {
@@ -189,7 +157,7 @@
189157
"url": "https://packages.unity.com"
190158
},
191159
"com.unity.timeline": {
192-
"version": "1.6.4",
160+
"version": "1.7.5",
193161
"depth": 0,
194162
"source": "registry",
195163
"dependencies": {
@@ -351,17 +319,6 @@
351319
"version": "1.0.0",
352320
"depth": 0,
353321
"source": "builtin",
354-
"dependencies": {
355-
"com.unity.modules.ui": "1.0.0",
356-
"com.unity.modules.imgui": "1.0.0",
357-
"com.unity.modules.jsonserialize": "1.0.0",
358-
"com.unity.modules.uielementsnative": "1.0.0"
359-
}
360-
},
361-
"com.unity.modules.uielementsnative": {
362-
"version": "1.0.0",
363-
"depth": 1,
364-
"source": "builtin",
365322
"dependencies": {
366323
"com.unity.modules.ui": "1.0.0",
367324
"com.unity.modules.imgui": "1.0.0",

ProjectSettings/PackageManagerSettings.asset

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ MonoBehaviour:
1313
m_Name:
1414
m_EditorClassIdentifier:
1515
m_EnablePreReleasePackages: 0
16-
m_EnablePackageDependencies: 0
1716
m_AdvancedSettingsExpanded: 1
1817
m_ScopedRegistriesSettingsExpanded: 1
1918
m_SeeAllPackageVersions: 0
19+
m_DismissPreviewPackagesInUse: 0
2020
oneTimeWarningShown: 0
2121
m_Registries:
2222
- m_Id: main
@@ -31,6 +31,7 @@ MonoBehaviour:
3131
m_Url: https://registry.npmjs.com
3232
m_Scopes:
3333
- ai.natml
34+
- ai.fxn
3435
m_IsDefault: 0
3536
m_Capabilities: 0
3637
m_ConfigSource: 4
@@ -39,6 +40,6 @@ MonoBehaviour:
3940
m_RegistryInfoDraft:
4041
m_Modified: 0
4142
m_ErrorMessage:
42-
m_UserModificationsInstanceId: -846
43-
m_OriginalInstanceId: -850
43+
m_UserModificationsInstanceId: -856
44+
m_OriginalInstanceId: -860
4445
m_LoadAssets: 0

ProjectSettings/Packages/com.unity.testtools.codecoverage/Settings.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
"m_Name": "Settings",
3-
"m_Path": "ProjectSettings/Packages/com.unity.testtools.codecoverage/Settings.json",
42
"m_Dictionary": {
53
"m_DictionaryValues": []
64
}

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2021.3.17f1
2-
m_EditorVersionWithRevision: 2021.3.17f1 (3e8111cac19d)
1+
m_EditorVersion: 2022.3.5f1
2+
m_EditorVersionWithRevision: 2022.3.5f1 (9674261d40ee)

ProjectSettings/boot.config

Whitespace-only changes.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Retrieve your access key from [NatML Hub](https://hub.natml.ai/profile) and add
1313
[See the predictor README for more details](Packages/ai.natml.vision.nanodet/README.md).
1414

1515
## Requirements
16-
- Unity 2021.2+
16+
- Unity 2022.3+
1717

1818
## Supported Platforms
1919
- Android API level 24+

0 commit comments

Comments
 (0)