mirror of
https://github.com/azaion/gps-denied-desktop.git
synced 2026-04-22 23:46:36 +00:00
initial structure implemented
docs -> _docs
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import numpy as np
|
||||
from pydantic import BaseModel, ConfigDict
|
||||
|
||||
|
||||
class Matches(BaseModel):
|
||||
model_config = ConfigDict(arbitrary_types_allowed=True)
|
||||
|
||||
matches: np.ndarray
|
||||
scores: np.ndarray
|
||||
keypoints1: np.ndarray
|
||||
keypoints2: np.ndarray
|
||||
|
||||
Reference in New Issue
Block a user