Dat Nguyen
Dat Nguyen
Hey everyone, here is my working example of combining with `Hls.js` and `plyr`. The main idea is to configure option properly based on recent PR by @sampotts . TLDR: working...
Found it. So we need to have a find a distortion coefficients to calibrate the webcam. There are few types of distortion such as **radial distortion, tangential distortion.** Here are...
ROS provide a wonderful tool for camera calibration http://wiki.ros.org/camera_calibration/Tutorials/StereoCalibration ```shell $ rosdep install camera_calibration $ rosmake camera_calibration ```
Hi @mrtortong, I am currently busy with another research project at Carnegie Mellon University (different than where I am living). Therefore, I could not show you the demo of jetson-car...
HI @jyl087, It worked on my case. The way I tested it using Rviz and [Rviz IMU Plugin](http://wiki.ros.org/rviz_imu_plugin) for visualization. Regarding your first question, you are probably correct. I have...
Same error with DenseNet169 TF weights. Here is my system info: ``` >>> print(keras.__version__) 2.0.5 >>> print(tensorflow.__version__) 1.2.0 ``` ``` ... ValueError: Dimension 0 in both shapes must be equal,...
Hello, may you elaborate on what detection model you are using? Have you set up the weights properly?
Hi @nsmetanin , Thank you for being interested in my work and pointing this bug. I will have to look into the code again since I have not actively worked...
Hi @oishi89 , The way I structured this code does not allow to add tiny-yolo.
Hi @yuxuan11, can you share the full equation ?