Harry
Harry
I have been completely unable to get distributed training working with the Docker container even after following all of the suggestions in this thread. Has anybody else had better luck...
This is the specific light I purchased: https://www.amazon.com/Continuous-Lighting-Handheld-Spotlight-2700K-6500K/dp/B0BVZ5VSDH/ It seems to use some kind of simulated mesh network, where one MS60C acts as the Controller light and receives commands to...
Have there been any updates on this? It's been a year since the issue was originally raised.
This appears to partially be an issue with Android itself. As someone experiencing this bug, the same issue occurs when trying to upload images to mobile sites like Facebook or...
I'm a little confused as to how exactly you would go about implementing this. From looking at [CocoDataset](https://github.com/open-mmlab/mmdetection/blob/44ebd17b145c2372c4b700bfb9cb20dbd28ab64a/mmdet/datasets/coco.py#L14) and [BaseDetDataset](https://github.com/open-mmlab/mmdetection/blob/44ebd17b145c2372c4b700bfb9cb20dbd28ab64a/mmdet/datasets/base_det_dataset.py#L13) I would've assumed that I'd have to modify `__getitem__` to...
I've been working on a solution for this as @PeterVennerstrom described. I assume this approach would also require reimplementing the coco_metric evaluator such that it also lazily loads annotations?
If anybody stumbles upon this thread looking for answers, it is a little more complicated than the initial reply makes it sound. You will have to do the following: -...
Just an update, I've tried running everything in the official Docker container and the same issue occurs.
I believe I had an issue with the area of my instances not being set correctly, and I also was trying to use RLE encoded masks. For some reason I...