NVIDIA-AI-IOT / jetson_benchmarks

Jetson Benchmark
MIT License
372 stars 71 forks source link

UNet Segmentation Network Architecture #33

Open Lucas-Steinmann opened 2 years ago

Lucas-Steinmann commented 2 years ago

Is it possible to disclose the UNet Segmentation Architecture? Only the intermediary uff-file is referenced in the code. It would be very handy to get access to the original implementation, or at least the architecture for retraining/fine-tuning purposes. The UNet implementation I used is 6x slower. I'd like to compare it with the architecture used in the benchmark.

Best Regards