Tengfei han
Tengfei han
@cyberphantom if(frameIsIFrame(in->buffers[in->indexBuffer])) changeSPS(in->buffers[in->indexBuffer]); I can't understand what did he mean "inside function video_stage_tcp_transform add this after the first two lines:" could you tell me the specific location where these codes...
would you mind to open the pipeline.py shown in this video? we can take it as a reference to develop our own code. @quic-ssiddego @quic-akhobare
@AldrichCabrera I have followed your instructions, but it doesn't work for me.
@JerryIndus I got the same problem with you. All APs are smaller than 0.01. I was wondering some wrong operations have been made. Now I see your post and plan...
@Auth0rM0rgan In my opinion, you had better train your model on multiple GPUs(at least 2 GPUs). As for your error, would you mind providing more info about this? we couldn't...
@Auth0rM0rgan I remember that I have seen the same error, please check this [issue](https://github.com/facebookresearch/maskrcnn-benchmark/issues/1080). Anyway, I guess your PyTorch version is not the same as the author suggested. If I'm...
@Auth0rM0rgan after checked your log, I find that your pytorch version is 1.4.0 and torchvision is also the latest. please follow these [instructions](https://github.com/youngwanLEE/CenterMask/blob/master/INSTALL.md) to set up a new virtual envs....
@VictorS123 did you fix this problem? I don't what to do. I have established a new folder named "launch" under "ORB_SLAM", then tried to run `roslaunch orb_slam.launch `ResourceNotFound: orb_slam ```...
I got a different problem when running `rosrun lsd_slam_viewer viewe`r $` rosrun lsd_slam_core live_slam image:=/ardrone/front/image_rect camera_info:=/ardrone/front/camera_info` this is a description of the problem what I have met[https://answers.ros.org/question/296036/couldnt-see-the-image-and-depth-map-when-running-lsd-slam/] @axelfar @boonflies @kungfrank...
@axelfar @kungfrank I followed these steps you listed as before, all packages were compiled smoothly. However, when typing `rosrun lsd_slam_core live_slam image:=/ardrone/front/image_rect camera_info:=/ardrone/front/camera_info` `segmentation fault(core dumped)` was found in the...