Commit Graph

  • 6ec417d89f Add scripts folder Micaela Verucchi 2020-04-08 14:24:34 +02:00
  • ba04328d48 Ok test script, output removed Micaela Verucchi 2020-04-08 14:06:30 +02:00
  • ef78d7f176 Add BoundingBox class Micaela Verucchi 2020-04-08 13:52:29 +02:00
  • f089d59d10 Add script to check if every test works fine Micaela Verucchi 2020-04-08 13:49:06 +02:00
  • da79128271 Update download url Micaela Verucchi 2020-04-08 12:34:02 +02:00
  • 5f6011b206 Merge branch 'cnet' of https://github.com/ceccocats/tkDNN into cnet Micaela Verucchi 2020-04-08 11:20:56 +02:00
  • ae1d8cd9e6 Refactoring & documentation Micaela Verucchi 2020-04-08 11:20:48 +02:00
  • 0e5c90634f Fix the Deformable convolution code sintax. Davide Sapienza 2020-04-08 11:14:34 +02:00
  • 5562f599a6 Fix the INT8 calibrator sintax Davide Sapienza 2020-04-08 10:22:03 +02:00
  • 326c7e0940 Move extraction of name into function in utils Micaela Verucchi 2020-04-08 10:09:15 +02:00
  • c36befaf2b Minor fix on output file name in map demo Micaela Verucchi 2020-04-08 09:35:54 +02:00
  • cf3fbeddbd Fix the sorting kernels used in the CenterNet pre and post-processing. Davide Sapienza 2020-04-07 18:28:12 +02:00
  • ae876e22ee Update README.md for INT8 inference Davide Sapienza 2020-04-06 20:27:59 +02:00
  • 26dcb7b8c9 Fix the tensorRT code to support versions prior to 6.0 Davide Sapienza 2020-04-06 19:54:40 +02:00
  • 455291b6dd Fix compile errors dut to Int8BatchStream Micaela Verucchi 2020-04-06 19:11:39 +02:00
  • 8575059666 Add again evalutation.h Micaela Verucchi 2020-04-06 18:35:52 +02:00
  • 9ec0913d7f Merge branch 'cnet' of https://github.com/ceccocats/tkDNN into cnet Micaela Verucchi 2020-04-06 18:13:02 +02:00
  • c8308963df Add evaluation to tk::dnn namespace, style fix also Micaela Verucchi 2020-04-06 18:12:38 +02:00
  • e3442e4764 Move the calibration table saving to the tests/network folder. Davide Sapienza 2020-04-06 18:06:21 +02:00
  • c0a978a480 Add opencv install script (for real) Micaela Verucchi 2020-04-06 17:27:25 +02:00
  • 674c61d280 Add opencv script, modified macro, add opencv section into readme Micaela Verucchi 2020-04-06 17:25:53 +02:00
  • dfdeb8b36e Modify weights download for some nets, now also calibration tables are downloaded in tests folder Micaela Verucchi 2020-04-06 16:22:23 +02:00
  • e4900120db Fix getNetworkRTName (works also on Xavier) Davide Sapienza 2020-04-02 10:15:30 +02:00
  • 79a05a8159 Modify weights download link for mobilenetv2ssd512 and yolo3_tiny512 Micaela Verucchi 2020-04-02 09:41:24 +02:00
  • af13e7c954 Add getMemoryUsage function, detection update moved in abstract lass, splitted execution time in pre-inf-post, other minors. Micaela Verucchi 2020-04-01 19:18:43 +02:00
  • c06c9fcf23 Update README.md Davide Sapienza 2020-03-30 19:02:55 +02:00
  • bb157be82c Add TKDNN_CALIB_IMG_PATH and TKDNN_CALIB_LABRL_PATH variable Davide Sapienza 2020-03-30 18:55:32 +02:00
  • ce20868bad Add TKDNN_MODE variable to the name of the network. Davide Sapienza 2020-03-30 15:08:25 +02:00
  • 573924cf2c Update README.md Micaela Verucchi 2020-03-29 20:15:15 +02:00
  • f2a4125d9f Update README.md Micaela Verucchi 2020-03-29 20:07:27 +02:00
  • d7276c720d Update README.md Micaela Verucchi 2020-03-29 20:03:59 +02:00
  • 482e122655 Fix opencv cuda include error Davide Sapienza 2020-03-27 10:43:49 +01:00
  • 08e1801c60 Add the Int8 calibrator and the tensorRT Int8 inference Davide Sapienza 2020-03-27 00:48:14 +01:00
  • 7c55dcb708 Add tp tests for yolo3512 and yolo3tiny512 Micaela Verucchi 2020-03-26 15:06:49 +01:00
  • 3eda9b9219 Add GPU version for yolo3detection Micaela Verucchi 2020-03-23 21:29:29 +01:00
  • df37e11709 Modify map demo, using abstract class. Move draw function in abstract class Micaela Verucchi 2020-03-23 19:32:37 +01:00
  • bbcc33c0cf Refactoring for detection NN Micaela Verucchi 2020-03-20 21:14:12 +01:00
  • c7d9c38ea0 Add OPENCV_CUDA define, to allow having preprocess both in CPU and GPU (Mobilenet and Centernet) Micaela Verucchi 2020-03-20 10:21:11 +01:00
  • 58fe723b6a Style fix, useless params removed Micaela Verucchi 2020-03-19 18:13:35 +01:00
  • f44f377771 Add preprocess function, allow preprocess on GPU for mobilenetdetection Micaela Verucchi 2020-03-19 17:53:29 +01:00
  • 41b1135fb3 Add support for mobilenet in map_demo Micaela Verucchi 2020-03-17 15:08:43 +01:00
  • 43fd92f701 Fix conv2d with additional bias for tensorRT. Fix reshape deserialize. Mb2512 works with tensorRT Micaela Verucchi 2020-03-17 13:18:05 +01:00
  • 1d388ca51a Add mobilenetv2ssdlite512 test. Micaela Verucchi 2020-03-17 10:35:02 +01:00
  • 9c25d15ff2 Add yolov3_512 (size 512) test Micaela Verucchi 2020-03-16 11:29:15 +01:00
  • 62c8f528a4 eigen assert fix Francesco Gatti 2020-03-14 19:50:55 +01:00
  • 82d907971c Fix download weights yolov3 versions Micaela Verucchi 2020-03-14 18:20:32 +01:00
  • 555b32b5dc Refactoring Francesco Gatti 2020-03-14 17:22:58 +01:00
  • cf7fbadcd2 Add function to download weigths if do no exist, for each test. Add some controls in map demo. Francesco Gatti 2020-03-14 17:02:07 +01:00
  • 5e0c1879bc Merge branch 'cnet' of https://github.com/ceccocats/tkDNN into cnet xavier 2020-03-13 12:17:21 +01:00
  • 32dd807ab0 Add Yolov3_tiny512 test cpp xavier 2020-03-13 12:16:18 +01:00
  • 8aa792925d Update README.md Micaela Verucchi 2020-03-12 20:42:44 +01:00
  • 9d17cb42f4 Merge branch 'cnet' of https://github.com/ceccocats/tkDNN into cnet xavier 2020-03-12 20:18:11 +01:00
  • db10ebeb34 Fix print on times.csv xavier 2020-03-12 20:18:02 +01:00
  • 62e7882744 Merge branch 'cnet' of https://github.com/ceccocats/tkDNN into cnet Francesco Gatti 2020-03-12 18:43:33 +01:00
  • 13b4dffd71 csresnext50-panet-spp works with TensorRT Francesco Gatti 2020-03-12 18:24:41 +01:00
  • f6527f51e3 Add csresnext50-panet-spp test. Works on CUDNN. Does not work with TensorRT Francesco Gatti 2020-03-11 18:37:26 +01:00
  • 66e3b98b04 Update README.md Micaela Verucchi 2020-03-11 12:04:28 +01:00
  • 0cc2666e26 Update README.md Micaela Verucchi 2020-03-11 11:51:28 +01:00
  • d0d462c015 Merge xavier 2020-03-10 15:43:26 +01:00
  • 2d46f16b70 Add tiny yolo 512 test xavier 2020-03-10 15:40:11 +01:00
  • e6aa73d7bc Update README.md Micaela Verucchi 2020-03-10 15:26:57 +01:00
  • 4b85a2238a Add writing results on file for map demo Micaela Verucchi 2020-03-10 14:35:25 +01:00
  • 8944778dcf imuodom fix Francesco Gatti 2020-03-09 22:05:34 +01:00
  • 406f8cc9b3 - ImuOdom model into class - Route layer input array hard copy - fix utils Francesco Gatti 2020-03-09 19:44:21 +01:00
  • 7ea31d123a Update README Micaela Verucchi 2020-03-08 18:12:08 +01:00
  • 7dbbbe4d9a Update README Davide Sapienza 2020-03-03 17:34:01 +01:00
  • 01a42ffe27 Move multiple demo files into one Davide Sapienza 2020-03-03 17:30:35 +01:00
  • 296a6cbc87 Add draw method to Yolo3Detection class. Davide Sapienza 2020-03-03 17:08:25 +01:00
  • 615b4c8a52 Udpate tracker thnkinbtfly/class perseusdg/class onyalcin/class nightduck/class mrhosseini/class mgrova/class matthewgiarra/class ioir123ju/class eezstreet/class biparnakroy/class AdamCuellar/class class Micaela Verucchi 2020-02-27 18:04:52 +01:00
  • fe37bcdf1e Merge with master Micaela Verucchi 2020-02-27 17:41:26 +01:00
  • 6911752e3e Update tracker Micaela Verucchi 2020-02-27 17:00:07 +01:00
  • fe206ea24c Fix dependencies problems Micaela Verucchi 2020-02-27 16:48:10 +01:00
  • 3eb079dd13 Add Mobilenetv2 SSD Lite post and preprocessing, add mobilenet demo xavier 2020-02-26 17:42:20 +01:00
  • 110bf56dc4 Fix include error xavier 2020-02-21 11:14:52 +01:00
  • 209a3e8492 Merge branch 'cnet' of https://github.com/ceccocats/tkDNN into cnet xavier 2020-02-21 10:49:35 +01:00
  • 38a1b9dcb2 Add Mobilenet2SSDLite test xavier 2020-02-21 10:45:46 +01:00
  • 443691414a LSTM ok thnkinbtfly/lstm perseusdg/lstm onyalcin/lstm nightduck/lstm mrhosseini/lstm mgrova/lstm ioir123ju/lstm eezstreet/lstm biparnakroy/lstm AdamCuellar/lstm Francesco Gatti 2020-02-16 17:21:58 +01:00
  • 1a1c54f364 structure ok, result wrong Francesco Gatti 2020-02-16 17:08:19 +01:00
  • 10b7160677 works but it need cleaning Francesco Gatti 2020-02-16 16:28:39 +01:00
  • 4746121d43 LSTM params Francesco Gatti 2020-02-15 20:37:08 +01:00
  • 2c1df5619f Move pre-processing on GPU Davide Sapienza 2020-02-14 18:44:13 +01:00
  • 4fa5d2c231 lstm return seq Francesco Gatti 2020-02-13 23:21:28 +01:00
  • c1c2173e4d removed unused var Francesco Gatti 2020-02-13 23:10:48 +01:00
  • 03d39d991c LSTM to be tested Francesco Gatti 2020-02-13 23:04:29 +01:00
  • a9c0db0bf6 LSTM cudnn test Francesco Gatti 2020-02-13 19:27:18 +01:00
  • 97b88ef52d Fix a bug in the deformable kernel. Davide Sapienza 2020-02-11 16:28:17 +01:00
  • 4c2d2a7965 Update README.md Micaela Verucchi 2020-02-11 15:12:27 +01:00
  • 636d899f9f Merge README xavier 2020-02-11 14:58:25 +01:00
  • 7e21b10aee Add script to download COCO val2017 xavier 2020-02-11 14:56:54 +01:00
  • 6e2ff405f4 Update README.md Micaela Verucchi 2020-02-11 11:28:20 +01:00
  • 1936e54870 Change README.md, add config.yaml, refactoring xavier 2020-02-11 11:25:42 +01:00
  • b5c0baa99d Merge branch 'cnet' of https://github.com/ceccocats/tkDNN into cnet xavier 2020-02-11 10:32:52 +01:00
  • 801b8b5641 Read parameters for mAP from yaml, add yampl-cpp dependency xavier 2020-02-11 10:32:42 +01:00
  • 51ffcb1f50 Optimize deformable kernel Davide Sapienza 2020-02-11 10:06:08 +01:00
  • 10831ab450 Merge branch 'cnet' of https://github.com/ceccocats/tkDNN into cnet xavier 2020-02-10 18:19:12 +01:00
  • d601e980f6 Add avg precision, recall, f1score computation, other minors xavier 2020-02-10 18:19:08 +01:00
  • b06dc286e9 Update README.md Davide Sapienza 2020-02-10 11:19:39 +01:00
  • c02238ddc8 Add Anaconda environment for ResNet101 and DLA34 weights exporter Davide Sapienza 2020-02-10 10:58:04 +01:00
  • e72aa348a0 Add DLA34 weights exporter Davide Sapienza 2020-02-10 10:56:33 +01:00
  • 62fe82ce9e Update ResNet101 weights exporter Davide Sapienza 2020-02-10 10:54:04 +01:00