pvmilk
pvmilk
Wondering the same thing. The code might not use dropout as it were set to 0, but it obviously use batchnorm. Any answer on this yet?
I think it is not VTK, but you might not have OpenCV installed in your machine. I have the same vtk error (also reported [here](https://bugs.launchpad.net/ubuntu/+source/vtk7/+bug/1878103)), and it worked fine in...
I am just another user of the repo that looking into these features recently. Wondering what is the difference between this implementation and the one in https://github.com/atenpas/gpd/blob/master/src/detect_grasps_python.cpp. P.S. I am...
I guess this [stackoverflow](https://stackoverflow.com/a/145649/2514809) is the answer to https://github.com/atenpas/gpd/blob/master/src/detect_grasps_python.cpp.
I am testing it at the moment. Still cannot get it compiled. But will report back if I got anything from it. But looking from [here](https://numpy.org/doc/stable/reference/generated/numpy.ndarray.ctypes.html), maybe it is ok.
FYI, the provide binding detect_grasps_python.cpp works with some modification, and numpy array can be pass through that ctypes python interface. Can provide the patch if anyone needed it (Update as...
Just incase anyone encounter the same issue. Make sure the lunch file (ExampleGroovyOrNewer.launch) load the type 'orb_slam' not 'ORB_SLAM' There will be a few more errors regarding the libraries of...
I think I found my own answer on the second issues: https://gitlab.com/nvidia/container-images/l4t-base/-/tree/master
@anmakon Sorry for the late response. I searched through my system and cannot find the patch anymore. Sorry to give a false expectation.
I think it could be a bug some where of the command line option, but I tried the following and it works ``` $ cqtdeployer.sh -bin helloworld -libDir /opt/qt/5.12.12/gcc_64/lib/ ```...