.. toctree:: :maxdepth: 2 TRex parameters ############### .. function:: accumulation_enable(bool) **default value:** true Enables or disables the idtrackerai-esque accumulation protocol cascade. It is usually a good thing to enable this (especially in more complicated videos), but can be disabled as a fallback (e.g. if computation time is a major constraint). .. function:: accumulation_enable_final_step(bool) **default value:** true If enabled, the network will be trained on all the validation + training data accumulated, as a last step of the accumulation protocol cascade. This is intentional overfitting. .. function:: accumulation_max_tracklets(uint) **default value:** 15 If there are more than global tracklets to be trained on, they will be filtered according to their quality until said limit is reached. .. function:: accumulation_sufficient_uniqueness(float) **default value:** 0 If changed (from 0), the ratio given here will be the acceptable uniqueness for the video - which will stop accumulation if reached. .. function:: accumulation_tracklet_add_factor(float) **default value:** 1.5 This factor will be multiplied with the probability that would be pure chance, during the decision whether a tracklet is to be added or not. The default value of 1.5 suggests that the minimum probability for each identity has to be 1.5 times chance (e.g. 0.5 in the case of two individuals). .. function:: adaptive_threshold_scale(float) **default value:** 2 Threshold value to be used for adaptive thresholding, if enabled. .. function:: analysis_range(range) **default value:** [-1,-1] Sets start and end of the analysed frames. .. function:: app_check_for_updates(app_update_check_t) **default value:** none **possible values:** - `none`: No status has been set yet and the program will ask the user. - `manually`: Manually check for updates, do not automatically check for them online. - `automatically`: Automatically check for updates periodically (once per week). If enabled, the application will regularly check for updates online (`https://api.github.com/re[...]43/trex/releases `_). .. function:: app_last_update_version(string) **default value:** "" .. function:: approximate_length_minutes(uint) **default value:** 0 If available, please provide the approximate length of the video in minutes here, so that the encoding strategy can be chosen intelligently. If set to 0, infinity is assumed. This setting is overwritten by ``stop_after_minutes``. .. seealso:: :param:`stop_after_minutes` .. function:: auto_apply(bool) **default value:** false If set to true, the application will automatically apply the network with existing weights once the analysis is done. It will then automatically correct and reanalyse the video. .. function:: auto_categorize(bool) **default value:** false If set to true, the program will try to load