AnyLoc
AnyLoc copied to clipboard
one error in AnLoc/demo/ anyloc_vlad_generate.py row of 120th
in the directory AnLoc/demo/ anyloc_vlad_generate.py row of 120th domain: largs.domain should be domain = largs.domain or domain: str = largs.domain
Hi @VClay , Thanks for pointing it out. It is indeed a string literal https://github.com/AnyLoc/AnyLoc/blob/2ae462dbce05a2741fe8d075a1313488804e29a3/demo/anyloc_vlad_generate.py#L62.
Since it's already been defined, i don't think it should be generating an error .
Let me know if this helps.