Micaela Verucchi
318dfe4b55
merge with master
...
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com >
2021-07-20 18:38:46 +02:00
Micaela Verucchi
69256992a3
Add colormap for each segmentation dataset
...
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com >
2021-07-20 15:29:26 +02:00
Micaela Verucchi
84ff978ccb
Merge with master, all tests passed
...
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com >
2021-07-20 12:48:41 +02:00
Micaela Verucchi
b3c44a86a8
Fix shelfnet berkeley, update readme, minors
...
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com >
2021-07-20 10:57:53 +02:00
Francesco Gatti
ba8199a030
fix compile error on old tensorrt and remove useless prints
2021-05-16 22:33:45 +02:00
Francesco Gatti
6611a91201
merge perseusdg windows10 support
2021-04-24 18:55:26 +02:00
perseusdg
1de804f98d
Code cleanup and readme fixes
2021-04-09 13:17:41 +05:30
perseusdg
cc594f09ef
merge from gitlab
2021-04-08 00:28:00 +05:30
hchandirasekar
f12ec3c935
added yolo4x and yolo4-csp from the github repo and download file corrections
2021-03-26 12:18:46 +05:30
hchandirasekar
e94e1f7622
tkdnn first patch for windows
2021-03-24 22:26:46 +05:30
Harshvardhan Chandirasekar
06787a931f
minor migrations
2021-03-17 23:06:50 +05:30
Harshvardhan Chandirasekar
304ab49897
shared_ptr migrations
2021-03-17 22:26:26 +05:30
hchandirasekar
6aa8666be5
Commits for msvc 16.9
2021-03-10 12:59:04 +05:30
hchandirasekar
fb52444cdc
Replaced dynamic arrays with std::vector ,works on linux ..needs to be tested on windows after clearing up the lnk2019 error
2021-01-25 04:12:05 +05:30
Micaela Verucchi
adac8576b0
Add support to Scaled-YOLO4, update Yolov4x-mish (tested)
...
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com >
2021-01-22 17:57:42 +01:00
perseusdg
512acd8cba
minor fixes
2021-01-21 09:29:27 +04:00
perseusdg
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
2021-01-21 00:22:15 +04:00
Micaela Verucchi
a52e18b6e6
Add shelfnet_mapillary, README_seg, resize of input
...
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com >
2020-11-24 12:37:33 +01:00
Micaela Verucchi
a17e7800b9
Add computation of #parameters, #MACC, and max feature map size in the tests
...
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com >
2020-11-23 13:07:54 +01:00
Micaela Verucchi
702791e41a
Add support for yolov4x-mish.
...
Changes:
- add parameters nms_kind, nms_thresh, new_coords to yolo layer and darknet parser
- added diou nms, new method to compute the BBs
- created test for yolov4x-mish called yolo4x
Tested, all tests work.
Problem to solve: little loss in mAP of yolo4x
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com >
2020-11-23 11:29:32 +01:00
Micaela Verucchi
04b4a69107
Merge with master
...
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com >
2020-09-14 17:30:02 +02:00
micaela
fa2b3d26cb
Fix typos ( #107 )
...
Signed-off-by: micaela <micaelaverucchi@gmail.com >
2020-09-11 09:13:59 +02:00
Micaela Verucchi
df5443e017
Fix boxes also for Centernet
...
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com >
2020-08-06 15:53:57 +02:00
Micaela Verucchi
f778e1aa99
Fixed boxes to float, add conf thresh as param
...
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com >
2020-08-05 19:55:10 +02:00
Francesco Gatti
a5d2d4792a
fix coords convert
2020-07-27 13:52:39 +02:00
Francesco Gatti
3a0802d70c
Resolve detection objects pick by prob threshold.
...
Before this it will only pick the last object with prob > thresh wich is absolutely wrong
Now it picks all the objects with prob > thesh.
fixes #94
2020-07-27 13:45:42 +02:00
Micaela Verucchi
6a68f19b2c
Fix patch from @ahmedius2 , tkDNN now supports CUDNN 8.0.1 ( Fix #74 )
...
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com >
Francesco Gatti <gattifrancesco@hotmail.it >
2020-07-16 19:06:54 +02:00
tk
c4aad7fe95
Patch for CUDNN 8.0.1
...
Signed-off-by: tk <micaelaverucchi@gmail.com >
2020-07-16 18:16:09 +02:00
Micaela Verucchi
e7779ad773
Add conf_thresh parameter to detectors, add batches handling in map demo
...
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com >
2020-07-08 09:52:36 +02:00
tk
a68f45cb4e
Merge with master, add yolov4tiny_512
...
Signed-off-by: tk <micaelaverucchi@gmail.com >
2020-07-06 17:57:50 +02:00
Micaela Verucchi
fe2e4eae92
yolo4tiny works on tensorRT 🐬 🐬 🐬 🐬
...
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com >
2020-06-30 15:52:58 +02:00
Micaela Verucchi
61aa24c6b7
yolov4tiny works on CUDNN
...
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com >
2020-06-30 15:19:03 +02:00
Micaela Verucchi
d25803d438
Post-processing improved
...
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com >
2020-06-24 18:46:25 +02:00
Micaela Verucchi
082920f3f5
Shelfnet works, also visualization. Postprocessing need to be parallelized
...
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com >
2020-06-23 20:01:47 +02:00
Micaela Verucchi
94e558003d
Shelfnet works on tensorRT (shortcut need to be fixed)
...
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com >
2020-06-23 12:50:24 +02:00
Micaela Verucchi
6fd261f628
Shelfnet works on cuDNN. To test everything else
...
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com >
2020-06-22 18:11:19 +02:00
Omar Alvarez
2817ade782
Fix parsing label files with unexpected chars
2020-06-22 13:40:15 +02:00
Micaela Verucchi
9f1e30eaa9
Add shelfnet. Resnet18backbone works
...
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com >
2020-06-19 18:55:42 +02:00
Francesco Gatti
1b8f45703f
darknet parser cpp
2020-06-16 12:41:48 +02:00
Francesco Gatti
3d3a2427c9
viz yolo3
2020-06-16 12:36:45 +02:00
Francesco Gatti
cbfc8ea4f2
serialize fix
2020-06-14 13:01:45 +02:00
Micaela Verucchi
c4e955eab5
Add different yolov4 size tests
...
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com >
2020-06-11 12:43:34 +02:00
Francesco Gatti
20303ac32e
cudnn8 compile
2020-06-09 20:53:05 +02:00
Francesco Gatti
62e4a3f779
memory release
2020-06-02 12:43:06 +02:00
Francesco Gatti
0458f361b1
release layer wgs and version update
2020-06-01 21:03:37 +02:00
Francesco Gatti
d4e0d07e09
merge
2020-06-01 15:34:59 +02:00
Francesco Gatti
18794d52c2
darknet parser tested
2020-06-01 14:55:08 +02:00
Francesco Gatti
d2e2669b6d
darknet parse all net to be tested
2020-06-01 12:22:55 +02:00
Micaela Verucchi
d936e5f740
Add mish_yashas
...
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com >
2020-05-30 16:57:53 +02:00
Micaela Verucchi
854e1d909a
Fix original size
...
Signed-off-by: Micaela Verucchi <micaelaverucchi@gmail.com >
2020-05-19 16:33:45 +02:00