Commit Graph

  • de83ae5d25 update tensorrt8 branch perseusdg 2021-08-30 19:04:26 +05:30
  • 2ffe07057e Mnist works at the moment with trt8,others like yolo4tiny and mobilenet generate the engine files but crash after throwing nvifer1::CudaRuntimeError and when demo is being run ,it doesnt deserialize properly and crashes perseusdg 2021-08-29 03:18:58 +05:30
  • 3d8b1ac494 Yolo3Detection.cpp doesn't build yet,issues with dependecies of preprocessing and postprocessing on IPluginFactory perseusdg 2021-08-21 22:29:36 +05:30
  • 19b1d6d6f7 Revert "Updates to build libkernel.so under TensorRT 8" perseusdg 2021-08-16 14:07:07 +05:30
  • 52db97a140 Revert "Revert "fix return type for bool functions"" perseusdg 2021-08-16 14:06:56 +05:30
  • f58776c046 Revert "fix return type for bool functions" perseusdg 2021-08-16 14:04:17 +05:30
  • eba78e7e78 Updates to build libkernel.so under TensorRT 8 perseusdg 2021-08-16 13:59:19 +05:30
  • d2ce966c46 fix return type for bool functions perseusdg 2021-08-04 12:37:58 +05:30
  • 000af24d29 Add swish Cuellar, Adam T 2021-07-27 13:09:43 +00:00
  • bb902f5b65 fix for downloading weights(utils.cpp) when using docker Harshvardhan Chandirasekar 2021-07-25 23:53:30 +05:30
  • 1412aa66c4 minor fixes for windows ,for release v0.6 perseusdg 2021-07-24 08:51:44 -07:00
  • e58ddadb7d Merge branch 'ceccocats:master' into master Harshvardhan Chandirasekar 2021-07-24 08:18:17 -07:00
  • a992c9feb5 Update README.md Micaela Verucchi 2021-07-23 16:50:15 +02:00
  • 09080709a9 Remove Issues.md Micaela Verucchi 2021-07-23 15:23:47 +02:00
  • 7521d10ba7 Update README with gifs Micaela Verucchi 2021-07-23 15:07:52 +02:00
  • ab349083bf Merge with cnet works, all tests passed. v0.6 Micaela Verucchi 2021-07-23 14:37:04 +02:00
  • 4f9f27152a Update READMEs Micaela Verucchi 2021-07-23 10:31:34 +02:00
  • 0292e21c33 Merge remote-tracking branch 'origin/master' into cnet AdamCuellar/cnet Davide Sapienza 2021-07-22 17:03:23 +02:00
  • 2bb70859da Add FPS results for CenterTrack 2D/3D Davide Sapienza 2021-07-22 16:54:25 +02:00
  • b9f82510d3 Add demo_utils. Davide Sapienza 2021-07-22 10:45:18 +02:00
  • 1216e8bb74 Add camera calibration file reading for demo3d and demoTracker. Davide Sapienza 2021-07-21 16:14:53 +02:00
  • be2d361ac6 Update 3d detection Davide Sapienza 2021-07-21 15:51:13 +02:00
  • f78f7bfddc Fix link in readme files Davide Sapienza 2021-07-21 15:35:17 +02:00
  • f4e71a5a28 Add yolo4_berkeley_f1 Micaela Verucchi 2021-07-21 12:56:00 +02:00
  • 548e87fc0e Merge branch 'ceccocats:master' into master Harshvardhan Chandirasekar 2021-07-21 12:44:24 +05:30
  • 89b1bb7bee Add missing files AdamCuellar/eval Micaela Verucchi 2021-07-20 18:39:25 +02:00
  • 318dfe4b55 merge with master Micaela Verucchi 2021-07-20 18:38:46 +02:00
  • 4ed247df58 Merge branch 'ceccocats:master' into master Harshvardhan Chandirasekar 2021-07-20 21:24:24 +05:30
  • 946b1fe5f5 Update READMEs perseusdg/segmentation AdamCuellar/segmentation Micaela Verucchi 2021-07-20 17:30:32 +02:00
  • 69256992a3 Add colormap for each segmentation dataset Micaela Verucchi 2021-07-20 15:29:26 +02:00
  • 84ff978ccb Merge with master, all tests passed Micaela Verucchi 2021-07-20 12:48:41 +02:00
  • 4ca69836e9 Update README_seg Micaela Verucchi 2021-07-20 11:39:16 +02:00
  • b3c44a86a8 Fix shelfnet berkeley, update readme, minors Micaela Verucchi 2021-07-20 10:57:53 +02:00
  • b86a93e85d ActivationLeaky IpluginV2 AdamCuellar/tensorrt8 Micaela Verucchi 2021-06-28 23:23:15 +02:00
  • acc1f70967 Only include the tests if BUILD_TESTS is turned on. eezstreet/separate-tests eezstreet/separate-tests Nick Whitlock 2021-06-28 13:55:31 -04:00
  • 7f9b10ca71 Merge branch 'ceccocats:master' into master Harshvardhan Chandirasekar 2021-06-18 06:16:13 -07:00
  • c306b36860 Update CMakeLists.txt eezstreet/master eezstreet/HEAD Francesco Gatti 2021-06-17 15:31:25 +02:00
  • 9b78f143cb Update CMakeLists.txt Francesco Gatti 2021-06-16 14:53:46 +02:00
  • d847a4b852 Update CMakeLists.txt Francesco Gatti 2021-06-15 20:33:41 +02:00
  • 8df7d5fd1b Update CMakeLists.txt Francesco Gatti 2021-06-15 20:31:58 +02:00
  • 6d7c456f72 cmake version fix Francesco Gatti 2021-06-15 19:39:34 +02:00
  • b0fdeb4127 install targets Francesco Gatti 2021-06-15 19:38:13 +02:00
  • 710cb54db3 Centernet fix for windows perseusdg 2021-06-05 22:12:15 +05:30
  • 23fbcd1850 Merge branch 'ceccocats:master' into master Harshvardhan Chandirasekar 2021-06-05 21:23:40 +05:30
  • ba8199a030 fix compile error on old tensorrt and remove useless prints Francesco Gatti 2021-05-16 22:33:45 +02:00
  • 6b8ae1e27c remove wrong cuda arch that cause big performance gap Francesco Gatti 2021-05-16 22:16:21 +02:00
  • 25d02ef3ea Update exporting weights README eezstreet/cnet Davide Sapienza 2021-05-11 17:30:24 +02:00
  • fd56e64938 Update the README and split it into several files. Davide Sapienza 2021-05-11 17:02:43 +02:00
  • 34c1c3d577 Update cnet branch. Davide Sapienza 2021-05-11 16:17:23 +02:00
  • 0dc96d2a9e Improve CenterTrack. Davide Sapienza 2021-05-04 17:59:20 +02:00
  • f8327e2dac Merge with cnet Fabio Bagni 2021-05-04 11:50:08 +02:00
  • 10f39d1055 Fix tracker for batch size > 1 Fabio Bagni 2021-05-04 11:21:05 +02:00
  • d1ae1791d9 Fix a bug in the draw function of CenterTrack. Davide Sapienza 2021-05-03 18:56:07 +02:00
  • ff6e0e010a Fix a bug with batch > 1 Davide Sapienza 2021-04-30 22:26:33 +02:00
  • 2367519799 Add the calibration matrix reading for CenterTrack Davide Sapienza 2021-04-30 17:10:51 +02:00
  • be6ad27c11 Batch size > 1 for the 3D demo. Davide Sapienza 2021-04-29 11:13:24 +02:00
  • 28fab9c3e1 Merge remote-tracking branch 'origin/master' into cnet Davide Sapienza 2021-04-27 14:43:39 +02:00
  • 9e3977d9ea Merge pull request #1 from ceccocats/master Harshvardhan Chandirasekar 2021-04-25 23:58:44 +05:30
  • a638592fc7 Merge pull request #199 from rickymedrano/rickymedrano-patch-1 Francesco Gatti 2021-04-24 19:00:58 +02:00
  • a473a02a44 Merge branch 'perseusdg-master' Francesco Gatti 2021-04-24 18:55:44 +02:00
  • 6611a91201 merge perseusdg windows10 support Francesco Gatti 2021-04-24 18:55:26 +02:00
  • 39323ca8d3 Update README.md Harshvardhan Chandirasekar 2021-04-14 17:22:26 +05:30
  • f90ee8ab7d Update CMakeLists.txt Harshvardhan Chandirasekar 2021-04-09 13:20:44 +05:30
  • 1de804f98d Code cleanup and readme fixes perseusdg 2021-04-09 13:17:41 +05:30
  • 37b2a5bd98 minor modifications perseusdg 2021-04-08 00:57:58 +05:30
  • cc594f09ef merge from gitlab perseusdg 2021-04-08 00:28:00 +05:30
  • 2e92944f1d Opencv cuda fix hchandirasekar 2021-03-31 03:44:51 -07:00
  • 5f3ab1472c Update download_validation.py Harshvardhan Chandirasekar 2021-03-26 15:09:28 +01:00
  • 7018d163ed python download file hchandirasekar 2021-03-26 19:37:44 +05:30
  • f12ec3c935 added yolo4x and yolo4-csp from the github repo and download file corrections hchandirasekar 2021-03-26 12:18:46 +05:30
  • f3d1591430 ReadMe.md windows changes hchandirasekar 2021-03-25 20:46:12 +05:30
  • 44b71ae6f3 ReadMe.md windows changes hchandirasekar 2021-03-25 20:44:43 +05:30
  • 78859fe191 timer fix hchandirasekar 2021-03-25 16:38:53 +05:30
  • e94e1f7622 tkdnn first patch for windows hchandirasekar 2021-03-24 22:26:46 +05:30
  • 06787a931f minor migrations Harshvardhan Chandirasekar 2021-03-17 23:06:50 +05:30
  • 304ab49897 shared_ptr migrations Harshvardhan Chandirasekar 2021-03-17 22:26:26 +05:30
  • 6aa8666be5 Commits for msvc 16.9 hchandirasekar 2021-03-10 12:59:04 +05:30
  • 4b3731928c Add yolo4_320_coco2 (pedestrian and stop sign) eezstreet/eval Micaela Verucchi 2021-02-25 09:57:10 +01:00
  • f055341af6 Minor Readme Changes Ricky Medrano 2021-02-09 07:57:57 -08:00
  • 4a90314333 minor fixes in test.h hchandirasekar 2021-01-26 23:11:58 +05:30
  • 2d4dececb6 Builds on windows successfully,issues with deserialization and downloading weights hchandirasekar 2021-01-26 20:17:43 +04:00
  • fb52444cdc Replaced dynamic arrays with std::vector ,works on linux ..needs to be tested on windows after clearing up the lnk2019 error hchandirasekar 2021-01-25 04:12:05 +05:30
  • adac8576b0 Add support to Scaled-YOLO4, update Yolov4x-mish (tested) Micaela Verucchi 2021-01-22 17:57:42 +01:00
  • 512acd8cba minor fixes perseusdg/windows_dev perseusdg 2021-01-21 09:29:27 +04:00
  • 56feb54377 able to build kernels as shared object file(dll),and minor changes to lstm.cpp and utils.cpp to overcome minor msvc build errors perseusdg 2021-01-21 00:22:15 +04:00
  • 04a5823873 Added options to specify dimension ordering nightduck/custom_arch_support nightduck/custom_arch_support oren 2021-01-12 09:43:54 -06:00
  • f6884f07bf Can now specify input and output names to NetworkRT oren 2020-12-15 16:39:08 -06:00
  • 59b0f434a7 Fix a bug in the 3D bounding boxes. Davide Sapienza 2020-12-14 15:32:35 +01:00
  • 93082cae1f use ElementWiseLayer(broadcast) for scale_channels thnkinbtfly/master thnkinbtfly/HEAD thnkinbtfly/master thnkinbtfly 2020-12-14 11:01:23 +00:00
  • f134fb6230 add enet_coco test thnkinbtfly 2020-12-14 06:30:46 +00:00
  • bec6b236bb support scale_channels with scale_wh=0 thnkinbtfly 2020-12-14 06:10:21 +00:00
  • 2674cf0c48 support swish activation thnkinbtfly 2020-12-14 05:37:51 +00:00
  • 2d2144639f support darknet-style avgpool (global avgpool) thnkinbtfly 2020-12-14 05:31:10 +00:00
  • b7af24980e support sigmoid (logistic) activation thnkinbtfly 2020-12-14 05:20:58 +00:00
  • 1cfa199ee6 Add pre-processing and post-processing stats thnkinbtfly/cnet Davide Sapienza 2020-12-09 19:43:51 +01:00
  • 9e1d7b3bb4 Update demo3d with show flag Davide Sapienza 2020-12-09 18:05:54 +01:00
  • dbc052865c Fix a wrong path in CenternetDetection3DTrack.cpp Davide Sapienza 2020-12-09 18:04:42 +01:00
  • 4543df8533 Update readme. Davide Sapienza 2020-12-07 18:56:07 +01:00
  • 48ecebe6dd Add CenterTrack pre, post, visualization and demo. Davide Sapienza 2020-12-07 18:45:29 +01:00
  • 9f10c3f6e2 Add CenterTrack based on dla34. Davide Sapienza 2020-12-07 17:59:27 +01:00