Skip to content
Snippets Groups Projects
Commit 3fe1fa21 authored by Mgr. Dmytro Mishkin's avatar Mgr. Dmytro Mishkin
Browse files

deleted confusing file

parent 42cac089
Branches main
No related tags found
No related merge requests found
import numpy as np
import math
import torch
import torch.nn.functional as F
import typing
from imagefiltering import *
from local_detector import *
from local_descriptor import *
from ransac import *
from matching import *
def detect_and_describe(img, *kwargs):
return
def match_and_filter(descs1, descs2):
return
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment