https://github.com/traveller59/second.pytorch

sort by:
Revision Author Date Message Commit Date
1b2b58b update readme.md 14 October 2022, 08:03:09 UTC
3aba19c make all pointpillars use bug-fixed PFN 09 May 2019, 15:31:49 UTC
364c4bd fix #189: need import files to register dataset 09 May 2019, 07:36:33 UTC
1dcf615 1. fix #186 nuscenes package breaking their APIs. 2. fix some bug 07 May 2019, 12:57:42 UTC
e42e4a0 1. add some new configs, change config format. 2. add voxel filtering support for fhd. increase training speed. 07 May 2019, 08:55:38 UTC
4040cf7 1. fix pp config: wrong ped/cyc anchor center 2. add a fast-training nuscenes config 27 April 2019, 14:05:04 UTC
c2f9674 1. add a sample config for velocity 2. fix #154 small problem of multi-gpu 26 April 2019, 03:48:56 UTC
085b6d7 fix readme problem 25 April 2019, 09:47:34 UTC
cb178a6 fix problem in readme 25 April 2019, 09:02:00 UTC
55e7185 fix wrong readme location 25 April 2019, 08:55:19 UTC
7522f2f Merge branch 'master' of https://github.com/traveller59/second.pytorch 25 April 2019, 08:53:42 UTC
2be7e33 1. add velocity for nuscenes dataset. 2. config file format changed. 3. add some well-tuned nuscenes config. 4. target assigner changed. now support per-class similarity calc. 25 April 2019, 08:53:33 UTC
c7bb659 Merge pull request #161 from dashidhy/patch-1 fixed a small bug in box coder builder 17 April 2019, 07:18:55 UTC
5aa59f8 fixed a typo 16 April 2019, 21:23:06 UTC
8eaa9bf forget to update car.fhd.onestage.config 14 April 2019, 07:56:19 UTC
ba98b30 working on multi-gpu problem 12 April 2019, 11:03:05 UTC
a2d69df fix #138: wrong anchor mask slice. 10 April 2019, 06:57:23 UTC
6378d1d fix speed problem of nuscenes info generation 08 April 2019, 22:44:49 UTC
d1455d5 update kitti evaluation of nusc dataset. 08 April 2019, 14:44:43 UTC
b8f5f8c fix some problem 07 April 2019, 13:53:19 UTC
42b02af 1. add fp16 and multi-gpu support 2. fix some bugs of nuscenes dataset. 07 April 2019, 13:45:57 UTC
e26732b fix a small bug 04 April 2019, 15:22:52 UTC
09aaaa2 fix #130: anchor mask not work in assign_v2 04 April 2019, 07:30:59 UTC
0b3798f max sweeps should be 9 to match nuscenes limit 02 April 2019, 08:48:52 UTC
4af9541 forget add sweeps argument in create_data.py 02 April 2019, 08:43:35 UTC
4fd6d5f 1. add sweeps support for nuscenes 2. add exp decay and manual step lr scheduler 3. fix some bug. 02 April 2019, 08:42:20 UTC
95c99a1 fix some bug, remove some unused code 01 April 2019, 13:45:44 UTC
b2f987c fix config file problem 01 April 2019, 04:56:18 UTC
661fde6 fix wrong version of nuscenes 01 April 2019, 04:42:29 UTC
3dff60f v1.6.0alpha 1. add incomplete NuScenes support 2. New Dataset API 3. lots of code changes 4. config change, incompatible with previous 01 April 2019, 04:38:39 UTC
f980f3d update create_data.py 21 March 2019, 23:58:39 UTC
a8ca0c3 fix #114 21 March 2019, 23:51:55 UTC
a9238fe add windows 10 support 22 March 2019, 03:13:32 UTC
fb423a5 change version 21 March 2019, 05:06:53 UTC
6a0bf67 minor improvements and bug fixes. see RELEASE.md for more details. 21 March 2019, 04:57:52 UTC
f892b5c 1. fix cdn integrity problem 2. add screenshot for web kitti viewer 3. add other config, this can get 88.20 AP on bev moderate. 20 February 2019, 02:44:27 UTC
9f7fce4 remove useless code 21 January 2019, 13:36:18 UTC
afe9002 fix config problem 20 January 2019, 08:17:19 UTC
c664a7f remove sparseconvnet imports. 20 January 2019, 06:07:22 UTC
55fb319 SECOND-V1.5 release 20 January 2019, 06:03:46 UTC
57efcc8 avoid numba 0.42.0 problem: failed in object mode when nopython=False. 09 January 2019, 07:29:05 UTC
8ece472 greatly increase point to voxel performance, now only takes 1ms! 09 January 2019, 02:33:42 UTC
791b915 1. add cpu inference support, but don't use it, extremely slow. 2. fix readme 06 January 2019, 04:44:18 UTC
5651f1d fix kitti viewer test set problem 16 December 2018, 09:51:42 UTC
db9a897 Kitti Viewer Web major change: 1. add Cookie for paths, we don't need to paste paths in every launch. 2. add Bird's eye view and image. 08 December 2018, 02:59:44 UTC
5a6a5d0 fix missing path 06 December 2018, 14:07:35 UTC
795245b remove personal information 06 December 2018, 10:47:37 UTC
b3b2831 some improvement on frontend and backend: 1. add inference interface 2. better frontend code 3. add message toast 06 December 2018, 10:38:30 UTC
c7bfc9d fix problems in #53 02 December 2018, 13:33:45 UTC
fc254a5 change MiddleExtractor to VoxelNet original network 02 December 2018, 13:24:00 UTC
c9be37c fix problem when using kitti test 02 December 2018, 12:53:22 UTC
20cb584 add web-based kitti viewer 02 December 2018, 07:18:49 UTC
93e5bb7 Merge branch 'master' of https://github.com/traveller59/second.pytorch 29 November 2018, 07:40:01 UTC
3eb0ffe fix problem mentioned in #49. 29 November 2018, 07:39:56 UTC
d843f80 add docker file 25 November 2018, 03:04:34 UTC
89b4844 prepare docker 24 November 2018, 06:24:00 UTC
f3a56c8 fix #42 by using nvcc -arch=sm_xx to test supported architecture. 21 November 2018, 09:53:18 UTC
fb28d7b Merge branch 'master' of https://github.com/traveller59/second.pytorch 25 October 2018, 09:39:08 UTC
013190d fix #19 25 October 2018, 09:39:03 UTC
ba13f2e Merge branch 'master' of https://github.com/traveller59/second.pytorch 22 October 2018, 14:23:40 UTC
a94dcce maybe fix #18 22 October 2018, 14:23:36 UTC
57af33a fix #9. 17 October 2018, 08:12:31 UTC
57a83cf fix target ops bug 17 October 2018, 03:24:33 UTC
4938c56 fix #9 stop target calculation when all anchors are filtered. 16 October 2018, 15:16:20 UTC
b393246 fix unexpected include py27 when build with pybind11. 15 October 2018, 02:09:10 UTC
a6e3057 remove unexpected tensorflow code 12 October 2018, 10:24:54 UTC
24da331 temporary fix issee #6: reduce --std requirements to support cuda 8. 12 October 2018, 10:04:45 UTC
ebd9c81 Update README.md 12 October 2018, 05:28:25 UTC
8008100 Add small model for low-memory environments. 12 October 2018, 05:11:11 UTC
296571f fix typo 12 October 2018, 05:10:30 UTC
a9efd37 add TODO list 10 October 2018, 04:44:45 UTC
b21df57 fix issue #3 in pytorch 1.0 10 October 2018, 04:19:33 UTC
83b13c4 fix build problem?? 06 October 2018, 08:27:15 UTC
391d2d6 update readme 06 October 2018, 04:34:54 UTC
b4adb51 fix some problems 06 October 2018, 04:22:36 UTC
7d11f11 Update README.md 04 October 2018, 06:18:55 UTC
2b0c49d Update car.config 04 October 2018, 05:51:40 UTC
fa73f53 Update README.md 04 October 2018, 05:25:25 UTC
f097f08 release code 04 October 2018, 05:16:21 UTC
2481962 Initial commit 03 October 2018, 23:05:52 UTC
back to top