eshtaranyal / Pothole-Detection

An automated deep learning algorithm to detect potholes in pavements and an algorithm to measure pothole depth from point clouds.
4 stars 1 forks source link

Hello!What does the parameter "path to inlier cloud(.ply)" mean in depth_ptcld_.py? #1

Open farmcode1 opened 1 year ago

eshtaranyal commented 1 year ago

It is the path to the cropped out ROI of the point clouds which encapsulates the pothole only

On Tue, 21 Mar, 2023, 18:39 farmcode1, @.***> wrote:

— Reply to this email directly, view it on GitHub https://github.com/eshtaranyal/Pothole-Detection/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMKMVXUAJ7WL6XBJJJAJWXLW5GSBBANCNFSM6AAAAAAWCNL5WM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

farmcode1 commented 1 year ago

Thank you!By the way, l noticed that you use the metashape to construct the pothole point cloud.Based on school pothole picture, l try to construct the pothole at the same way but the accuracy is only 60%.l will appreciate it if you could tell me some super skills to develop it.

eshtaranyal commented 1 year ago

The quality of your point cloud will depend on the images you take (distance/ht of the camera from the image)..Choosing the right combination of frames is also necessary to get a good point cloud. Moreover if you are looking for a very accurate depth measurement then you must try LiDAR.

On Wed, Apr 12, 2023 at 8:52 AM farmcode1 @.***> wrote:

Thank you!By the way, l noticed that you use the metashape to construct the pothole point cloud.Based on school pothole picture, l try to construct the pothole at the same way but the accuracy is only 60%.l will appreciate it if you could tell me some super skills to develop it.

— Reply to this email directly, view it on GitHub https://github.com/eshtaranyal/Pothole-Detection/issues/1#issuecomment-1504519219, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMKMVXQDIC3SZUD2NZVR4ATXAYNYXANCNFSM6AAAAAAWCNL5WM . You are receiving this because you commented.Message ID: @.***>

-- Eshta Ranyal Research Scholar, Geomatics Section Department of Civil Engineering, IIT, Roorkee 8979804870

farmcode1 commented 1 year ago

OK!Thank you very much!it's really helpful.