Ali Darwish, Ph.D.
Ali Darwish, Ph.D.
I'm getting a core dumped fault on ubuntu 14.04 when I run the command CMT$ python run.py challenge.mp4 challenge.mp4 is located in the CMT directory. Any help with that is...
@rykov8 thank you for providing this implementation, Andry! I have a dataset with polygon annotation. I've converted these annotations into pixel coordinates and then created a binary image for training....
@simondlevy Every time the sim initialized with image_collection.py the 10 images leading to the crash are stored removing the images for the previous crash. My understanding is we need to...
I would like to implement your tracking algorithm in ROS and I wonder if you have a c++implementation of.
@jocicmarko Thank you for sharing your implementation. I'm using the model for training on 10000+ rgb images and the dice-coef exceeds 1.8000 (loss is obviously negative of that number). Shouldn't...
@waleedka Setting augmentation to True in `load_image_gt` Gives the error 'bool' object has no attribute 'to_deterministic' That's caused by `det = augmentation.to_deterministic()` Why would you want to convert a boolian...