bonnetal icon indicating copy to clipboard operation
bonnetal copied to clipboard

Bonnet and then some! Deep Learning Framework for various Image Recognition Tasks. Photogrammetry and Robotics Lab, University of Bonn

Results 16 bonnetal issues
Sort by recently updated
recently updated
newest added

Hi, I have tested the mapillary_mobilenetsv2_aspp_res_512_os8_34 model on my video but the result in python is better than C++. I used Pytorch on both of them. ![1](https://user-images.githubusercontent.com/5433346/77437140-ed17bd00-6e01-11ea-99f2-fd31885b15f6.jpg) ![2](https://user-images.githubusercontent.com/5433346/77437358-30722b80-6e02-11ea-8dec-2bdeeb7cb78d.jpg)

Hello, I'm using PyTorch GPU and "MobilenetsV2 ASPP Res - 512px" model with Python and C++ but I get ~94ms on my PC. Is it ok or not? OS: Win...

Hi, I have trained a model on my own data, and now trying to run inference. When running `infer_img.py` on one image (640x480) I see my GPU (GeForce GTX 1080)...

Hi, I am trying to run segmentation using pretrained model. I am using docker on Ubuntu 18.04 with GPU. nvidia-smi works fine (but whole gpu mem is already used for...

I am trying to train a semantic segmentation model from scratch using COCO dataset, and every time I try to run the training script, it is `Killed` at the validation...

I am finding the same error but do not seem to be able to solve it. I have changes the labels and preprocessed the label file (changed labels.py and ran...