Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about depth

Read more about depth

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - depth

Create 3D points cloud from 2D images python

I have a dataset of 2d RGB images and I want to generate a 3D points cloud as a PLY file or CSV file in the following format x,y,z,r,g,b. Should I first convert the 2D images to depth maps? I have tri...
test-img

Dar

python

csv

2d

depth

ply-file-format

Votes: 0

Answers: 0

Python os.walk() get files before directories

I want to simulate the -depth argument of bash find command using python os.walk(). From the Linux manual page: -depth Process each directory's contents before the directory itself. How...
test-img

Mike Delta

python

find

depth

os.walk

Votes: 0

Answers: 1

Latest Answer

You can use files or dirs like this: import os root_path = r'/home/testuser/test/' for root, dirs, files in os.walk(root_path, topdown=True): print(root) print(dirs) print(files) also yo...
test-img

Hamid Rasti

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved