From commits-return-14939-archive-asf-public=cust-asf.ponee.io@tvm.apache.org Wed Jun 10 15:29:27 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id BC05518062B for ; Wed, 10 Jun 2020 17:29:26 +0200 (CEST) Received: (qmail 35143 invoked by uid 500); 10 Jun 2020 15:29:26 -0000 Mailing-List: contact commits-help@tvm.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tvm.apache.org Delivered-To: mailing list commits@tvm.apache.org Received: (qmail 35134 invoked by uid 99); 10 Jun 2020 15:29:26 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jun 2020 15:29:26 +0000 From: =?utf-8?q?GitBox?= To: commits@tvm.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bincubator-tvm=5D_siju-samuel_edited_a_comment_on_i?= =?utf-8?q?ssue_=235765=3A_Feature-request=3A_State-of-art_Yolo_v4_Detector?= Message-ID: <159180296604.8471.9656055799264097329.asfpy@gitbox.apache.org> Date: Wed, 10 Jun 2020 15:29:26 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit In-Reply-To: References: siju-samuel edited a comment on issue #5765: URL: https://github.com/apache/incubator-tvm/issues/5765#issuecomment-642084669 @AlexeyAB Thanks for the YoloV4 paper. the output is impressive. Few weeks back I already tried integrating this to tvm. In tvm we use `network *load_network(char *cfg, char *weights, int clear)` api for loading the network and weights. But i found that this api takes more than 16GB RAM and due to this high memory issue the loading is failing. But when i run `./darknet detector` for yolov4 the RAM usage is less. Any possible reason you could think of? I used latest code to build libdarknet.so from https://github.com/AlexeyAB/darknet ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org