Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New rocAL python API #9

Conversation

swetha097
Copy link

  1. Augmentation App
  2. coco pipeline
  3. caffe, caffe2 pipelines for classification & detection
  4. tf classification & detection pipeline
  5. python rali unit test

AryanSalmanpour and others added 30 commits February 25, 2021 14:57
Fix convolotion issue for hip
Add support for channelCopy, Lut, UV12/UV/IUV format converts and ScaleUp2x2 in Color kernels
…etic/logical/color/filter/statistical kernels
Add kernelGDFs, enhance test scripts - runVisionTests.py and runvxTestAllScript.sh
Copy link
Owner

@LakshmiKumar23 LakshmiKumar23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@swetha097 I also see a couple of empty files. Are they needed?

@@ -17,7 +17,7 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
THE SOFTWARE.lround
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@swetha097 Can you check what this is. Seems like a typo?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think its a typo Lakshmi.
Removed it

@@ -655,6 +655,7 @@ raliJpegCOCOFileSourceSingleShard(
unsigned max_width,
unsigned max_height)
{
std::cout<<"\n COMES TO COCOFILESOURCESINGLESHARD";
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@swetha097 Do we need the debug statements? Same above?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed the debug statement

@@ -478,6 +478,10 @@ raliBrightness(
RaliFloatParam p_alpha,
RaliFloatParam p_beta)
{
std::cerr<<"\n**************************************************************************";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be removed

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Collaborator

@rrawther rrawther left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@swetha097 need to review this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants