Vivek

Results 14 comments of Vivek

Is this still an issue? I played around with the example and the popup worked as expected (even with the timeout uncommented).

@Alexey-Kamenev If I'm using a ZED camera, do I need to re-train the model or can I just use your models from the repo? And what resolution of images from...

Thanks for the review. I've added a test and made the parsing and scanning code more robust. If you run the test on the current version of biopython, and then...

I'm failing a few tests, but can't debug them locally because I'm getting the error: ```NameError: name 'DBDRIVER' is not defined``` Any tips on how I can get past this...

I have the same issue. Did you figure out how to resolve this @mrg0lden?

If anyone is still having problems with seg faults, I've updated darknet to the latest commit on my fork [here](https://github.com/vivkr/darknet_ros.git) and the seg faults have stopped.

Hi @rcabg, I faced a similar problem and I've made changes to fix it [here](https://github.com/vivkr/darknet_ros). Let me know if the fix works for you.

I’ve added darknet as a sub module in my repo. You can initialise it with `git submodule update --init --recursive`. Please let me know if you have any other issues...

I've updated the darknet submodule branch to pjreddie's darknet. Unfortunately, it looks like nothing is being merged to master on that repo, and I used someone's fork of darknet because...

I've made changes to fix this problem [here](https://github.com/vivkr/darknet_ros). Let me know if the fix works for the both of you.