-
261
Enhanced object detection in low-visibility haze conditions with YOLOv9s.
Published 2025-01-01“…Comprehensive experimental evaluations of the COCO2017 fog-augmented dataset indicate that the proposed algorithm surpasses current state-of-the-art techniques in various assessment metrics, including precision, recall, and mean average precision (mAP). Our source code is available at: https://github.com/PaTinLei/EOD.…”
Get full text
Article -
262
Geometric Deep Learning for Computer-Aided Design: A Survey
Published 2025-01-01“…Additionally, it provides a complete list of benchmark datasets and their characteristics, along with open-source codes that have propelled research in this domain. …”
Get full text
Article -
263
Robust sparse smooth principal component analysis for face reconstruction and recognition.
Published 2025-01-01“…Additionally, visualization of the generalized eigenfaces provides intuitive insights into how sparse and smooth constraints influence the feature extraction process. The data and source code from this study have been made publicly available on the GitHub repository: https://github.com/yuzhounh/RSSPCA.…”
Get full text
Article -
264
Multi-anchor adaptive fusion and bi-focus attention for enhanced gait-based emotion recognition
Published 2025-04-01“…By making the code and datasets openly accessible, we aim to facilitate further research and applications in this field. The source code is released on https://github.com/928319204ljc/MDT .…”
Get full text
Article -
265
Bayesian network structure learning by opposition-based learning
Published 2025-05-01“…Experimental results show that the proposed algorithm achieves better performances than other state-of-the-art structure learning algorithms when the sample size is 500. The source code of the paper can be found at this link: https://github.com/sunbaodan-hrbeu/paper_code .…”
Get full text
Article -
266
Trajectory-Based Road Autolabeling With Lidar-Camera Fusion in Winter Conditions
Published 2025-01-01“…Our method outperforms recent standalone camera- and lidar-based methods when evaluated with a challenging winter driving dataset, including countryside and suburban driving scenes. The source code is available at <uri>https://github.com/eerik98/lidar-camera-road-autolabeling.git</uri>. …”
Get full text
Article -
267
A Benchmark for Multi-Task Evaluation of Pretrained Models in Medical Report Generation
Published 2025-01-01“…Our findings indicate that medical foundation pre-trained models generally outperform other pre-trained models across all tasks, while natural domain pre-trained models exhibit superior performance in cross-modality tasks. Our source code is available at https://github.com/Reckless0/MT-Med.git.…”
Get full text
Article -
268
Pytrf: a python package for finding tandem repeats from genomic sequences
Published 2025-06-01“…Pytrf can easily be installed from PyPI ( https://pypi.org/project/pytrf ) and the source code is freely available at https://github.com/lmdu/pytrf .…”
Get full text
Article -
269
Desktop Software for Patch-Clamp Raw Binary Data Conversion and Preprocessing
Published 2011-01-01“…The compiled software along with the source code of the clsPulseData class module is freely available to academic and nonprofit users.…”
Get full text
Article -
270
Taxi origin and destination demand prediction based on deep learning: a review
Published 2023-09-01“…Finally, we provide public datasets and open-source code, along with suggestions for future research directions.…”
Get full text
Article -
271
Psitrum: An open source simulator for universal quantum computers
Published 2024-12-01“…Psitrum software and source codes are fully available at GitHub.…”
Get full text
Article -
272
Open-source High-resolution Exoplanet Atmosphere Retrievals with POSEIDON
Published 2025-01-01“…However, a significant challenge to reliable and reproducible atmospheric inferences from high-resolution data sets has been the lack of open-source codes for high-resolution retrievals. Here, we present a unified high-resolution retrieval framework, for both emission and transmission spectroscopy, made publicly available within the open-source POSEIDON retrieval code. …”
Get full text
Article -
273
Un enfoque de machine learning para apoyar la identificación de la deuda técnica en arquitectura
Published 2022-01-01“…The identification of technical debt, within the framework of this proposal and unlike those proposed in the literature, does not consider the source code. Results: The performance of the model was evaluated through a real-life industrial case study, revealing that both accuracy and recall were at acceptable levels. …”
Get full text
Article -
274
Experiencing Numeric Relay, Fault Locator and a Novel Approach of Fault Location in Electrical Transmission and Distribution System using Smart Meter
Published 2024-02-01“…Proposed architecture consisting of numeric meter with JAVA Compilation Unit (JCU) and Ethernet switch standardized as per IEC 61850 is demonstrated. The Java source code to send indications to output port of Numeric Meter is included.…”
Get full text
Article -
275
Correlation Between Depression-Associated Genes and Cancer Types: Predicting Cancer Based on Mutation Frequencies
Published 2025-01-01“…The implementation details and source code for this research are available in <uri>https://github.com/Aptroide/Genes_Protocol</uri>, providing transparency and facilitating further studies.…”
Get full text
Article -
276
Ensemble-based eye disease detection system utilizing fundus and vascular structures
Published 2025-06-01“…In particular, a soft voting classifier combined with the ResNet50 model attains accuracy rate of 99.2% on the diabetic retinopathy diagnosis task, and 98.8% on the retina disease classification task. The source code can be accessed at https://github.com/yu0809/Dual-branch-retinal-diseases .…”
Get full text
Article -
277
TIBA: A web application for the visual analysis of temporal occurrences, interactions, and transitions of animal behavior.
Published 2024-10-01“…The web application and usage instructions are available at tiba.inf.uni-konstanz.de. The source code is publicly available on GitHub: github.com/LSI-UniKonstanz/tiba.…”
Get full text
Article -
278
Defense scheme for the world state based attack in Ethereum
Published 2022-04-01“…Ethereum is taken as the representative platform of the second generation of blockchain system.Ethereum can support development of different distributed applications by running smart contracts.Local database is used to store the account state (named world state) for efficient validation of transactions, and the state root is stored in the block header to guarantee the integrity of the state.However, some researches revealed that the local database could be easily tempered with, and attackers can issue illegal transactions based on the modified account state to obtain illegitimate benefits.This world-state based security problem was introduced, and the preconditions for attack were analyzed.Compared with the two common security threats under the PoW (proof of work) consensus, it was found that when the attacker controls the same mining computing power, the world-state based attack brought higher risk, and the success rate approached 100%.In order to deal with this threat, a practical scheme for attack detection and defense was proposed accordingly.The secondary verification and data recovery process were added to the Ethereum source code.The feasibility and complexity of the proposed scheme was evaluated with single-machine multi-threading experiments.The proposed scheme improves Ethereum’s tolerance to malicious tampering of account state, and is applicable to other blockchain platforms applying local database for transaction validation, such as Hyperledger Fabric.In addition, the time and computational overhead brought by the proposed scheme are not prominent, so it has good applicability and induces acceptable impact on the performance of original system.…”
Get full text
Article -
279
New experimental techniques for fracture testing of highly deformable materials
Published 2015-12-01“…A comparison with the open source code Ncorr and with some FEM results is also presented. …”
Get full text
Article -
280
Loop-invariant Optimization in the Pifagor Language
Published 2018-08-01“…The paper provides a definition of ”invariant” applied to the Pifagor language, algorithms for its optimization, and examples of program source codes, their graph representations (the program dependence graph) before and after optimization. …”
Get full text
Article