MOTSFusion
MOTSFusion copied to clipboard
MOTSFusion: Track to Reconstruct and Reconstruct to Track
This is a very interesting work and I tried to run this, but some constructions are deprecated and don`t work now. At first, for user needs to setup his environment:...
Hi, could you publish your validation 3D MOT data (i.e. with 3D OOBBs)? Otherwise, could you give step-by-step instructions on running your model so that I can create the results...
This snippet is taken from the BB2Net xception.py module: ``` def _separable_conv(features, depth, kernel_size, depth_multiplier, regularize_depthwise, rate, stride, scope): if activation_fn_in_separable_conv: activation_fn = tf.nn.relu else: activation_fn = None features =...