Adeel Hassan
Adeel Hassan
> @AdeelH I'm curious if/how Raster Vision handles this situation. Basically, if you have a raster image that is rotated with many nodata pixels around the edge, how do you...
Are you on Windows? Using select on pipes is not supported on Windows. From https://docs.python.org/2.7/library/select.html#select.select: > Note: File objects on Windows are not acceptable, but sockets are. On Windows, the...
No luck
Yes, from the front camera.
Here. You can see the video_codec msg in packet # 12, 16, and 20. [ardrone2.zip](https://github.com/fkmclane/python-ardrone/files/893694/ardrone2.zip)
Sure, here's the whole thing. Packets # 400, 540, and 679 in this case. [ardrone.zip](https://github.com/fkmclane/python-ardrone/files/893829/ardrone.zip)
Didn't work. I think I can make do with 360p for now. Please let me know if you figure something out.
Thanks for the comprehensive issue! This makes perfect sense to me. The only thing I'm debating is whether we should get rid of the raw chip sampling entirely and only...
Hey! I ended up making `get_chip()` the default. The backward-compatibility considerations made this a little tricky so I decided to handle it myself. But thanks again for the issue and...
I agree that it would be useful to support other TorchVision object detection models. Adding something like an `architecture` field to `ObjectDetectionModelConfig` and then modifying `ObjectDetectionModelConfig.build_default_model()` might be the way...