ykn96
ykn96
After running succesfully ``` cmake .. -DADVANCED_SENSING=ON -DTARGET_TRACKING_SAMPLE=ON ```` I am unable to perform sudo make -j7 install Error returned is ``` sudo make -j7 install [ 13%] Built target...
Hello, while trying to catkin_make for DJI OSDK ROS , i encountered this problem of : ``` fatal error: dji_linux_environment.hpp: No such file or directory ```` I have already installed...
I encountered these issues and saw these posts on SOF but couldnt solve it Initially i got this error ```` A problem occurred evaluating project ':android-driver'. > Failed to apply...
Hi !. I am wondering if there is a possibility of performing re-id of persons using thermal camera images ? Understand that there will be difficulty. Because the heat signature...
Hi ! I am looking to combine the onUpdate functions for both the drone telemetry and gimbal telemetry, such that whenever they are updated, the values can be shown on...
I am trying to connect to my Mavic 2 Enterprise advanced using the sample app generated by the MSDK. However, the status on the entry screen is: " No product...
Hello ! May I know how did people label the density maps on shanghai tech A and B data set ? Is it possible for us to add on extra...
Hi there. I have tried running the programme on 2 seperate instances and have encountered these errors. I have made sure to have connected the webcam (the only webcam too),...
Hi ! Can you advise How to add additional data/images to Shanghaitech A and B ? What is the process of labelling the density maps ?
Hello again. I have tried running the track.py, but this is what i got ``` Traceback (most recent call last): File "tracker.py", line 25, in tracker=cv2.TrackerKCF_create() AttributeError: module 'cv2' has...