Results 138 comments of James Adams

Thanks, @Olyseus. Is CUBLAS supposed to be included as part of the CUDA installation, or is it normal to need to install it separately? [This](https://developer.nvidia.com/cublas) is where I should install...

I followed [these instructions](https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1804&target_type=debnetwork) to reinstall CUDA 10.1, as well as `sudo apt autoremove` that removed CUDA 10.0. I updated my `CUDA_HOME` to `/usr/local/cuda-10.1` and now the CMake configuration doesn't...

I've been using the above approach for getting observations for a number of objects and I've only managed to get observations for about 10% of these, with the remainder getting...

Thanks, Karl. The code is certainly useful, I appreciate your effort and for making the code available here. I'm incorporating it into a dataset creation script and it's helpful to...

I am using this in an Anaconda environment. It seems to work fine.

The package name should be something more specific than "modules", i.e., something that identifies the package so when you import modules from it then it's obvious what package you're importing...

What are the incompatibilities with the database new version (v5)? Is there a new API? What can I do to change the version that this tool pulls from (i.e. update...

So are you saying you don't want help with this (or other) issues?

Again, I'm offering to help, the above is asking for suggestions as to how to discover the incompatibilities with version 5, but your responses indicate that you're not interested in...

I have code that I can contribute that transforms annotations between Darknet (txt), COCO (json) and PASCAL (xml) formats. I will need to step through this code to get a...