CityScope / CS_Cooper-Hewitt

meta repo/sandbox repo for keeping everything related to the Cooper Hewitt exhibition
5 stars 2 forks source link

Simetrical pieces work. Asymmetrical doesn't #89

Closed guadalupebabio closed 5 years ago

guadalupebabio commented 5 years ago

Hypothesis: did the camera flipped? There are some pieces not being read but they used to. Can it be because of the flipped image? I think they used to work. is it easy to flip it back?

yasushisakai commented 5 years ago

I second this issue, the labeling of the UDP stream seems to be flipped relative to the y axis (horizontal flip), the origin block (after confirmation with @guadalupebabio) was in the middle of the array not the first one.

@aberke, just a heads up that this relates to what we where doing, yesterday (Although I observed that still the agent behavior needs debugging)

RELNO commented 5 years ago

Have you tried flipping the scanning? If this is only a y axis flip, that's a low hanging fruit (😏) which only involves scanning from upper right corner to upper left etc

RELNO commented 5 years ago

@yasushisakai @guadalupebabio if you're there before I do, please pull this https://github.com/RELNO/CityScope_Scanner_Python/commit/6487e6465fe2276365bca6d655de6a869fb4c545 on C/H machine. Then, run keystone.py and as mentioned before, keystone from right to left.

guadalupebabio commented 5 years ago

I didn't know how to switch the scanner. I won't get to the lab until tomorrow

yasushisakai commented 5 years ago

@RELNO keystone.py demands numpy, should I pip it?

RELNO commented 5 years ago

try pip3 install etc. It is weird since scanner.py uses numpy as well.

RELNO commented 5 years ago

@yasushisakai I've just ssh into and ran it without seeing a missing numpy note

yasushisakai commented 5 years ago

Yep! This low hanging fruit was retrieved. (0-17) seems to recognize fine. (Although I could do a better job at calibration)