-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
RefactorImprove existing functionality or code clarityImprove existing functionality or code clarity
Description
Currently I read from the .obj file and write the pixels (regex w/ Python: re.findall("vs\ .*", read)) and voxels (regex w/ Python: re.findall("v\ .*", read)) to two separate .txt files.
Given the ease at reading and extracting the appropriate values using regular expressions, proposal to enhance the current pipeline's function mediapipe_mesh/src/utils.py: process_obj_file to use regular expressions to return numpy arrays of the pixels and voxels.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
RefactorImprove existing functionality or code clarityImprove existing functionality or code clarity