Ketan Patil

Results 2 issues of Ketan Patil

Getting this error while building the ros package, `[ 50%] Building CXX object midas_cpp/CMakeFiles/midas_cpp.dir/src/main.cpp.o [100%] Linking CXX executable midas_cpp /usr/bin/ld: warning: libopencv_imgcodecs.so.4.2, needed by /opt/ros/noetic/lib/libcv_bridge.so, may conflict with libopencv_imgcodecs.so.408 /usr/bin/ld:...

I was trying to trace ZoeD_NK model and got following error, ``` File "/home/ketan/ZoeDepth/tracing.py", line 39, in module = torch.jit.trace(model_zoe_nk, x) File "/home/ketan/.local/lib/python3.8/site-packages/torch/jit/_trace.py", line 794, in trace return trace_module( File...