Jeremy Fix

Results 22 comments of Jeremy Fix

@rkulla I did experience the same issue on Ubuntu 18.04, oh-my-zsh . I did add the `autoload -U compinit; compinit -y` in my zshrc as suggested and I got the...

Hi, I tried this morning on 5.4.0-47 with a fresh git clone and it worked successfully (see below). Can it be related to the way dkms is building the module...

@displaylink-dkurek You seem to be the one who knows more than us (at least than I) how dkms is handling the compilation of the module. It seems that, when compiling...

I think this is a duplicate of #170 For fixing your LD_LIBRARY_PATH, you have to check the path of libarcommands.so `$ locate libarcommands.so` In my case, this returns `/opt/ros/melodic/lib/parrot_arsdk/libarcommands.so` And...

I got the same issue; I did also mention the sbd_path in the config file. pascal_voc_loader can get the sbd_path keyword https://github.com/meetshah1995/pytorch-semseg/blob/801fb200547caa5b0d91b8dde56b837da029f746/ptsemseg/loader/pascal_voc_loader.py#L47 indeed, in the Readme it is mentioned we...

I experienced the same issue (on a 16.04 LTS with kinetic) and solved it by following something similar to @martinarroyo . sudo apt remove libqglviewer-dev sudo apt install libqglviewer-dev-qt4 cd...

I'm not sure I currently understand your question. Do you mean building the 18.04 image with docker running on a host with 16.04 ? I suppose that should be possible...

I would say that depends on the versions of the libs against which the binaries have been compiled and these might differ from 16.04 to 18.04. Why don't you want...

Hi, in the `build.sh` script, located in the subfolder of the OS you want to build for, there is a: > export TF_CUDA_COMPUTE_CAPABILITIES=5.2,3.5 you just need to set this accordingly.

I faced this exact same issue indeed due to missing msys dlls . Actually I have also seen that on some windows machine (do not know if this is the...