SmaugC137 commited on
Commit
2a86f9d
Β·
1 Parent(s): 9d4bfda

chore: MIT license

Browse files
LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Augustin Bresset
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
pyproject.toml CHANGED
@@ -4,11 +4,13 @@ version = "0.1.0"
4
  description = "Labeling tool: synchronized channels (3D clouds, images) -> 2D BEV grid or per-point labels"
5
  readme = "README.md"
6
  authors = [{ name = "Augustin Bresset", email = "augustin.bresset@gmail.com" }]
 
7
  requires-python = ">=3.11"
8
  keywords = ["labeling", "annotation", "lidar", "point-cloud", "bev", "robotics", "traversability"]
9
  classifiers = [
10
  "Development Status :: 4 - Beta",
11
  "Intended Audience :: Science/Research",
 
12
  "Programming Language :: Python :: 3.11",
13
  "Programming Language :: Python :: 3.12",
14
  "Topic :: Scientific/Engineering :: Image Processing",
 
4
  description = "Labeling tool: synchronized channels (3D clouds, images) -> 2D BEV grid or per-point labels"
5
  readme = "README.md"
6
  authors = [{ name = "Augustin Bresset", email = "augustin.bresset@gmail.com" }]
7
+ license = { file = "LICENSE" }
8
  requires-python = ">=3.11"
9
  keywords = ["labeling", "annotation", "lidar", "point-cloud", "bev", "robotics", "traversability"]
10
  classifiers = [
11
  "Development Status :: 4 - Beta",
12
  "Intended Audience :: Science/Research",
13
+ "License :: OSI Approved :: MIT License",
14
  "Programming Language :: Python :: 3.11",
15
  "Programming Language :: Python :: 3.12",
16
  "Topic :: Scientific/Engineering :: Image Processing",
{web β†’ splasher/web}/index.html RENAMED
File without changes
{web β†’ splasher/web}/src/api.js RENAMED
File without changes
{web β†’ splasher/web}/src/app.js RENAMED
File without changes
{web β†’ splasher/web}/src/colors.js RENAMED
File without changes
{web β†’ splasher/web}/src/panels.js RENAMED
File without changes
{web β†’ splasher/web}/src/resize.js RENAMED
File without changes
{web β†’ splasher/web}/src/views/bev.js RENAMED
File without changes
{web β†’ splasher/web}/src/views/cameras.js RENAMED
File without changes
{web β†’ splasher/web}/src/views/cloud.js RENAMED
File without changes
{web β†’ splasher/web}/style.css RENAMED
File without changes
{web β†’ splasher/web}/vendor/fonts/press-start-2p.woff2 RENAMED
File without changes
{web β†’ splasher/web}/vendor/three/addons/controls/OrbitControls.js RENAMED
File without changes
{web β†’ splasher/web}/vendor/three/three.module.js RENAMED
File without changes