"python/sglang/srt/function_call/minimax_m2.py" did not exist on "0dfe2491aceb6847bd1e8845b3443801164d4600"
- 01 Sep, 2021 1 commit
-
-
Tai-Wang authored
* Update README.md * Update README_zh-CN.md * Update version.py * Update getting_started.md * Update getting_started.md * Update changelog.md * Remove "recent" in the news * Remove "recent" in the news * Fix comments
-
- 24 Aug, 2021 1 commit
-
-
Yezhen Cong authored
* Fix index.rst for zh docs * Change switch language
-
- 18 Aug, 2021 3 commits
-
-
Yezhen Cong authored
* Add complete translation * Refinements * Fix comments * Fix a minor typo Co-authored-by:Tai-Wang <tab_wang@outlook.com>
-
Yezhen Cong authored
* Part * Complete * Fix comments * Fix comments
-
Wenhao Wu authored
* [Doc] Add tutorials/data_pipeline Chinese version * refine doc * Use the absolute link * Use the absolute link Co-authored-by:Tai-Wang <tab_wang@outlook.com>
-
- 09 Aug, 2021 2 commits
-
-
Tai-Wang authored
* Update nuscenes_det.md * Create lyft_det.md * Update index.rst * Fix typos * Create lyft_det.md * Update index.rst * Update nuscenes_det.md
-
Yezhen Cong authored
* Part of the zh doc * Complete the rest * Fix typos * Revert * Fix comments
-
- 05 Aug, 2021 2 commits
-
-
Ziyi Wu authored
* replace IndoorPointSample to PointSample * add comments for PointSample transform * fix bug when far points > num_sample * refine format * add unit test * minor fix * minor fix
-
Wenhao Wu authored
* [Enhance] Sampling points based on distance metric * fix typo * refine unittest * refine unittest * refine details & add unittest & refine configs * remove __repr__ & rename arg * fix unittest * add unitest * refine unittest * refine code * refine code * refine depth calculation * refine code
-
- 03 Aug, 2021 1 commit
-
-
Tai-Wang authored
* Update README.md * Update README_zh-CN.md * Update getting_started.md * Update getting_started.md * Update version.py * Update changelog.md * Update changelog.md * Update changelog.md * Update changelog.md
-
- 02 Aug, 2021 1 commit
-
-
Tai-Wang authored
* Update FCOS3D model link * Update FCOS3D model link
-
- 31 Jul, 2021 5 commits
-
-
Ziyi Wu authored
* add tutorial.config chinese doc * minor fix * refine format * fix typos
-
Ziyi Wu authored
* add scannet seg doc Chinese version * fix typos
-
Ziyi Wu authored
-
Ziyi Wu authored
* add cfg * add eps format * update README * update model zoo * add paconv readme * add metafile * hack drop_ratio * use base schedule cfg * remove paconv cuda * monor fix * remove paconv cuda config related * update paconv benchmark * update model link
-
Tai-Wang authored
* Add nuScenes dataset tutorials * Update index.rst * Add nuScenes Chinese doc * Update index.rst * Fix typos * Add notes section
-
- 30 Jul, 2021 3 commits
-
-
Yezhen Cong authored
* Add doc * Creation of SUN RGB-D dataset doc and some mods on ScanNet dataset doc * Revert mistakenly modified file * Fix typos * Add multi-modality related info * Add doc * Creation of SUN RGB-D dataset doc and some mods on ScanNet dataset doc * Revert mistakenly modified file * Fix typos * Add multi-modality related info * Add multi-modality related info * Update according to comments * Add chinese doc and frevised the docs * Add some script * Fix typos and formats * Fix typos * Fix typos
-
Ziyi Wu authored
* add Chinese doc data_preparation.md * add Chinese doc data_preparation.md
-
Xi Liu authored
* add getting_started chinese version * fix some typos * Update getting_started.md Modified some typos * Update getting_started.md * Update getting_started.md * Update getting_started.md * Update getting_started.md * Update getting_started.md * Update getting_started.md * Update getting_started.md
-
- 28 Jul, 2021 2 commits
-
-
dingchang authored
* add 1_exist_data_model.md chinese version * add 1_exist_data_model.md chinese version * add 1_exist_data_model.md chinese version * add 1_exist_data_model.md chinese version * add 1_exist_data_model.md chinese version & modify 1_exist_data_model.md english version * add 1_exist_data_model.md chinese version & modify 1_exist_data_model.md english version * add 1_exist_data_model.md chinese version & modify 1_exist_data_model.md english version * add 1_exist_data_model.md chinese version & modify 1_exist_data_model.md english version
-
Ziyi Wu authored
* add PAConv decode head * add config files * add paconv's correlation loss * support reg loss in Segmentor class * minor fix * add augmentation to configs * fix ed7 in cfg * fix bug in corr loss * enable syncbn in paconv * rename to loss_regularization * rename loss_reg to loss_regularize * use SyncBN * change weight kernels to kernel weights * rename corr_loss to reg_loss * minor fix * configs fix IndoorPatchPointSample * fix grouped points minus center error * update transform_3d & add configs * merge master * fix enlarge_size bug * refine config * remove cfg files * minor fix * add comments on PAConv's ScoreNet * refine comments * update compatibility doc * remove useless lines in transforms_3d * rename with_loss_regularization to with_regularization_loss * revert palette change * remove xavier init from PAConv's ScoreNet
-
- 25 Jul, 2021 1 commit
-
-
Tai-Wang authored
* Update index.rst * Create s3dis_sem_seg.md * Create scannet_sem_seg.md * Update index.rst
-
- 21 Jul, 2021 4 commits
-
-
Ziyi Wu authored
* scannet sem seg data docs * minor fix * fix typo * fix typo in scannet_det
-
Ziyi Wu authored
* s3dis sem seg data doc * minor fix * fix typo * fix blank space * remove untricky code block
-
Tai-Wang authored
* Fix rotation and dim hacks between nuscbox and our cambox * Remove hack in the mono browse, fix cam_intrinsic in the RandomFlip3D * Apply a more suitable hack transformation (dim & yaw hack) * Fix incorrect transformation of dim in post-processing * Remove transformation from global to local yaw in kitti mono dataset * Add comments for cam_intrinsic modification in the doc and code * Fix typos and invalid links * Add compatibility doc for fixing nus hacks * Update benchmark
-
Wenhao Wu authored
* [Docs] Chinese Document of faq * Deprecated pycocotools faq * refine doc * refine numba doc
-
- 20 Jul, 2021 1 commit
-
-
Danila Rukhovich authored
* extract RGB images for ScanNet * update scannet_data_utils with rgb * fix docs an tools; add use_camera to ScanNetDataset * fix typos is scannet doc * fix very rare undefined poses for ScanNet * update ScanNet dataset for more clear MultiViewPipeline * update compatibility for ScanNet * fix typo in compatibility doc * use mmcv.track_parallel_progress for scannet images
-
- 13 Jul, 2021 2 commits
- 12 Jul, 2021 1 commit
-
-
hjin2902 authored
-
- 09 Jul, 2021 1 commit
-
-
Wenwei Zhang authored
* fix version of sphinx * fix switch
-
- 02 Jul, 2021 2 commits
- 01 Jul, 2021 3 commits
-
-
xiliu8006 authored
* support 3dssd * support one-stage method * for lint * support two_stage * Support all methods * remove init_cfg=[] in configs * test * support h3dnet * fix lint error * fix isort * fix code style error * fix imvotenet bug * rename init_weight->init_weights * clean comma * fix test_apis does not init weights * support newest mmdet and mmcv * fix test_heads h3dnet bug * rm *.swp * remove the wrong code in build.yml * fix ssn low map * modify docs * modified ssn init_config * modify params in backbone pointnet2_sa_ssg * add ssn direction init_cfg * support segmentor * add conv a=sqrt(5) * Convmodule uses kaiming_init * fix centerpointhead init bug * add second conv2d init cfg * add unittest to confirm the input is not be modified * assert gt_bboxes_3d * rm .swag * modify docs mmdet version * adopt fcosmono3d * add fcos 3d original init method * fix mmseg version * add init cfg in fcos_mono3d.py * merge newest master * remove unused code * modify focs config due to changes of resnet * support imvoxelnet pointnet2 * modified the dependencies version * support decode head * fix inference bug * modify the useless init_cfg * fix multi_modality BC-breaking * fix error blank * modify docs error
-
Tai-Wang authored
* Create index.rst * Create waymo_det.md * Add waymo doc link * Delete waymo.md * Update index.rst * Update index.rst
-
Wenhao Wu authored
* [Fix] Refine tutorials docs * refine docs * refine docs
-
- 30 Jun, 2021 4 commits
-
-
Ziyi Wu authored
* add seg tutorial * specify sem seg * fix typo
-
hjin2902 authored
* ScanNet-doc: data prepare and train pipeline * add metric of scannet * Fix: data prepare link, summary sentence, 'inwhich' * simplify code script * simplify code script, add few comments
-
Tai-Wang authored
* Fix typos * Update sample configs * Fix typos * Refine docs
-
Tai-Wang authored
* Add mmseg in the doc config files * Remove mocked cv2 * Add opencv-python * Remove mocked imports * Add mminstall requirements * Remove mocked imports correspondingly * Fix mmdet versions * Fix mmseg version
-