You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fused_data_set.py: UPGRADE: In the status flag, you should use the smallest integer needed. You only need 2 bits per object... one for set or not, another for fail or not. Then set accordingly. The rest of the bits are superfluous and waste memory. Another consideration is a vector of bools.
The text was updated successfully, but these errors were encountered:
fused_data_set.py: UPGRADE: In the status flag, you should use the smallest integer needed. You only need 2 bits per object... one for set or not, another for fail or not. Then set accordingly. The rest of the bits are superfluous and waste memory. Another consideration is a vector of bools.
The text was updated successfully, but these errors were encountered: