You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mht f45f9657ab Fix: Remove invalid debug_get_conv3_1t_output and debug_get_conv4_1t_output calls from test_models.cpp 3 weeks ago
..
bb_regressor Fix BBRegressor: Apply modulation before PrRoIPool in predict_iou 2 months ago
classifier Fix NameError in compare_models; Add ResNet BN1 debug prints; Prepare to address other modules 2 months ago
resnet Fix ResNet BatchNorm parameter loading and enhance BN1 debugging. Corrected loading of BatchNorm running_mean, running_var, and num_batches_tracked parameters in C++ ResNet BottleneckImpl and ResNetImpl to use direct member assignment instead of named_buffers(). This resolved discrepancies with Python's BatchNorm behavior. Added detailed intermediate output saving for bn1 in both C++ ResNet and Python comparison script to facilitate debugging. Ensured Python comparison script correctly loads and compares these new ResNet intermediate tensors. This series of changes led to numerical equivalence for ResNet conv1, bn1, and subsequently layer1-4 outputs between Python and C++. 2 months ago
demo.cpp Fix: CUDA setup, demo script errors, weight paths & .gitignore 2 months ago
dimp_tracker.cpp Add DiMPTracker class shell and update CMakeLists 2 months ago
dimp_tracker.h Add DiMPTracker class shell and update CMakeLists 2 months ago