• Share page
  •  
  •  
  •  
  •  

Generate 3DCG model from drone aerial video / How to use Meshroom and blender

Convert aerial video by DJI Mini 2 to 3DCG model in Meshroom and display in blender
Meshroom is a free software developed by ALICEVISION Association, a non-profit organization established in July 2020, that can read multiple photos and generate 3D models from them. You can break down an aerial video taken with drone into multiple photos, and process them in Meshroom to generate 3DCG object in ".obj" format. Here, we will explain how to generate 3DCG object from aerial video, and import, edit, display it with free 3D modeling software: blender.

What you need

DJI Mini2
All you need are drone, PC, and free softwares. Equipments used this time are...
Drone is DJI Mini2 that even beginners can use. I used 4K resolution 30 FPS frame rate aerial video.
The better the performance of personal computer, the faster the processing will be completed. However, PC used this time was built in 2011, with CORE i7-2600 CPU, 8GB memory and graphic board equipped with NVIDIA GeForce GTX 1060 (3GB). Now when process 613 photos with Meshroom, it took about 24 hours to generate 3D model.
And only three free softwares you need, to break video into jpeg images: VLC media player , Meshroom and 3D modeling software blender . Generated model can be visualized from any direction as 3DCG, or can be three-dimensionalized using 3D printer. The target for 3D modeling this time is Japan's first Antarctic observation ship, "Soya" (following video).
Japan's first Antarctic observation ship, "Soya"
Watch on YouTube

Introducing procedure with video

First of all, please have a look at the video that briefly introduced this procedure.
Generate 3DCG model from drone aerial video
Watch on YouTube

Extract still images from a video

Still images are required for Meshroom input. Drone video shot should be split into still images. You can use free video player: VLC media player for this. See below for more information on this procedure. Settings of scene filter used this time are as follows.
item value
Image format jpg
Image width 3840
Image height 2160
Recording ratio 30
With recording ratio set to 30, 30 FPS video shot with DJI Mini2 will capture one frame per second. You need as many photos as possible to improve the accuracy of model generated by Meshroom. Meshroom, on the other hand, tries to make 3D models of not only target subject but also buildings and trees in background. When capture work is completed, delete images that do not show subject too large or images that show something other than subject as much as possible.
In addition, parts where the position and shape are difficult to determine, such as mirror surfaces like the sea (water surface), parts that reflect light and are overexposed, and parts that are blackened by shadows, are not modeled correctly.
This time, I used a total of 13 minutes of aerial video taken at 4K / 30FPS and converted it to a 3840x2160 pixel jpeg image. I deleted photos that didn't show subject well, and used remaining 613 photos in total.

How to install Meshroom

PC Download Meshroom from the official site . Supported OS are Windows (64bit) and Linux (64bit).
Also, for Meshroom to work, your PC must have a video card that supports NVIDIA CUDA (cuda-10 / compute capability 3.0-7.5). Worked with NVIDIA GeForce GTX 960 video cards manufactured in 2015, so I think it's okay if you have any recent NVIDIA video card.
There is no installer for Meshroom. If you download Meshroom, you will get a file such as "Meshroom-2021.1.0-win64.zip". Just unzip this in any folder and the installation is complete.

Make photos into 3DCG model with Meshroom

First, let's convert photos to 3DCG model with a minimum of steps.
PC Double-click "Meshroom.exe" in the folder where you unzipped Meshroom to start it. First, a console screen like this will be launched. Leave it open and wait for a while.
Please do not close this console screen until the end.
PC Then wait a few seconds and Meshroom GUI screen will launch. Drag and drop all image files captured from aerial video to the place where "Drop Image Files / Folders" is written on the left side of the screen.
PC Then select [File]-[Save As ...] from the menu. A file save dialog box will be displayed. Save this project as ".mg" format in any folder. Processing result of Meshroom will be stored under the folder specified here.
Then click green "Start" button at the top center of the screen to start process.
Output capacity of the processing result data varies depending on number of photos to be processed, and is about 3GB for 41 photos and about 30GB for 613 photos.
PC You will see a screen like this during processing. Below the "Start" button at the top of the screen, progress is displayed as a bar graph. When all of this changes from light blue to green, you're done. Click "Task Manager" tab at the bottom of the screen to see more detailed progress graph in "Progress" field. Running tasks are displayed in orange and completed tasks are displayed in green. Click on a running task to see more detailed information at the bottom right of the screen.
PC After that, just wait for the process to finish. The processing time of Meshroom is about 50 minutes with sample data (dataset_monstree) (4032x3024 pixels, 41 images) available from the official site, about 12 hours with aerial image of DJI Mini2 (3840x2160 pixels, 261 images), and this time, it took about 24 hours for captured image (3840x2160 pixels, 613 images).
Processing result is stored under "MeshroomCache/Texturing/[symbol folder]" under the folder where project (".mg" format file) is saved. 3D model (polygon data) will be saved in ".obj" format text file, material (information about texture file name and UV coordinates) is in ".mtl" format text file, and texture images are in multiple ".png" format files.

Easy display using 3D viewer

3D models in ".obj" format can be displayed in "3D Viewer" Windows10 standard application.
PC This figure is just after loading ".obj" file generated by Meshroom into 3D viewer. The shape is difficult to understand because the model is upside down and surrounding buildings are also modeled.
PC You can rotate the model by dragging mouse. You can also zoom in / out by scrolling mouse wheel. The part surrounded by red line in the lower right are polygons of Antarctic observation ship "Soya". Various objects of what was shown in the video, such as surrounding buildings, trees, and piers, are also modeled.
Next, use 3D modeling software: blender to remove unnecessary polygons.

How to install blender

PC bender can be downloaded from the official site . Supported OS are Windows10, Mac (Intel / M1), Linux.
If you download blender installer, you will get a file such as "blender-2.93.1-windows-x64.msi". Double-click on it to install. There are no special precautions to take when installing. All you have to do is follow the instructions on the screen
PC Click the (blender) icon on your desktop to launch it. Initially, such an initial setting screen is displayed. Set it to your liking and click Next.
PC Then, a screen like this will be displayed. Select each menu to create a new file, open a recently created 3D model, or open a manual e.t.c..
This screen disappears when you press [ESC] key or click outside of this dialog box. Now you are ready to use blender.

Read obj file with blender

PC To import obj file, select [File]-[Import]-[Wavefront (.obj)] from menu.
PC Then a dialog like this will be displayed. Select obj file and click "Import OBJ" button.
PC Then you will see a screen like this. Depending on the number of polygons in the object file, it may take up to one minute to load.
PC In the Scene Collection screen at the top right of the screen, hide cube object, camera, and light source that are prepared by default. You can also delete each element by right-clicking on it and select "Delete" menu.
PC Click the icon at the top right of the screen to switch shading method...
PC Object is displayed with texture attached. From now on, we will move and rotate the object to remove unnecessary polygons.
You can zoom in / out by scrolling mouse wheel. You can also change display position of object by holding down [Shift] key while dragging. You can rotate viewpoint by holding down mouse click wheel and dragging.
PC In the middle of the work, select [File]-[Save As ../ Save] from time to time to save object in blender (".blend") format.

Move / rotate objects with blender

Move flipped object to the center of the world coordinate system and rotate it along X, Y, Z axes.
PC It is convenient to work in "Quad View" for accurate alignment. Select [View]-[Area]-[Toggle Quad View]. Each time you select this menu, "Quad View" will be shown / hidden.
PC Do object alignment with local coordinate system. Switch coordinate system to "Local".
PC Select "Move" from the icons on the left, then you can translate selected object.
PC It's hard to see in this figure, but you can move the object by dragging icon of white circle with three-colored arrow (Pivot Point) displayed on each side. Move polygon group you are looking for (here, polygon group that makes up Antarctic research ship) to the center of the world coordinates.
You can zoom in / out by scrolling mouse wheel. You can also change display position of object by holding down [Shift] key while dragging. You can rotate viewpoint by holding down mouse click wheel and dragging.
PC After moving object position, move the center of local coordinates (Pivot Point) to the center of world coordinates. With 3D cursor in the center of the world coordinates, select [Object]-[Set Origin]-[Origin to 3D Cursor] to move Pivot Point to the position of the 3D cursor.
PC Next, let's rotate the object within local coordinates. Select "Rotate" from the icons on the left and rotate object so that it faces the desired direction.
If necessary, repeat above steps to adjust target polygons in object to center of world coordinates.
PC After positioning, set the coordinate system back to "Global".

Remove unnecessary polygons with blender

PC To edit polygons (vertices), switch the mode from [Layout] to [Modeling].
PC Then you will see a screen like this. Polygons of the Antarctic observation ship are in the part surrounded by red frame. We will delete all other polygons (vertices).
PC Drag mouse to display rubber band. Then, vertices surrounded by the rubber band turns orange, and it is in the "selected" state.
PC Then select "Delete Vertices" from right-click menu to delete them. Since overlapping vertices will remain from your viewpoint, select same range and delete over and over again.
You can zoom in / out by scrolling mouse wheel. You can also change display position of object by holding down [Shift] key while dragging. You can rotate viewpoint by holding down mouse click wheel and dragging.
PC Then completed!! Since it is originally video shot without thinking about converting to 3DCG in Meshroom, there are some parts that have not been shot, and there are holes in polygons.
If holes are closed, you can print it with 3D printer to make it three-dimensional. Please refer to the following site
Drone shooting Odaiba Gundam Unicorn 4K
Watch on YouTube

To know more about How to Fly Hobby Drone