• Negin Raoof's avatar
    [ONNX] Fix model export for images w/ no detection (#2126) · 3ac864dc
    Negin Raoof authored
    * Fixing nms on boxes when no detection
    
    * test
    
    * Fix for scale_factor computation
    
    * remove newline
    
    * Fix for mask_rcnn dynanmic axes
    
    * Clean up
    
    * Update transform.py
    
    * Fix for torchscript
    
    * Fix scripting errors
    
    * Fix annotation
    
    * Fix lint
    
    * Fix annotation
    
    * Fix for interpolate scripting
    
    * Fix for scripting
    
    * refactoring
    
    * refactor the code
    
    * Fix annotation
    
    * Fixed annotations
    
    * Added test for resize
    
    * lint
    
    * format
    
    * bump ORT
    
    * ort-nightly version
    
    * Going to ort 1.1.0
    
    * remove version
    
    * install typing-extension
    
    * Export model for images with no detection
    
    * Upgrade ort nightly
    
    * update ORT
    
    * Update test_onnx.py
    
    * updated tests
    
    * Updated tests
    
    * merge
    
    * Update transforms.py
    
    * Update cityscapes.py
    
    * Update celeba.py
    
    * Update caltech.py
    
    * Update pkg_helpers.bash
    
    * Clean up
    
    * Clean up for dynamic split
    
    * Remove extra casts
    
    * flake8
    3ac864dc
transform.py 10.4 KB