Vishesh

Results 23 comments of Vishesh

thanks! it works for the main renderers, but I still get the same error for the lightweight renderers (just copied id from the gdrive link and tried to download -...

I see sorry I'm supposed to use `val.py`.

Actually now I am confused because there is detect.py at the bottom of the docs with `--hide-txt --hide-conf`. This is useful for me because I have a `--source /some/folder` instead...

I was able to run detection on the validation set using `val.py`. So I have those in txt files. Beyond that no, I wasn't able to get `detect.py` working with...

^ took a look. seems like you have made changes for windows.h and Timer.h modules, which is helpful. how did you resolve the old opencv version issue? I don't see...

Thanks for the response. I think this is all helpful, except I cannot build your package against `opencv` version 4. The package uses the old C struct `IplImage` instead of...

OK, that is helpful I will investigate if it's possible for me to have both opencv 3 and opencv 4 installed on my machine... On Tue, Mar 16, 2021 at...

Any luck with either of these? I'm stuck at the same spot. ``` $ RUNEtagdetect --m ~/Desktop/TestMarker.txt --img ~/Desktop/Screen\ Shot\ 2021-02-16\ at\ 3.17.42\ PM.png _________________________________________________________ | | | RUNEtag detector...

Thanks for responding! It's been a while on my end, but here's what I was asking for back then: I'm working on an exploratory data analysis frontend, and I want...

I remembered what I tried to do manually: ``` gremlin> g = ArangoDBGraph.open(new PropertiesConfiguration("conf/arango.yaml")).traversal(CypherTraversalSource.class) gremlin> g.V("person/bob") ==>v[person.bob] gremlin> g.cypher("MATCH (p:person) RETURN p") gremlin> ``` Somehow the cypher query doesn't parse,...