[Feature Request] Get all point cloud/sfm clusters
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Idoneità per principianti
- 32/100
Direzione di ricerca
Inizia con il recupero esistente delle immagini tramite bounding box dell’SDK e con l’endpoint graph.mapillary.com/images. Verifica come viene esposto sfm_cluster, quindi definisci il comportamento di get_point_clouds(bbox, links=false) per i link rispetto agli oggetti recuperati e per i box troppo grandi. Il lavoro è completato quando vengono restituiti i risultati delle nuvole di punti richiesti per una bbox valida e il limite di 5000 elementi viene gestito esplicitamente.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
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)
- Lingua principale
- Python
- Stelle
- 66
- Fork
- 23
- Merge medio
- 1g 20h
- PR unite (30g)
- 11
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di mapillary/mapillary-python-sdk
-
bug
Difficoltà 3/5 1-2 giorni Idoneità per principianti 45/100
-
enhancement
Difficoltà 5/5 Più di una settimana Idoneità per principianti 15/100
mapillary/mapillary-python-sdk#156 · 1 commento ·
-
Bug Report Apertabug
Difficoltà 3/5 1-2 giorni Idoneità per principianti 35/100
mapillary/mapillary-python-sdk#150 · 1 commento ·
-
point cloud data Apertaexample
Difficoltà 5/5 Più di una settimana Idoneità per principianti 20/100
mapillary/mapillary-python-sdk#147 · 11 commenti ·
-
feature
mapillary/mapillary-python-sdk#119 · 1 assegnatario ·
Tutte le issue di mapillary/mapillary-python-sdk
Issue simili
-
enhancement
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
canonical/paas-charm#368 · 1 commento ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
-
tech debt
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
-
addition to tracking list Aperta
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 90/100
StevenBlack/hosts#3256 ·
-
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 90/100
qualcomm/qai-appbuilder#275 ·