1 abcnet database
Author: m | 2025-04-24
AS-ABCNET. Database RIPE Full Name AS-ABCNET Overview; Reverse; Raw; Total Size 7 ASNs 31 v4 Prefixes 1 v6 Prefix
ABCnet/README.md at main cljun27/ABCnet - GitHub
ABCNet: An attention-based method for particle tagging.This is the main repository for the ABCNet paper.The implementation uses a modified version of GAPNet to suit the High Energy Physics needs.This repository is divided into two main folders: classification and segmentation, for the quark-gluon tagging and pileup mitigation applications, respectively.The input .h5 files are expected to have the following structure:data: [N,P,F],label:[N,P]pid: [N]global: [N,G]N = Number of eventsF = Number of features per pointP = Number of pointsG = Number of global featuresFor classification, only the pid is required, while for segmentation only label is required.The files to be used for the training (train_files.txt), test (test_files.txt) and evaluation (evaluate_files.txt) are required to be listed in the respective text files.RequirementsTensorflowh5pyClassificationTo train use:cd classificationpython train.py --data_dir ../data/QG/ --log_dir qg_testA logs folder will be created with the training results under the main directory.To evaluate the training use:python evaluate.py --data_dir ../data/QG --model_path ../logs/qg_test --batch 500 --name qg_test --modeln 1SegmentationTo train use:cd segmentationpython train.py --data_dir ../data/PU/ --log_dir pu_testTo evaluate the training use:python evaluate.py --data_dir ../data/PU --model_path ../logs/ou_test --batch 500 --name pu_test LicenseMIT LicenseAcknowledgementsABCNet uses a modified version of GAPNet and PointNet. Author = {Tian, Zhi and Shen, Chunhua and Chen, Hao and He, Tong}, journal = {IEEE T. Pattern Analysis and Machine Intelligence (TPAMI)}, year = {2021}}@inproceedings{chen2020blendmask, title = {{BlendMask}: Top-Down Meets Bottom-Up for Instance Segmentation}, author = {Chen, Hao and Sun, Kunyang and Tian, Zhi and Shen, Chunhua and Huang, Yongming and Yan, Youliang}, booktitle = {Proc. IEEE Conf. Computer Vision and Pattern Recognition (CVPR)}, year = {2020}}@inproceedings{zhang2020MEInst, title = {Mask Encoding for Single Shot Instance Segmentation}, author = {Zhang, Rufeng and Tian, Zhi and Shen, Chunhua and You, Mingyu and Yan, Youliang}, booktitle = {Proc. IEEE Conf. Computer Vision and Pattern Recognition (CVPR)}, year = {2020}}@inproceedings{liu2020abcnet, title = {{ABCNet}: Real-time Scene Text Spotting with Adaptive {B}ezier-Curve Network}, author = {Liu, Yuliang and Chen, Hao and Shen, Chunhua and He, Tong and Jin, Lianwen and Wang, Liangwei}, booktitle = {Proc. IEEE Conf. Computer Vision and Pattern Recognition (CVPR)}, year = {2020}}@ARTICLE{9525302, author={Liu, Yuliang and Shen, Chunhua and Jin, Lianwen and He, Tong and Chen, Peng and Liu, Chongyu and Chen, Hao}, journal={IEEE Transactions on Pattern Analysis and Machine Intelligence}, title={ABCNet v2: Adaptive Bezier-Curve Network for Real-time End-to-end Text Spotting}, year={2021}, volume={}, number={}, pages={1-1}, doi={10.1109/TPAMI.2021.3107437}} @inproceedings{wang2020solo, title = {{SOLO}: Segmenting Objects by Locations}, author = {Wang, Xinlong and Kong, Tao and Shen, Chunhua and Jiang, Yuning and Li, Lei}, booktitle = {Proc. Eur. Conf. Computer Vision (ECCV)}, year = {2020}}@inproceedings{wang2020solov2, title = {{SOLOv2}: Dynamic and Fast Instance Segmentation}, author = {Wang, Xinlong and Zhang, Rufeng and Kong, Tao and Li, Lei and Shen, Chunhua}, booktitle = {Proc. Advances in Neural Information Processing Systems (NeurIPS)}, year = {2020}}@article{wang2021solo, title = {{SOLO}: A Simple Framework for Instance Segmentation}, author = {Wang, Xinlong and Zhang, Rufeng and Shen, Chunhua and Kong, Tao and Li, Lei}, journal = {IEEE T. Pattern Analysis and Machine Intelligence (TPAMI)}, year = {2021}}@article{tian2019directpose, title = {{DirectPose}: Direct End-to-End Multi-Person Pose Estimation}, author = {Tian, Zhi and Chen, Hao and Shen, Chunhua}, journal = {arXiv preprint arXiv:1911.07451}, year = {2019}}@inproceedings{tian2020conditional, title = {Conditional Convolutions for Instance Segmentation}, author = {Tian, Zhi and Shen, Chunhua and Chen, Hao}, booktitle = {Proc. Eur. Conf. Computer Vision (ECCV)}, year = {2020}}@inproceedings{tian2021boxinst, title = {{BoxInst}: High-Performance Instance Segmentation with Box Annotations}, author = {Tian, Zhi and Shen, Chunhua and Wang, Xinlong and Chen, Hao}, booktitle = {Proc. IEEE Conf. Computer Vision and Pattern Recognition (CVPR)}, year = {2021}}@inproceedings{wang2021densecl, title = {Dense Contrastive Learning for Self-Supervised Visual Pre-Training}, author = {Wang, Xinlong and Zhang, Rufeng and Shen, Chunhua and Kong, Tao and Li, Lei}, booktitle = {Proc. IEEE Conf. Computer Vision and Pattern Recognition (CVPR)}, year = {2021}}@inproceedings{Mao2021pose, title = {{FCPose}: Fully Convolutional Multi-Person Pose Estimation With Dynamic Instance-Aware Convolutions}, author = {Mao, Weian and Tian, Zhi and Wang, Xinlong and Shen, Chunhua}, booktitle = {Proc. IEEE Conf. Computer Vision and Pattern Recognition (CVPR)}, year = {2021}}LicenseFor academic use, this project is licensed under the 2-clause BSD License - see the LICENSE file for details. For commercial use, please contact Chunhua Shen.ABCNet/ABCNet.py at main lironui/ABCNet - GitHub
Quantization version of AdelaiDetThis project requires the Dedicated version of Detectron2. For instructions, refer to detectron2.mdFor quantization performance, refer performance results.The following is from the original project.AdelaiDetAdelaiDet is an open source toolbox for multiple instance-level recognition tasks on top of Detectron2.All instance-level recognition works from our group are open-sourced here.To date, AdelaiDet implements the following algorithms:FCOSBlendMaskMEInstABCNetABCNetv2CondInstSOLO (mmdet version)SOLOv2BoxInst (video demo)DenseCLFCPoseDirectPose to be releasedModelsCOCO Object Detecton Baselines with FCOSNameinf. timebox APdownloadFCOS_R_50_1x16 FPS38.7modelFCOS_MS_R_101_2x12 FPS43.1modelFCOS_MS_X_101_32x8d_2x6.6 FPS43.9modelFCOS_MS_X_101_32x8d_dcnv2_2x4.6 FPS46.6modelFCOS_RT_MS_DLA_34_4x_shtw52 FPS39.1modelMore models can be found in FCOS README.md.COCO Instance Segmentation Baselines with BlendMaskModelNameinf. timebox APmask APdownloadMask R-CNNR_101_3x10 FPS42.938.6BlendMaskR_101_3x11 FPS44.839.5modelBlendMaskR_101_dcni3_5x10 FPS46.841.1modelFor more models and information, please refer to BlendMask README.md.COCO Instance Segmentation Baselines with MEInstNameinf. timebox APmask APdownloadMEInst_R_50_3x12 FPS43.634.5modelFor more models and information, please refer to MEInst README.md.Total_Text results with ABCNetNameinf. timee2e-hmeandet-hmeandownloadv1-totaltext11 FPS67.186.0modelv2-totaltext7.7 FPS71.887.2modelFor more models and information, please refer to ABCNet README.md.COCO Instance Segmentation Baselines with CondInstNameinf. timebox APmask APdownloadCondInst_MS_R_50_1x14 FPS39.735.7modelCondInst_MS_R_50_BiFPN_3x_sem13 FPS44.739.4modelCondInst_MS_R_101_3x11 FPS43.338.6modelCondInst_MS_R_101_BiFPN_3x_sem10 FPS45.740.2modelFor more models and information, please refer to CondInst README.md.Note that:Inference time for all projects is measured on a NVIDIA 1080Ti with batch size 1.APs are evaluated on COCO2017 val split unless specified.InstallationFirst install Detectron2 following the official guide: INSTALL.md.Please use Detectron2 with commit id 9eb4831 if you have any issues related to Detectron2.Then build AdelaiDet with:git clone AdelaiDetpython setup.py build developIf you are using docker, a pre-built image can be pulled with:docker pull tianzhi0549/adet:latestSome projects may require special setup, please follow their own README.md in configs.Quick StartInference with Pre-trained ModelsPick a model and its config file, for example, fcos_R_50_1x.yaml.Download the model wget -O fcos_R_50_1x.pthRun the demo withpython demo/demo.py \ --config-file configs/FCOS-Detection/R_50_1x.yaml \ --input input1.jpg input2.jpg \ --opts MODEL.WEIGHTS fcos_R_50_1x.pthTrain Your Own ModelsTo train a model with "train_net.py", firstsetup the corresponding datasets followingdatasets/README.md,then run:OMP_NUM_THREADS=1 python tools/train_net.py \ --config-file configs/FCOS-Detection/R_50_1x.yaml \ --num-gpus 8 \ OUTPUT_DIR training_dir/fcos_R_50_1xTo evaluate the model after training, run:OMP_NUM_THREADS=1 python tools/train_net.py \ --config-file configs/FCOS-Detection/R_50_1x.yaml \ --eval-only \ --num-gpus 8 \ OUTPUT_DIR training_dir/fcos_R_50_1x \ MODEL.WEIGHTS training_dir/fcos_R_50_1x/model_final.pthNote that:The configs are made for 8-GPU training. To train on another number of GPUs, change the --num-gpus.If you want to measure the inference time, please change --num-gpus to 1.We set OMP_NUM_THREADS=1 by default, which achieves the best speed on our machines, please change it as needed.This quick start is made for FCOS. If you are using other projects, please check the projects' own README.md in configs.AcknowledgementsThe authors are grateful toNvidia, Huawei Noah's Ark Lab, ByteDance, Adobe who generously donated GPU computing in the past a few years.Citing AdelaiDetIf you use this toolbox in your research or wish to refer to the baseline results published here, please use the following BibTeX entries:@misc{tian2019adelaidet, author = {Tian, Zhi and Chen, Hao and Wang, Xinlong and Liu, Yuliang and Shen, Chunhua}, title = {{AdelaiDet}: A Toolbox for Instance-level Recognition Tasks}, howpublished = {\url{ year = {2019}}and relevant publications:@inproceedings{tian2019fcos, title = {{FCOS}: Fully Convolutional One-Stage Object Detection}, author = {Tian, Zhi and Shen, Chunhua and Chen, Hao and He, Tong}, booktitle = {Proc. Int. Conf. Computer Vision (ICCV)}, year = {2019}}@article{tian2021fcos, title = {{FCOS}: A Simple and Strong Anchor-free Object Detector},. AS-ABCNET. Database RIPE Full Name AS-ABCNET Overview; Reverse; Raw; Total Size 7 ASNs 31 v4 Prefixes 1 v6 Prefix1 abcnet Personal Diary Download Softpedia - Yzsdfpj.com
Skip to contentAccessibility PolicyDatabaseTechnologiesOracle Database 10g Release 1 (10.1) DocumentationOracle Database 10g Release 1 (10.1) Documentation LibraryOracle Database 10g Lite 10g Release 1 (10.0.0) Documentation LibraryOracle Database 10g Release 1 (10.1) General DocumentationOracle Database 10g Release 1 (10.1) Documentation for 64-bit WindowsOracle Database 10g Release 1 (10.1) Documentation for WindowsOracle Database 10g Release 1 (10.1) Documentation for Solaris Operating System (SPARC)Oracle Database 10g Release 1 (10.1) Documentation for Solaris Operating System (x86)Oracle Database 10g Release 1 (10.1) Documentation for AIX-Based SystemsOracle Database 10g Release 1 (10.1) Documentation for HP Tru64 UNIXOracle Database 10g Release 1 (10.1) Documentation for HP HP-UX PA-RISC (64-bit)Oracle Database 10g Release 1 (10.1) Documentation for HP HP-UX ItaniumOracle Database 10g Release 1 (10.1) Documentation for Linux x86-64Oracle Database 10g Release 1 (10.1) Documentation for Linux x86Oracle Database 10g Release 1 (10.1) Documentation for Linux ItaniumOracle Database 10g Release 1 (10.1) Documentation for IBM z/OS (OS/390)Oracle Database 10g Release 1 (10.1) Documentation for IBM zSeries Based LinuxOracle Database 10g Release 1 (10.1) Documentation for IBM Power Based LinuxOracle Database 10g Release 1 (10.1) Documentation for Apple Mac OS XOracle Database 10g Release 1 (10.1) Documentation for HP OpenVMS Alpha Backup-mysql-db-scriptThis script is designed to be easy to configure and back up your MySQL databases on a daily, weekly, and monthly with the combination of bash and cron. I have seen solutions online where the back up is only once, but this will keep a current and save the previous back up.The "zip" command is required, so instal it using: sudo apt-get install zip">> sudo apt-get install zipConfigurationsApply appropriate configurations at the top of the script:DB_USER=""DB_PASS=""DB_HOST=""BASE_DIR="/path/to/backup/dir"DB_NAMES=('database-a' 'database-b' 'database-c' )BASE_DIR is where you will store your back up data.If you use different users for each database, create a "backup" user with "LOCK TABLES" and "SELECT" privileges only so that the script is a bit safer to use.USAGEYou may use 'daily', 'weekly', or 'monthly' as the first argument to use the appropriate naming convention for the zip file../mysql-backup.sh daily./mysql-backup.sh weekly./mysql-backup.sh monthly# "daily"/path/to/backup/dir/database-a.sql.today.zip(database-a.2014-07-08-2047.sql)/path/to/backup/dir/database-a.sql.yesterday.zip(database-a.2014-07-07-2047.sql)# "weekly"/path/to/backup/dir/database-a.sql.lastweek.zip(database-a.2014-07-01-2047.sql)/path/to/backup/dir/database-a.sql.thisweek.zip(database-a.2014-07-08-2047.sql)# "monthly"/path/to/backup/dir/database-a.sql.lastmonth.zip(database-a.2014-06-08-2047.sql)/path/to/backup/dir/database-a.sql.thismonth.zip(database-a.2014-07-08-2047.sql)Setup cron jobsType the following command in your Ubuntu installation prompt:In the cron config file, put in scheduled the following commands:# Daily 1:30 AM30 1 * * * /path-to-scripts/backup-mysql-database.sh daily# Weekly 1:40 AM40 1 * * 0 /path-to-scripts/backup-mysql-database.sh weekly# Monthly 1:50 AM50 1 3 * * /path-to-scripts/backup-mysql-database.sh monthlyFigure 1 from ABCNet: A comprehensive highway visibility
Cisco TelePresence Management Suite 15.13.x 15.13.x Software Download 15.13 Software Download 15.0 15.11 Software DownloadProduct Interoperability Database 15.7 Software DownloadProduct Interoperability Database 15.4 Software Download 15.0(1) 15.1 Software Download 14.5 14.6 Software DownloadEOS Notices 14.2 14.4 EOS Notices Cisco TelePresence Management Suite Provisioning Extension 15.13 15.13 Software DownloadProduct Interoperability Database 1.15 Software DownloadProduct Interoperability Database 1.14 1.15 Software DownloadProduct Interoperability Database 1.13 Software DownloadProduct Interoperability Database 1.9 Software Download 1.5 1.6 Software Download 1.3 1.4 Software Download 1 1.2 Cisco TelePresence Management Suite Extension for Microsoft Exchange 15.13 15.13 Software DownloadProduct Interoperability Database 5.13 Software DownloadProduct Interoperability Database 5.0 5.11 Software DownloadProduct Interoperability Database 5.7 Software DownloadProduct Interoperability Database 5.4 Software Download 5.0 5.1 Software Download 4.1 Software Download 4.0 Cisco TelePresence Server (EOS) End of Support End of Support 4.4(1.31) EOS NoticeProduct Interoperability Database 4.4(1.24) EOS NoticeProduct Interoperability Database 4.4(1) EOS NoticeSoftware Download 4.2MR1 EOS NoticeSoftware Download 4 4.1 EOS NoticeSoftware Download 3.1 4.0 EOS Notice Cisco TelePresence Manager (EOS) End of Support End of Support End of Support End of Support End of Support End of Support 1.9.5 Software DownloadEnd of Support Cisco TelePresence Server on Virtual Machine (EOS) End of Support End of Support 4.4(1.31) Product Interoperability DatabaseEOS Notices 4.4(1.24) Product Interoperability DatabaseEOS Notices 4.4(1) Software DownloadEOS Notices 4.2MR1 Software DownloadEOS Notices 4 4.1 Software DownloadEOS Notices Cisco TelePresence Server on Multiparty Media 820 (EOS) EOS NoticeProduct Interoperability Database 4.4(1.31) EOS NoticeProduct Interoperability Database 4.4(1.31) EOS NoticeProduct Interoperability Database 4.4(1.24) EOS NoticeProduct Interoperability Database 4.4(1) EOS NoticeSoftware Download 4.2MR1 EOS NoticeSoftware Download Cisco Multiparty Media 400v (EOS) End of Support End of Support 4.4(1.31) EOS NoticeProduct Interoperability Database EOS NoticeProduct Interoperability Database 4.4(1) EOS Notice 4.2MR1 EOS Notice 4 4.1 Software DownloadEOS Notice Cisco TelePresence Content Server (EOS) End of Support End of Support 7.2.1 EOS NoticeProduct Interoperability Database 7.2.1 EOS NoticeProduct Interoperability Database 7.1 EOS NoticeSoftware Download 7.0 EOS NoticeSoftware Download 6.1 6.2 EOS NoticeSoftware Download Cisco TelePresence Conductor (EOS) End of SupportProduct Interoperability Database End of SupportProduct Interoperability Database XC4.3.7 EOS NoticesProduct Interoperability Database XC4.3.3 EOS NoticesProduct Interoperability Database XC4.2 EOS NoticesSoftware Download XC4.0 XC4.1 EOS NoticesSoftware Download XC2.4 XC3.0 EOS NoticesSoftware Download XC1.1 XC2.3 Cisco TelePresence MCU 4200 Series (EOS) End of Support End of Support 4.5.(1.71) End of Support End of Support End of Support 4.5(1.71) End of SupportSoftware Download 4.5 End of SupportSoftware Download Cisco TelePresence MCU 4500 Series (EOS) End ofAS-SET AS-ABCNET - BGP.Tools
Simbooster Pro 1 4 0 – System Optimizing Utility Tidy Up 4 1 21 Adware Removal 1 0 1 Fontxchange 5 30 Clearview 2 1 0 – Tabbed Style Ebook Reader Free 1 Money Pro Padre De Familia The Who Jixipix Pastello Pro 1 1 11 Inch Navicat For Sql Server 12 1 13 Sqlpro Studio 1 0 165 – Powerful Database Manager Roles.Sqlpro Studio 1 0 325 – Powerful Database Manager Software SQLPro Studio 1.0.465 A simple, powerful database manager for macOS – SQLPro Studio is the premium database management tool for Postgres, MySQL, Microsoft Management Studio and Oracle databases.Sql Pro Studio 1 0 163 – Powerful Database Manager Software ListSqlpro Studio 1 0 163 – Powerful Database Manager SoftwareSql Pro Studio 1 0 163 – Powerful Database Manager Software DownloadSql Pro Studio 1 0 163 – Powerful Database Manager Software ReviewsSql Pro Studio 1 0 163 – Powerful Database Manager Software FreeInformation on URL below= = = = = = = = = = = = = = = = = = = = = = ▌ SQLPro for MySQL= = = = = = = = = = = = = = = = = = = = = =download for Mac OS X Yosemite latest version Object2VR . Babyidea.fi - Palstat :: Testausalue :: SQLite download . Заголовок сообщения: to MacBook Mavericks 1.0.55 download from S. Добавлено: 24 ноя 2017, 06:57 SQLPro Studio 1.0.91 MacOSX full. free download by TD Сайт С-ВОИ это сообщество людей без ограничений. Основной нашей целью является привлечь . download for MacOS 10.13 High Sierra last SQLPro for MSSQL . oracle popup window sql : Free, beta, and shareware . SQLPro for is the top editor for OS X. Features. . nulled format mobile ZippyShare full SQLite (3.21.0) . MySQL installation on Mac OS X . In particle physics, the weak interaction (the weak force or weak nuclear force) is one of the four known fundamental interactions of nature, alongside the strong . Melodyne studio ↓ ↓ ↓ Open any link ☰☰☰☰☰☰☰☰☰☰☰☰☰☰☰☰☰☰☰☰☰☰☰☰☰☰ > Melodyne studio > Melodyne studio . Melodyne studio get full version on MacBook High Sierra 10 . С-ВОИ.РУ - s-voi SQLPro Studio is the premium database management tool for Postgres, MySQL, Microsoft Management Studio and Oracle databases. Some of the great features include: SQLPro for Postgres 1.0.116⁚ ⁛⁚ ⁛⁚ ⁛⁚ ⁛⁚ ⁛⁚ ⁛⁚ ⁛⁚ ⁛⁚ ⁛⁚ ⁛⁚ ⁛⁚ ⁛⁚. AS-ABCNET. Database RIPE Full Name AS-ABCNET Overview; Reverse; Raw; Total Size 7 ASNs 31 v4 Prefixes 1 v6 Prefix { payload :{ allShortcutsEnabled :false, fileTree :{ projects/ABCNet :{ items :[{ name : abcnet, path : projects/ABCNet/abcnet, contentType : directory },{ nameDownload 1- abcnet folder-to-txt serial-Codeine extraction
EOS Notices Cisco TelePresence System 1100 (EOS) End of Support End of Support CTS 1.10 End of SupportProduct Interoperability Database CTS 1.10 End of SupportProduct Interoperability Database CTS 1.10 End of Support CTS 1.10 End of SupportSoftware Download CTS 1.10 End of SupportSoftware Download CTS 1.10 CTS 1.10 End of Support Cisco TelePresence Integrator C Series (EOS) End of Support TC 7.3.5 End of Support TC 7.3.13 TC 7.3.21 End of SupportProduct Interoperability Database TC 7.3.13 End of SupportProduct Interoperability Database TC 7.3 End of Support TC 7.3 End of SupportSoftware Download TC 7.3 End of SupportSoftware Download TC 7.1.1 TC 7.2 End of Support Cisco TelePresence System 1000 (EOS) End of Support End of Support CTS 1.10 End of SupportProduct Interoperability Database CTS 1.10 End of SupportProduct Interoperability Database CTS 1.10 End of Support CTS 1.10 End of Support CTS 1.10 End of Support CTS 1.10 CTS 1.10 End of Support Cisco TelePresence System 1300 65 (EOS) End of Support End of Support CTS 1.10 End of SupportProduct Interoperability Database CTS 1.10 End of SupportProduct Interoperability Database CTS 1.10 End of Support CTS 1.10 End of Support CTS 1.10 End of Support CTS 1.10 CTS 1.10 End of Support Cisco TelePresence TX1300 47 (EOS) End of Support End of Support TX 6.1 End of SupportProduct Interoperability Database TX 6.1 End of SupportProduct Interoperability Database TX 6.1 End of Support TX 6.1 End of Support TX 6.1 End of Support TX 6.1 TX 6.1 End of Support Cisco TelePresence System 3000 Series (EOS) End of Support End of Support CTS 1.10 End of SupportProduct Interoperability Database CTS 1.10 End of SupportProduct Interoperability Database CTS 1.10 End of Support CTS 1.10 End of Support CTS 1.10 End of Support CTS 1.10 CTS 1.10 End of Support Cisco TelePresence System 3200 Series (EOS) End of Support End of Support CTS 1.10 End of SupportProduct Interoperability Database CTS 1.10 End of SupportProduct Interoperability Database CTS 1.10 End of Support CTS 1.10 End of Support CTS 1.10 End of Support CTS 1.10 CTS 1.10 End of Support Cisco TelePresence SpeakerTrack 60 Cisco TelePresence Precision 60 Camera Cisco Touch 10 Cisco Unified SIP Phone 3905 9-4-1SR4-2 Software Download 9.4(1)SR3 Software Download 9.4(1)SR3 Software Download 9.4(1)SR2 Software Download 9.4(1)SR3 Software Download 9.4(1)SR1 Software Download 9.4(1)SR1 Software Download 9.4(1) 9.4(1) Cisco Unified SIP Phone 3911 and 3951 (EOS 3951) End of Support 3911End of Support 3951 EndComments
ABCNet: An attention-based method for particle tagging.This is the main repository for the ABCNet paper.The implementation uses a modified version of GAPNet to suit the High Energy Physics needs.This repository is divided into two main folders: classification and segmentation, for the quark-gluon tagging and pileup mitigation applications, respectively.The input .h5 files are expected to have the following structure:data: [N,P,F],label:[N,P]pid: [N]global: [N,G]N = Number of eventsF = Number of features per pointP = Number of pointsG = Number of global featuresFor classification, only the pid is required, while for segmentation only label is required.The files to be used for the training (train_files.txt), test (test_files.txt) and evaluation (evaluate_files.txt) are required to be listed in the respective text files.RequirementsTensorflowh5pyClassificationTo train use:cd classificationpython train.py --data_dir ../data/QG/ --log_dir qg_testA logs folder will be created with the training results under the main directory.To evaluate the training use:python evaluate.py --data_dir ../data/QG --model_path ../logs/qg_test --batch 500 --name qg_test --modeln 1SegmentationTo train use:cd segmentationpython train.py --data_dir ../data/PU/ --log_dir pu_testTo evaluate the training use:python evaluate.py --data_dir ../data/PU --model_path ../logs/ou_test --batch 500 --name pu_test LicenseMIT LicenseAcknowledgementsABCNet uses a modified version of GAPNet and PointNet.
2025-04-15Author = {Tian, Zhi and Shen, Chunhua and Chen, Hao and He, Tong}, journal = {IEEE T. Pattern Analysis and Machine Intelligence (TPAMI)}, year = {2021}}@inproceedings{chen2020blendmask, title = {{BlendMask}: Top-Down Meets Bottom-Up for Instance Segmentation}, author = {Chen, Hao and Sun, Kunyang and Tian, Zhi and Shen, Chunhua and Huang, Yongming and Yan, Youliang}, booktitle = {Proc. IEEE Conf. Computer Vision and Pattern Recognition (CVPR)}, year = {2020}}@inproceedings{zhang2020MEInst, title = {Mask Encoding for Single Shot Instance Segmentation}, author = {Zhang, Rufeng and Tian, Zhi and Shen, Chunhua and You, Mingyu and Yan, Youliang}, booktitle = {Proc. IEEE Conf. Computer Vision and Pattern Recognition (CVPR)}, year = {2020}}@inproceedings{liu2020abcnet, title = {{ABCNet}: Real-time Scene Text Spotting with Adaptive {B}ezier-Curve Network}, author = {Liu, Yuliang and Chen, Hao and Shen, Chunhua and He, Tong and Jin, Lianwen and Wang, Liangwei}, booktitle = {Proc. IEEE Conf. Computer Vision and Pattern Recognition (CVPR)}, year = {2020}}@ARTICLE{9525302, author={Liu, Yuliang and Shen, Chunhua and Jin, Lianwen and He, Tong and Chen, Peng and Liu, Chongyu and Chen, Hao}, journal={IEEE Transactions on Pattern Analysis and Machine Intelligence}, title={ABCNet v2: Adaptive Bezier-Curve Network for Real-time End-to-end Text Spotting}, year={2021}, volume={}, number={}, pages={1-1}, doi={10.1109/TPAMI.2021.3107437}} @inproceedings{wang2020solo, title = {{SOLO}: Segmenting Objects by Locations}, author = {Wang, Xinlong and Kong, Tao and Shen, Chunhua and Jiang, Yuning and Li, Lei}, booktitle = {Proc. Eur. Conf. Computer Vision (ECCV)}, year = {2020}}@inproceedings{wang2020solov2, title = {{SOLOv2}: Dynamic and Fast Instance Segmentation}, author = {Wang, Xinlong and Zhang, Rufeng and Kong, Tao and Li, Lei and Shen, Chunhua}, booktitle = {Proc. Advances in Neural Information Processing Systems (NeurIPS)}, year = {2020}}@article{wang2021solo, title = {{SOLO}: A Simple Framework for Instance Segmentation}, author = {Wang, Xinlong and Zhang, Rufeng and Shen, Chunhua and Kong, Tao and Li, Lei}, journal = {IEEE T. Pattern Analysis and Machine Intelligence (TPAMI)}, year = {2021}}@article{tian2019directpose, title = {{DirectPose}: Direct End-to-End Multi-Person Pose Estimation}, author = {Tian, Zhi and Chen, Hao and Shen, Chunhua}, journal = {arXiv preprint arXiv:1911.07451}, year = {2019}}@inproceedings{tian2020conditional, title = {Conditional Convolutions for Instance Segmentation}, author = {Tian, Zhi and Shen, Chunhua and Chen, Hao}, booktitle = {Proc. Eur. Conf. Computer Vision (ECCV)}, year = {2020}}@inproceedings{tian2021boxinst, title = {{BoxInst}: High-Performance Instance Segmentation with Box Annotations}, author = {Tian, Zhi and Shen, Chunhua and Wang, Xinlong and Chen, Hao}, booktitle = {Proc. IEEE Conf. Computer Vision and Pattern Recognition (CVPR)}, year = {2021}}@inproceedings{wang2021densecl, title = {Dense Contrastive Learning for Self-Supervised Visual Pre-Training}, author = {Wang, Xinlong and Zhang, Rufeng and Shen, Chunhua and Kong, Tao and Li, Lei}, booktitle = {Proc. IEEE Conf. Computer Vision and Pattern Recognition (CVPR)}, year = {2021}}@inproceedings{Mao2021pose, title = {{FCPose}: Fully Convolutional Multi-Person Pose Estimation With Dynamic Instance-Aware Convolutions}, author = {Mao, Weian and Tian, Zhi and Wang, Xinlong and Shen, Chunhua}, booktitle = {Proc. IEEE Conf. Computer Vision and Pattern Recognition (CVPR)}, year = {2021}}LicenseFor academic use, this project is licensed under the 2-clause BSD License - see the LICENSE file for details. For commercial use, please contact Chunhua Shen.
2025-04-12Quantization version of AdelaiDetThis project requires the Dedicated version of Detectron2. For instructions, refer to detectron2.mdFor quantization performance, refer performance results.The following is from the original project.AdelaiDetAdelaiDet is an open source toolbox for multiple instance-level recognition tasks on top of Detectron2.All instance-level recognition works from our group are open-sourced here.To date, AdelaiDet implements the following algorithms:FCOSBlendMaskMEInstABCNetABCNetv2CondInstSOLO (mmdet version)SOLOv2BoxInst (video demo)DenseCLFCPoseDirectPose to be releasedModelsCOCO Object Detecton Baselines with FCOSNameinf. timebox APdownloadFCOS_R_50_1x16 FPS38.7modelFCOS_MS_R_101_2x12 FPS43.1modelFCOS_MS_X_101_32x8d_2x6.6 FPS43.9modelFCOS_MS_X_101_32x8d_dcnv2_2x4.6 FPS46.6modelFCOS_RT_MS_DLA_34_4x_shtw52 FPS39.1modelMore models can be found in FCOS README.md.COCO Instance Segmentation Baselines with BlendMaskModelNameinf. timebox APmask APdownloadMask R-CNNR_101_3x10 FPS42.938.6BlendMaskR_101_3x11 FPS44.839.5modelBlendMaskR_101_dcni3_5x10 FPS46.841.1modelFor more models and information, please refer to BlendMask README.md.COCO Instance Segmentation Baselines with MEInstNameinf. timebox APmask APdownloadMEInst_R_50_3x12 FPS43.634.5modelFor more models and information, please refer to MEInst README.md.Total_Text results with ABCNetNameinf. timee2e-hmeandet-hmeandownloadv1-totaltext11 FPS67.186.0modelv2-totaltext7.7 FPS71.887.2modelFor more models and information, please refer to ABCNet README.md.COCO Instance Segmentation Baselines with CondInstNameinf. timebox APmask APdownloadCondInst_MS_R_50_1x14 FPS39.735.7modelCondInst_MS_R_50_BiFPN_3x_sem13 FPS44.739.4modelCondInst_MS_R_101_3x11 FPS43.338.6modelCondInst_MS_R_101_BiFPN_3x_sem10 FPS45.740.2modelFor more models and information, please refer to CondInst README.md.Note that:Inference time for all projects is measured on a NVIDIA 1080Ti with batch size 1.APs are evaluated on COCO2017 val split unless specified.InstallationFirst install Detectron2 following the official guide: INSTALL.md.Please use Detectron2 with commit id 9eb4831 if you have any issues related to Detectron2.Then build AdelaiDet with:git clone AdelaiDetpython setup.py build developIf you are using docker, a pre-built image can be pulled with:docker pull tianzhi0549/adet:latestSome projects may require special setup, please follow their own README.md in configs.Quick StartInference with Pre-trained ModelsPick a model and its config file, for example, fcos_R_50_1x.yaml.Download the model wget -O fcos_R_50_1x.pthRun the demo withpython demo/demo.py \ --config-file configs/FCOS-Detection/R_50_1x.yaml \ --input input1.jpg input2.jpg \ --opts MODEL.WEIGHTS fcos_R_50_1x.pthTrain Your Own ModelsTo train a model with "train_net.py", firstsetup the corresponding datasets followingdatasets/README.md,then run:OMP_NUM_THREADS=1 python tools/train_net.py \ --config-file configs/FCOS-Detection/R_50_1x.yaml \ --num-gpus 8 \ OUTPUT_DIR training_dir/fcos_R_50_1xTo evaluate the model after training, run:OMP_NUM_THREADS=1 python tools/train_net.py \ --config-file configs/FCOS-Detection/R_50_1x.yaml \ --eval-only \ --num-gpus 8 \ OUTPUT_DIR training_dir/fcos_R_50_1x \ MODEL.WEIGHTS training_dir/fcos_R_50_1x/model_final.pthNote that:The configs are made for 8-GPU training. To train on another number of GPUs, change the --num-gpus.If you want to measure the inference time, please change --num-gpus to 1.We set OMP_NUM_THREADS=1 by default, which achieves the best speed on our machines, please change it as needed.This quick start is made for FCOS. If you are using other projects, please check the projects' own README.md in configs.AcknowledgementsThe authors are grateful toNvidia, Huawei Noah's Ark Lab, ByteDance, Adobe who generously donated GPU computing in the past a few years.Citing AdelaiDetIf you use this toolbox in your research or wish to refer to the baseline results published here, please use the following BibTeX entries:@misc{tian2019adelaidet, author = {Tian, Zhi and Chen, Hao and Wang, Xinlong and Liu, Yuliang and Shen, Chunhua}, title = {{AdelaiDet}: A Toolbox for Instance-level Recognition Tasks}, howpublished = {\url{ year = {2019}}and relevant publications:@inproceedings{tian2019fcos, title = {{FCOS}: Fully Convolutional One-Stage Object Detection}, author = {Tian, Zhi and Shen, Chunhua and Chen, Hao and He, Tong}, booktitle = {Proc. Int. Conf. Computer Vision (ICCV)}, year = {2019}}@article{tian2021fcos, title = {{FCOS}: A Simple and Strong Anchor-free Object Detector},
2025-04-04Skip to contentAccessibility PolicyDatabaseTechnologiesOracle Database 10g Release 1 (10.1) DocumentationOracle Database 10g Release 1 (10.1) Documentation LibraryOracle Database 10g Lite 10g Release 1 (10.0.0) Documentation LibraryOracle Database 10g Release 1 (10.1) General DocumentationOracle Database 10g Release 1 (10.1) Documentation for 64-bit WindowsOracle Database 10g Release 1 (10.1) Documentation for WindowsOracle Database 10g Release 1 (10.1) Documentation for Solaris Operating System (SPARC)Oracle Database 10g Release 1 (10.1) Documentation for Solaris Operating System (x86)Oracle Database 10g Release 1 (10.1) Documentation for AIX-Based SystemsOracle Database 10g Release 1 (10.1) Documentation for HP Tru64 UNIXOracle Database 10g Release 1 (10.1) Documentation for HP HP-UX PA-RISC (64-bit)Oracle Database 10g Release 1 (10.1) Documentation for HP HP-UX ItaniumOracle Database 10g Release 1 (10.1) Documentation for Linux x86-64Oracle Database 10g Release 1 (10.1) Documentation for Linux x86Oracle Database 10g Release 1 (10.1) Documentation for Linux ItaniumOracle Database 10g Release 1 (10.1) Documentation for IBM z/OS (OS/390)Oracle Database 10g Release 1 (10.1) Documentation for IBM zSeries Based LinuxOracle Database 10g Release 1 (10.1) Documentation for IBM Power Based LinuxOracle Database 10g Release 1 (10.1) Documentation for Apple Mac OS XOracle Database 10g Release 1 (10.1) Documentation for HP OpenVMS Alpha
2025-04-16Backup-mysql-db-scriptThis script is designed to be easy to configure and back up your MySQL databases on a daily, weekly, and monthly with the combination of bash and cron. I have seen solutions online where the back up is only once, but this will keep a current and save the previous back up.The "zip" command is required, so instal it using: sudo apt-get install zip">> sudo apt-get install zipConfigurationsApply appropriate configurations at the top of the script:DB_USER=""DB_PASS=""DB_HOST=""BASE_DIR="/path/to/backup/dir"DB_NAMES=('database-a' 'database-b' 'database-c' )BASE_DIR is where you will store your back up data.If you use different users for each database, create a "backup" user with "LOCK TABLES" and "SELECT" privileges only so that the script is a bit safer to use.USAGEYou may use 'daily', 'weekly', or 'monthly' as the first argument to use the appropriate naming convention for the zip file../mysql-backup.sh daily./mysql-backup.sh weekly./mysql-backup.sh monthly# "daily"/path/to/backup/dir/database-a.sql.today.zip(database-a.2014-07-08-2047.sql)/path/to/backup/dir/database-a.sql.yesterday.zip(database-a.2014-07-07-2047.sql)# "weekly"/path/to/backup/dir/database-a.sql.lastweek.zip(database-a.2014-07-01-2047.sql)/path/to/backup/dir/database-a.sql.thisweek.zip(database-a.2014-07-08-2047.sql)# "monthly"/path/to/backup/dir/database-a.sql.lastmonth.zip(database-a.2014-06-08-2047.sql)/path/to/backup/dir/database-a.sql.thismonth.zip(database-a.2014-07-08-2047.sql)Setup cron jobsType the following command in your Ubuntu installation prompt:In the cron config file, put in scheduled the following commands:# Daily 1:30 AM30 1 * * * /path-to-scripts/backup-mysql-database.sh daily# Weekly 1:40 AM40 1 * * 0 /path-to-scripts/backup-mysql-database.sh weekly# Monthly 1:50 AM50 1 3 * * /path-to-scripts/backup-mysql-database.sh monthly
2025-04-24Cisco TelePresence Management Suite 15.13.x 15.13.x Software Download 15.13 Software Download 15.0 15.11 Software DownloadProduct Interoperability Database 15.7 Software DownloadProduct Interoperability Database 15.4 Software Download 15.0(1) 15.1 Software Download 14.5 14.6 Software DownloadEOS Notices 14.2 14.4 EOS Notices Cisco TelePresence Management Suite Provisioning Extension 15.13 15.13 Software DownloadProduct Interoperability Database 1.15 Software DownloadProduct Interoperability Database 1.14 1.15 Software DownloadProduct Interoperability Database 1.13 Software DownloadProduct Interoperability Database 1.9 Software Download 1.5 1.6 Software Download 1.3 1.4 Software Download 1 1.2 Cisco TelePresence Management Suite Extension for Microsoft Exchange 15.13 15.13 Software DownloadProduct Interoperability Database 5.13 Software DownloadProduct Interoperability Database 5.0 5.11 Software DownloadProduct Interoperability Database 5.7 Software DownloadProduct Interoperability Database 5.4 Software Download 5.0 5.1 Software Download 4.1 Software Download 4.0 Cisco TelePresence Server (EOS) End of Support End of Support 4.4(1.31) EOS NoticeProduct Interoperability Database 4.4(1.24) EOS NoticeProduct Interoperability Database 4.4(1) EOS NoticeSoftware Download 4.2MR1 EOS NoticeSoftware Download 4 4.1 EOS NoticeSoftware Download 3.1 4.0 EOS Notice Cisco TelePresence Manager (EOS) End of Support End of Support End of Support End of Support End of Support End of Support 1.9.5 Software DownloadEnd of Support Cisco TelePresence Server on Virtual Machine (EOS) End of Support End of Support 4.4(1.31) Product Interoperability DatabaseEOS Notices 4.4(1.24) Product Interoperability DatabaseEOS Notices 4.4(1) Software DownloadEOS Notices 4.2MR1 Software DownloadEOS Notices 4 4.1 Software DownloadEOS Notices Cisco TelePresence Server on Multiparty Media 820 (EOS) EOS NoticeProduct Interoperability Database 4.4(1.31) EOS NoticeProduct Interoperability Database 4.4(1.31) EOS NoticeProduct Interoperability Database 4.4(1.24) EOS NoticeProduct Interoperability Database 4.4(1) EOS NoticeSoftware Download 4.2MR1 EOS NoticeSoftware Download Cisco Multiparty Media 400v (EOS) End of Support End of Support 4.4(1.31) EOS NoticeProduct Interoperability Database EOS NoticeProduct Interoperability Database 4.4(1) EOS Notice 4.2MR1 EOS Notice 4 4.1 Software DownloadEOS Notice Cisco TelePresence Content Server (EOS) End of Support End of Support 7.2.1 EOS NoticeProduct Interoperability Database 7.2.1 EOS NoticeProduct Interoperability Database 7.1 EOS NoticeSoftware Download 7.0 EOS NoticeSoftware Download 6.1 6.2 EOS NoticeSoftware Download Cisco TelePresence Conductor (EOS) End of SupportProduct Interoperability Database End of SupportProduct Interoperability Database XC4.3.7 EOS NoticesProduct Interoperability Database XC4.3.3 EOS NoticesProduct Interoperability Database XC4.2 EOS NoticesSoftware Download XC4.0 XC4.1 EOS NoticesSoftware Download XC2.4 XC3.0 EOS NoticesSoftware Download XC1.1 XC2.3 Cisco TelePresence MCU 4200 Series (EOS) End of Support End of Support 4.5.(1.71) End of Support End of Support End of Support 4.5(1.71) End of SupportSoftware Download 4.5 End of SupportSoftware Download Cisco TelePresence MCU 4500 Series (EOS) End of
2025-04-02