oft icon indicating copy to clipboard operation
oft copied to clipboard

Results 15 oft issues
Sort by recently updated
recently updated
newest added

I would like to visualize the confidence map. My goal is to find the car center location in 2D birdview map

Hi, The training worked well. But, when I run infer.py, I get the following errors: RuntimeError: Error(s) in loading state_dict for OftNet: Missing key(s) in state_dict: "mean", "std", "frontend.conv1.weight", "frontend.bn1.weight",...

Hi,sorry to bother you.The question is that when i try to run the command "python train.py train --gpu 0", an error occured: "AttributeError: 'Tensor' object has no attribute 'bool'",located in...

How can we use the infer.py for a inout video? as we won't be having calib, objects and grid information

Updated the model-path argument to model_path in parse_args to fix the error that occurs when following the command line example given in the README (python infer.py /path/to/checkpoint.pth.gz --gpu 0). This...