[Feature Request] Get all point cloud/sfm clusters
Nadie ha tomado este issue todavía.
Evaluación
- Dificultad
- 5/5
- Tiempo estimado
- Más de una semana
- Aptitud para principiantes
- 32/100
Línea de trabajo
Comienza con la recuperación existente de imágenes mediante bounding box del SDK y el endpoint graph.mapillary.com/images. Verifica cómo se expone sfm_cluster y, después, define el comportamiento de get_point_clouds(bbox, links=false) para los enlaces frente a los objetos recuperados y para las cajas demasiado grandes. Se considera terminado cuando se devuelven los resultados de nubes de puntos solicitados para una bbox válida y el límite de 5000 elementos se gestiona explícitamente.
Escrito por el modelo de indexación a partir del texto del issue.
Descripción
Is your feature request related to a problem? Please describe.
Some users may want to retrieve the point clouds for a geographic. Each Mapillary image has an associated point cloud in the sfm_cluster field.
Describe the solution you'd like
There are two ways to allow a user to retrieve this:
- a list of links
- a list of point cloud objects
The function could be something like get_point_clouds(bbox,links=false) which does the following:
- calls graph.mapillary.com/images?bbox=lon1,lat1,lon2,lat2&limit=5000
- checks if bbox includes 5000 or more response items (if so, it is maxxed out, we need smaller bbox)
- if not maxxed out, get all the images in the bbox with fields=sfm_cluster
- if links=false (default) run a loop, for each image, do a get request for the sfm_cluster URL, and append to a list
- return the list of sfm_cluster data objects
- if links=true, then just return a list of the URLs, do not request the data
- if bbox too big in step 2, then split into 4 smaller bboxes, or warn user to simply use a smaller bbox
Describe alternatives you've considered
It might be good to just request using the tiles, the way we get images from a bbox, but I am not certain that these images via tiles have the sfm_cluster URL, so it would not work
Additional context
The point cloud should be in .ply file format, but this is not important, just retrieving the objects lets the user make use of them (they would use it with the OpenSfM library)
- Lenguaje dominante
- Python
- Estrellas
- 66
- Forks
- 23
- Merge medio
- 1 d 20 h
- PR fusionados (30 d)
- 11
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Más de mapillary/mapillary-python-sdk
-
bug
Dificultad 3/5 1-2 días Aptitud para principiantes 45/100
-
How to render 'spherical' images Abiertoenhancement
Dificultad 5/5 Más de una semana Aptitud para principiantes 15/100
mapillary/mapillary-python-sdk#156 · 1 comentario ·
-
Bug Report Abiertobug
Dificultad 3/5 1-2 días Aptitud para principiantes 35/100
mapillary/mapillary-python-sdk#150 · 1 comentario ·
-
point cloud data Abiertoexample
Dificultad 5/5 Más de una semana Aptitud para principiantes 20/100
mapillary/mapillary-python-sdk#147 · 11 comentarios ·
-
feature
mapillary/mapillary-python-sdk#119 · 1 asignado ·
Todos los issues de mapillary/mapillary-python-sdk
Issues similares
-
essnmx good first issue
Dificultad 1/5 Menos de una hora Aptitud para principiantes 95/100
-
[Feature] 奇物选择添加优先级 Abierto
Dificultad 2/5 1-3 horas Aptitud para principiantes 65/100
syfoud/Simulated_Scepter#174 ·
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
Giskard-AI/giskard-oss#2840 · 1 comentario ·
-
A claim comment carrying the issue number is silently declined while the workflow reports success Abiertoarea: repo bug perceived difficulty: 2
Dificultad 2/5 1-3 horas Aptitud para principiantes 70/100
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
yeti-platform/yeti#1380 ·