I noticed that the dev_start.sh script will pull several other docker images in addition to apollo itself as shown below:
$ docker images | grep apollo
apolloauto/apollo map_volume-sunnyvale_big_loop-latest e7b1a71d5b9d 10 days ago 440MB
apolloauto/apollo dev-x86_64-18.04-20201110_0617 062e9ad3e680 2 weeks ago 10.1GB
apolloauto/apollo yolov4_volume-emergency_detection_model-x86_64-latest e3e249ea7a8a 2 months ago 264MB
apolloauto/apollo faster_rcnn_volume-traffic_light_detection_model-x86_64-latest 58537bb25841 2 months ago 170MB
apolloauto/apollo data_volume-audio_model-x86_64-latest 17cb2a72a392 2 months ago 194MB
apolloauto/apollo map_volume-sunnyvale_with_two_offices-latest 93a347cea6a0 8 months ago 509MB
apolloauto/apollo map_volume-san_mateo-latest 48cd73de58ba 13 months ago 202MB
apolloauto/apollo local_third_party_volume-x86_64-latest 5df2bf3cc4b9 18 months ago 156MB
apolloauto/apollo map_volume-sunnyvale_loop-latest 36dc0d1c2551 2 years ago 906MB
I know that the dreamview works directly based on apollo:dev-x86_64-18.04 image. As for other images, I still not so clear on their usages/invoking methods. Could you please give me some more hints?
Regards,
HY
In general, mainly save the map and model files. I am not very sure about local_third_party_volume-x86_64-latest, others can help!
map_volume-sunnyvale_with_two_offices-latest
map_volume-san_mateo-latest
map_volume-sunnyvale_loop-latest
In general, mainly save the map and model files. I am not very sure about
local_third_party_volume-x86_64-latest, others can help!third party
Thanks @daohu527 for clarifying. As for the local_third_party volume, it was mounted at /usr/local/apollo/local_third_party, and currently contains the mklml and mkldnn libraries which may be deprecated in the future as currently no modules depends on them.
Intel MKL-DNN is an open source, performance-enhancing library for accelerating deep learning frameworks on IA(Intel® architecture).
Self-driving cars running on GPU do not need much of this library.
Most helpful comment
In general, mainly save the map and model files. I am not very sure about
local_third_party_volume-x86_64-latest, others can help!map
YOLOV4
AUDIO
FASTER_RCNN
third party