Bryan Anenberg
Bryan Anenberg
@ahangchen @jucic did either of you manage to export FastFlowNet to TensorRT? Also, which version of TensorRT did you use (TensorRT 6 or 7?)?
Same issue over here. ``jupyter nbextension list`` looks ok: ``` notebook section jupyter-js-widgets/extension enabled - Validating: OK tensorflow_model_analysis/extension enabled - Validating: OK ```
@Laurabc the `UnboundLocalError: local variable 'region_labels' referenced before assignment` error can be resolved by installing `batchgeneratorv2` locally. See issue https://github.com/MIC-DKFZ/batchgeneratorsv2/issues/1
I managed to compile the mmdetection Co-DETR model from Pytorch to TensorRT (without the ONNX intermediate representation) just using Torch-TensorRT (e.g. torch.compile). I can export the model to a serialized...