* Replaced the deprecated `to_int/to_float` in `center_net_meta_arch.py`...
* Replaced the deprecated `to_int/to_float` in `center_net_meta_arch.py` with `tf.cast()` (following the warning). * Added `max_norm_coord` argument to CenterNet source code to allow controlling the maximum coordinate value to be considered, to allow for the wrap-around special case for RxR data. PiperOrigin-RevId: 391319766
Showing
Please register or sign in to comment