Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
training/weights_* filter=lfs diff=lfs merge=lfs -text
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*/.DS_Store
*/__pycache__/
File renamed without changes.
File renamed without changes.
19 changes: 19 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[tool.poetry]
name = "uneye"
version = "0.1.0"
description = ""
authors = []
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
torch = "^2.6.0"
numpy = "^1.26.0"
scipy = "~1.14.0"
scikit-image = "^0.25.0"
scikit-learn = "^1.6.0"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
8 changes: 0 additions & 8 deletions requirements_lin.txt

This file was deleted.

8 changes: 0 additions & 8 deletions requirements_mac.txt

This file was deleted.

8 changes: 0 additions & 8 deletions requirements_wind.txt

This file was deleted.

7 changes: 0 additions & 7 deletions setup.py

This file was deleted.

Empty file added tests/__init__.py
Empty file.
6 changes: 6 additions & 0 deletions uneye/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
from .classifier import DNN


def weights_dir():
from pathlib import Path

return Path(__file__).parent / "weights"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.