Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | 
         @@ -158,7 +158,7 @@ def lrm_reconstructions(image, input_cameras, save_path=None, name="temp", expor 
     | 
|
| 158 | 
         | 
| 159 | 
         
             
                        all_mv, all_mvp, all_campos = get_render_cameras_video(
         
     | 
| 160 | 
         
             
                            batch_size=1, 
         
     | 
| 161 | 
         
            -
                            M= 
     | 
| 162 | 
         
             
                            radius=4.5, 
         
     | 
| 163 | 
         
             
                            elevation=(90, 60.0),
         
     | 
| 164 | 
         
             
                            is_flexicubes=True,
         
     | 
| 
         | 
|
| 158 | 
         | 
| 159 | 
         
             
                        all_mv, all_mvp, all_campos = get_render_cameras_video(
         
     | 
| 160 | 
         
             
                            batch_size=1, 
         
     | 
| 161 | 
         
            +
                            M=24, 
         
     | 
| 162 | 
         
             
                            radius=4.5, 
         
     | 
| 163 | 
         
             
                            elevation=(90, 60.0),
         
     | 
| 164 | 
         
             
                            is_flexicubes=True,
         
     |