goon
goon
Thanks for great work! ` if scale is None: scale = np.cos(lat * np.pi / 180.) pose_matrix = pose_from_oxts_packet(metadata[:6], scale) if origin is None: origin = pose_matrix odo_pose = imu2cam...
I fixed the kinect azure and my mobile phone to take a set of checkerboard pictures,and then performed stereo calibration on the IR picture and the mobile phone RGB picture...
I train nyu at night and find that it is killed the next day morning. I repeat the training and find the memory keep increasing. My total memory is 32G....
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question Thanks for sharing the code. There is a question...
Before training, the function val evaluate the initial model on the NYUv2 test set, and the result is abs_rel | sq_rel | rmse | rmse_log | a1 | a2 |...
感谢分享论文和代码 运行了脚本里面的下面两个命令 `python -u main_informer.py --model informer --data ETTh1 --features S --seq_len 720 --label_len 336 --pred_len 336 --e_layers 2 --d_layers 1 --attn prob --des 'Exp' --itr 5` `python -u main_informer.py...
Hi, thanks for sharing the code ! I have a question about median scaling. I saw "We propose an adaptive cost volume to overcome the scale ambiguity arising from self-supervised...
Thanks for sharing the code, i learned a lot from it. I see that in eval.py evaluation is performed on the target scaled with StandardScaler I think that evaluation will...
Say we get a reading of door, and suppose that testing shows that the sensor is 3 times more likely to be right than wrong. We should scale the probability...
Thanks for sharing code! What changes did you make in the skimage code,can you release the changing code and explain why ?